Trace number 2090859

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatUNSAT 1707.14 1710.58

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-65_ext.xml
MD5SUMa0c6c075a4bbbd6d1e995891d3fc5868
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.0505
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:37:56 2009
0.00/0.08	c 0	PID 26456
0.06/0.08	c 0	HOST node45.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2090859-1247391476.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090859-1247391476.xml' 'HOME/temp.csp'
1.16/1.23	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.16/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.23	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.19/1.31	c 1	Parsing HOME/temp.csp
2.82/2.94	c 3	parsed 209 expressions
2.82/2.95	c 3	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.95	c 3	Converting to clausal form CSP
2.82/2.97	c 3	converted 21 (10%) expressions
2.82/2.97	c 3	converted 42 (20%) expressions
2.92/3.00	c 3	converted 63 (30%) expressions
2.92/3.00	c 3	converted 84 (40%) expressions
2.92/3.03	c 3	converted 105 (50%) expressions
2.92/3.07	c 3	converted 126 (60%) expressions
3.32/3.42	c 3	converted 147 (70%) expressions
3.52/3.61	c 4	converted 168 (80%) expressions
3.62/3.79	c 4	converted 189 (90%) expressions
3.81/3.93	c 4	converted 209 (100%) expressions
3.81/3.93	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.81/3.93	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.93	c 4	Propagation in CSP
3.81/3.93	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.81/3.93	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.81/3.94	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.94	c 4	Simplifing CSP by introducing new Boolean variables
3.81/3.94	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.81/3.94	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.01/4.11	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.01/4.13	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
4.01/4.13	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
4.01/4.13	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
4.01/4.14	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
4.01/4.14	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
4.01/4.14	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
4.01/4.14	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
4.01/4.14	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
4.01/4.14	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
4.01/4.14	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.31/4.48	c 5	9 (10%) CSP clauses are encoded (34371 clauses, 655216 bytes)
4.60/4.73	c 5	17 (20%) CSP clauses are encoded (58464 clauses, 1170142 bytes)
4.89/5.00	c 5	26 (30%) CSP clauses are encoded (85672 clauses, 1756925 bytes)
5.10/5.25	c 5	34 (40%) CSP clauses are encoded (109745 clauses, 2312191 bytes)
5.39/5.51	c 6	42 (50%) CSP clauses are encoded (133919 clauses, 2877036 bytes)
5.59/5.79	c 6	51 (60%) CSP clauses are encoded (161346 clauses, 3517757 bytes)
5.88/6.04	c 6	59 (70%) CSP clauses are encoded (185780 clauses, 4088794 bytes)
6.19/6.31	c 6	68 (80%) CSP clauses are encoded (213090 clauses, 4726991 bytes)
6.38/6.57	c 7	76 (90%) CSP clauses are encoded (237412 clauses, 5295084 bytes)
6.68/6.82	c 7	84 (100%) CSP clauses are encoded (261378 clauses, 5854665 bytes)
6.68/6.82	c 7	84 CSP clauses encoded
6.68/6.82	c 7	Writing map file : HOME/temp.map
6.68/6.82	c 7	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/6.82	c 7	SAT : 7160 SAT variables, 261378 SAT clauses, 5854665 bytes
6.68/6.82	c 7	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/6.88	c 7	SOLVING HOME/temp.cnf
6.68/6.88	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1706.99/1710.41	c 1710	DECODING HOME/temp.out WITH HOME/temp.map
1706.99/1710.41	c 1710	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1706.99/1710.49	c 1711	Decoding HOME/temp.out
1707.01/1710.51	s UNSATISFIABLE
1707.01/1710.52	c 1711	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1707.01/1710.58	c 1711	CPU 1707.11 (0.06 0.01 1705.11 1.93)
1707.01/1710.58	c 1711	END Sun Jul 12 12:06:27 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090859-1247391476/watcher-2090859-1247391476 -o /tmp/evaluation-result-2090859-1247391476/solver-2090859-1247391476 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2090859-1247391476.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.01 1.91 4/74 26456
/proc/meminfo: memFree=1852872/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=4708 CPUtime=0
/proc/26456/stat : 26456 (sugar) R 26454 26456 24075 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 26211382 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 258936468873 0 0 4096 0 0 0 0 17 1 0 0
/proc/26456/statm: 1177 43 33 3 0 8 0

[startup+0.081789 s]
/proc/loadavg: 2.02 2.01 1.91 4/74 26456
/proc/meminfo: memFree=1852872/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16740 CPUtime=0.06
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26211382 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103694 s]
/proc/loadavg: 2.02 2.01 1.91 4/74 26456
/proc/meminfo: memFree=1852872/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=0.06
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26211382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301727 s]
/proc/loadavg: 2.02 2.01 1.91 4/74 26456
/proc/meminfo: memFree=1852872/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=0.06
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26211382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7018 s]
/proc/loadavg: 2.02 2.01 1.91 4/74 26456
/proc/meminfo: memFree=1852872/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=0.06
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26211382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50195 s]
/proc/loadavg: 2.02 2.01 1.91 3/85 26468
/proc/meminfo: memFree=1833264/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=1.19
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1309 8017 0 1 5 1 106 7 16 0 1 0 26211382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 16868

[startup+3.10224 s]
/proc/loadavg: 2.02 2.01 1.91 4/85 26478
/proc/meminfo: memFree=1827184/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=1.2
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1309 8017 0 1 6 1 106 7 16 0 1 0 26211382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1111 409 3 0 796 0
[pid=26469] ppid=26456 vsize=5356 CPUtime=0
/proc/26469/stat : 26469 (sh) S 26456 26456 24075 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26211506 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26469/statm: 1339 233 193 169 0 50 0
[pid=26470] ppid=26469 vsize=864376 CPUtime=1.82
/proc/26470/stat : 26470 (java) S 26469 26456 24075 0 -1 0 14857 0 1 0 174 8 0 0 19 0 9 0 26211506 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26470/statm: 216094 14101 2567 9 0 210599 0
[pid=26470/tid=26471] ppid=26469 vsize=864376 CPUtime=1.06
/proc/26470/task/26471/stat : 26471 (java) R 26469 26456 24075 0 -1 64 2923 0 1 0 104 2 0 0 25 0 9 0 26211507 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4126514712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26472] ppid=26469 vsize=864376 CPUtime=0.69
/proc/26470/task/26472/stat : 26472 (java) S 26469 26456 24075 0 -1 64 10920 0 0 0 64 5 0 0 16 0 9 0 26211508 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26473] ppid=26469 vsize=864376 CPUtime=0
/proc/26470/task/26473/stat : 26473 (java) S 26469 26456 24075 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26211508 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26474] ppid=26469 vsize=864376 CPUtime=0
/proc/26470/task/26474/stat : 26474 (java) S 26469 26456 24075 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26211508 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26475] ppid=26469 vsize=864376 CPUtime=0
/proc/26470/task/26475/stat : 26475 (java) S 26469 26456 24075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26211510 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26476] ppid=26469 vsize=864376 CPUtime=0.04
/proc/26470/task/26476/stat : 26476 (java) S 26469 26456 24075 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 26211510 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26477] ppid=26469 vsize=864376 CPUtime=0
/proc/26470/task/26477/stat : 26477 (java) S 26469 26456 24075 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26211510 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26478] ppid=26469 vsize=864376 CPUtime=0
/proc/26470/task/26478/stat : 26478 (java) S 26469 26456 24075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26211510 885121024 14101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886600

[startup+6.30282 s]
/proc/loadavg: 2.02 2.01 1.91 3/85 26478
/proc/meminfo: memFree=1776368/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=1.2
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1310 8017 0 1 6 1 106 7 15 0 1 0 26211382 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1111 409 3 0 796 0
[pid=26469] ppid=26456 vsize=5356 CPUtime=0
/proc/26469/stat : 26469 (sh) S 26456 26456 24075 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26211506 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26469/statm: 1339 233 193 169 0 50 0
[pid=26470] ppid=26469 vsize=864488 CPUtime=4.99
/proc/26470/stat : 26470 (java) S 26469 26456 24075 0 -1 0 20333 0 1 0 484 15 0 0 19 0 9 0 26211506 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26470/statm: 216122 19481 2590 9 0 210599 0
[pid=26470/tid=26471] ppid=26469 vsize=864488 CPUtime=3.42
/proc/26470/task/26471/stat : 26471 (java) R 26469 26456 24075 0 -1 64 3367 0 1 0 336 6 0 0 25 0 9 0 26211507 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 103211972 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26472] ppid=26469 vsize=864488 CPUtime=1.45
/proc/26470/task/26472/stat : 26472 (java) S 26469 26456 24075 0 -1 64 15929 0 0 0 137 8 0 0 16 0 9 0 26211508 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26473] ppid=26469 vsize=864488 CPUtime=0
/proc/26470/task/26473/stat : 26473 (java) S 26469 26456 24075 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 26211508 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26474] ppid=26469 vsize=864488 CPUtime=0
/proc/26470/task/26474/stat : 26474 (java) S 26469 26456 24075 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26211508 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26475] ppid=26469 vsize=864488 CPUtime=0
/proc/26470/task/26475/stat : 26475 (java) S 26469 26456 24075 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26211510 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26476] ppid=26469 vsize=864488 CPUtime=0.08
/proc/26470/task/26476/stat : 26476 (java) S 26469 26456 24075 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26211510 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26477] ppid=26469 vsize=864488 CPUtime=0
/proc/26470/task/26477/stat : 26477 (java) S 26469 26456 24075 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26211510 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26470/tid=26478] ppid=26469 vsize=864488 CPUtime=0
/proc/26470/task/26478/stat : 26478 (java) S 26469 26456 24075 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26211510 885235712 19481 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886712

[startup+12.702 s]
/proc/loadavg: 2.01 2.01 1.91 3/77 26480
/proc/meminfo: memFree=1831024/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=10636 CPUtime=5.75
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 2582 0 0 0 419 156 0 0 25 0 1 0 26212071 10891264 2565 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26480/statm: 2659 2565 42 102 0 2554 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 32860

[startup+25.5013 s]
/proc/loadavg: 2.01 2.01 1.91 3/77 26480
/proc/meminfo: memFree=1829616/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=13112 CPUtime=18.42
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 2946 0 0 0 1686 156 0 0 25 0 1 0 26212071 13426688 2929 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26480/statm: 3278 2929 42 102 0 3173 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 35336

[startup+51.102 s]
/proc/loadavg: 2.01 2.00 1.91 3/77 26480
/proc/meminfo: memFree=1827376/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=15356 CPUtime=43.78
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 3539 0 0 0 4221 157 0 0 25 0 1 0 26212071 15724544 3522 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26480/statm: 3839 3522 42 102 0 3734 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 37580

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 26480
/proc/meminfo: memFree=1826032/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=16352 CPUtime=94.5
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 3884 0 0 0 9293 157 0 0 25 0 1 0 26212071 16744448 3781 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/26480/statm: 4088 3781 48 102 0 3983 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 38576

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 26480
/proc/meminfo: memFree=1825136/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=17004 CPUtime=153.93
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 4151 0 0 0 15236 157 0 0 25 0 1 0 26212071 17412096 3913 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26480/statm: 4251 3913 48 102 0 4146 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 39228

################
# More data... #
################

/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23588 CPUtime=1472.27
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7168 0 0 0 147063 164 0 0 25 0 1 0 26212071 24154112 5537 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5897 5537 48 102 0 5792 0
Current children cumulated CPU time (s) 1479
Current children cumulated vsize (KiB) 45812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 26562
/proc/meminfo: memFree=1813632/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23588 CPUtime=1532.24
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7168 0 0 0 153060 164 0 0 25 0 1 0 26212071 24154112 5537 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5897 5537 48 102 0 5792 0
Current children cumulated CPU time (s) 1538.97
Current children cumulated vsize (KiB) 45812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1592.21
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7379 0 0 0 159057 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1598.94
Current children cumulated vsize (KiB) 46076

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1652.18
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7379 0 0 0 165054 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1658.91
Current children cumulated vsize (KiB) 46076

Solver just ended. Dumping a history of the last processes samples

[startup+1663.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1653.78
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7379 0 0 0 165214 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1660.51
Current children cumulated vsize (KiB) 46076

[startup+1689.5 s]
/proc/loadavg: 2.08 2.02 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1679.37
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7379 0 0 0 167773 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1686.1
Current children cumulated vsize (KiB) 46076

[startup+1702.3 s]
/proc/loadavg: 2.07 2.02 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1692.16
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7452 0 0 0 169052 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1698.89
Current children cumulated vsize (KiB) 46076

[startup+1705.5 s]
/proc/loadavg: 2.06 2.02 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1695.36
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7452 0 0 0 169372 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1702.09
Current children cumulated vsize (KiB) 46076

[startup+1708.7 s]
/proc/loadavg: 2.06 2.01 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1698.56
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7452 0 0 0 169692 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1705.29
Current children cumulated vsize (KiB) 46076

[startup+1709.5 s]
/proc/loadavg: 2.06 2.01 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1699.36
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7452 0 0 0 169772 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1706.09
Current children cumulated vsize (KiB) 46076

[startup+1710.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=6.73
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1365 28668 0 2 6 1 640 26 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
[pid=26479] ppid=26456 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26456 26456 24075 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26212070 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 232 193 169 0 50 0
[pid=26480] ppid=26479 vsize=23852 CPUtime=1700.16
/proc/26480/stat : 26480 (picosat) R 26479 26456 24075 0 -1 4194304 7452 0 0 0 169852 164 0 0 25 0 1 0 26212071 24424448 5612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26480/statm: 5963 5612 48 102 0 5858 0
Current children cumulated CPU time (s) 1706.89
Current children cumulated vsize (KiB) 46076

[startup+1710.51 s]
/proc/loadavg: 2.06 2.01 1.92 3/76 26562
/proc/meminfo: memFree=1813248/2055920 swapFree=4192812/4192956
[pid=26456] ppid=26454 vsize=16868 CPUtime=1707.01
/proc/26456/stat : 26456 (sugar) S 26454 26456 24075 0 -1 4194304 1446 36407 0 2 6 1 170503 191 16 0 1 0 26211382 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26456/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1707.01
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1710.58
CPU time (s): 1707.14
CPU user time (s): 1705.18
CPU system time (s): 1.9577
CPU usage (%): 99.7985
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1705.18
system time used= 1.9577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41616
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3534
involuntary context switches= 14757

runsolver used 2.03669 second user time and 5.77012 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 11:37:56
IDJOB=2090859
IDBENCH=59924
IDSOLVER=738
FILE ID=node45/2090859-1247391476
PBS_JOBID= 9507249
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-65_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090859-1247391476/watcher-2090859-1247391476 -o /tmp/evaluation-result-2090859-1247391476/solver-2090859-1247391476 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2090859-1247391476.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a0c6c075a4bbbd6d1e995891d3fc5868
RANDOM SEED=1320973025

node45.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1853352 kB
Buffers:         24672 kB
Cached:         101876 kB
SwapCached:          0 kB
Active:          86968 kB
Inactive:        65484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3128 kB
Writeback:           0 kB
Mapped:          37000 kB
Slab:            35392 kB
Committed_AS:   195032 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node45 at 2009-07-12 12:06:27