Trace number 2079903

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+picosatSAT 214.174 216.387

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-193_ext.xml
MD5SUMd791dec87b10526615a0084f40824770
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.49862
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
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 05:24:08 2009
0.00/0.08	c 0	PID 26604
0.06/0.08	c 0	HOST node40.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079903-1247369047.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-2079903-1247369047.xml' 'HOME/temp.csp'
0.06/0.50	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	c 0	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'
0.47/0.60	c 0	Parsing HOME/temp.csp
0.47/0.78	c 0	parsed 319 expressions
0.47/0.79	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.79	c 0	Converting to clausal form CSP
0.47/0.82	c 0	converted 32 (10%) expressions
0.47/0.82	c 0	converted 64 (20%) expressions
0.47/0.84	c 0	converted 96 (30%) expressions
0.47/0.85	c 0	converted 128 (40%) expressions
0.47/0.85	c 0	converted 160 (50%) expressions
0.47/0.85	c 0	converted 192 (60%) expressions
0.47/0.86	c 0	converted 224 (70%) expressions
0.47/0.86	c 0	converted 256 (80%) expressions
0.47/0.86	c 0	converted 288 (90%) expressions
2.91/3.02	c 3	converted 319 (100%) expressions
2.91/3.02	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.91/3.02	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.02	c 3	Propagation in CSP
2.91/3.03	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.91/3.03	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.91/3.03	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.03	c 3	Simplifing CSP by introducing new Boolean variables
2.91/3.03	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.91/3.03	c 3	Heap : 61 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.31/3.48	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.31/3.48	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.31/3.48	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.31/3.49	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.31/3.49	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.31/3.50	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.42/3.50	c 3	43 (70%) CSP integer variables are encoded (20964 clauses, 292358 bytes)
3.42/3.50	c 3	49 (80%) CSP integer variables are encoded (22212 clauses, 311078 bytes)
3.42/3.51	c 3	55 (90%) CSP integer variables are encoded (23460 clauses, 329798 bytes)
3.42/3.51	c 3	61 (100%) CSP integer variables are encoded (24292 clauses, 342278 bytes)
3.42/3.55	c 3	23 (10%) CSP clauses are encoded (24788 clauses, 351558 bytes)
3.42/3.58	c 3	46 (20%) CSP clauses are encoded (25267 clauses, 362691 bytes)
3.42/3.59	c 3	69 (30%) CSP clauses are encoded (25745 clauses, 374001 bytes)
3.51/3.61	c 3	92 (40%) CSP clauses are encoded (26243 clauses, 385550 bytes)
3.51/3.62	c 3	115 (50%) CSP clauses are encoded (26720 clauses, 396880 bytes)
3.51/3.64	c 3	138 (60%) CSP clauses are encoded (27216 clauses, 408505 bytes)
3.51/3.66	c 3	161 (70%) CSP clauses are encoded (27713 clauses, 420554 bytes)
3.51/3.68	c 3	184 (80%) CSP clauses are encoded (28230 clauses, 433568 bytes)
3.61/3.71	c 3	207 (90%) CSP clauses are encoded (28762 clauses, 446782 bytes)
89.99/91.06	c 91	230 (100%) CSP clauses are encoded (870731 clauses, 28211347 bytes)
89.99/91.06	c 91	230 CSP clauses encoded
89.99/91.06	c 91	Writing map file : HOME/temp.map
89.99/91.06	c 91	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
89.99/91.06	c 91	SAT : 24351 SAT variables, 870731 SAT clauses, 28211347 bytes
89.99/91.06	c 91	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
90.05/91.12	c 91	SOLVING HOME/temp.cnf
90.05/91.12	c 91	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
213.78/216.03	c 216	DECODING HOME/temp.out WITH HOME/temp.map
213.78/216.03	c 216	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'
213.84/216.12	c 216	Decoding HOME/temp.out
213.84/216.34	s SATISFIABLE
213.84/216.34	v 7 5 20 24 13 7 19 7 15 29 11 1 16 6 2 0 10 19 6 10 14 19 4 15 17 1 9 6 18 0 8 15 3 2 5 7 12 1 1 35 29 36 43 72 73 79 79 98 108 127 142 143 149 149 164 166 173 174 209 209 0
213.84/216.35	c 216	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
213.84/216.37	c 216	CPU 214.13 (0.06 0.02 207.25 6.8)
213.84/216.37	c 216	END Sun Jul 12 05:27:44 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079903-1247369047/watcher-2079903-1247369047 -o /tmp/evaluation-result-2079903-1247369047/solver-2079903-1247369047 -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-2079903-1247369047.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.00 2.00 2.00 4/76 26604
/proc/meminfo: memFree=1011088/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=4708 CPUtime=0
/proc/26604/stat : 26604 (sugar) R 26602 26604 25785 0 -1 4194304 56 0 0 0 0 0 0 0 23 0 1 0 23596037 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 264516993744 0 0 4096 0 0 0 0 17 1 0 0
/proc/26604/statm: 1177 41 31 3 0 8 0

[startup+0.0827741 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 26604
/proc/meminfo: memFree=1011088/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16740 CPUtime=0.06
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23596037 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102744 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 26604
/proc/meminfo: memFree=1011088/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.06
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301301 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 26604
/proc/meminfo: memFree=1011088/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.06
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70135 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 26604
/proc/meminfo: memFree=1011088/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.47
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1309 6781 0 1 5 1 37 4 15 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 26626
/proc/meminfo: memFree=993400/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.47
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1309 6781 0 1 5 1 37 4 15 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
[pid=26617] ppid=26604 vsize=5356 CPUtime=0
/proc/26617/stat : 26617 (sh) S 26604 26604 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23596088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26617/statm: 1339 233 193 169 0 50 0
[pid=26618] ppid=26617 vsize=864356 CPUtime=0.96
/proc/26618/stat : 26618 (java) S 26617 26604 25785 0 -1 0 10757 0 1 0 90 6 0 0 18 0 9 0 23596089 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26618/statm: 216089 9831 2566 9 0 210594 0
[pid=26618/tid=26619] ppid=26617 vsize=864356 CPUtime=0.46
/proc/26618/task/26619/stat : 26619 (java) R 26617 26604 25785 0 -1 64 2770 0 1 0 45 1 0 0 23 0 9 0 23596090 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26620] ppid=26617 vsize=864356 CPUtime=0.42
/proc/26618/task/26620/stat : 26620 (java) R 26617 26604 25785 0 -1 64 6973 0 0 0 39 3 0 0 16 0 9 0 23596091 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 104187615 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26621] ppid=26617 vsize=864356 CPUtime=0
/proc/26618/task/26621/stat : 26621 (java) S 26617 26604 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23596091 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26622] ppid=26617 vsize=864356 CPUtime=0
/proc/26618/task/26622/stat : 26622 (java) S 26617 26604 25785 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23596092 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26623] ppid=26617 vsize=864356 CPUtime=0
/proc/26618/task/26623/stat : 26623 (java) S 26617 26604 25785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23596094 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26624] ppid=26617 vsize=864356 CPUtime=0.05
/proc/26618/task/26624/stat : 26624 (java) S 26617 26604 25785 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23596094 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26625] ppid=26617 vsize=864356 CPUtime=0
/proc/26618/task/26625/stat : 26625 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23596094 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26626] ppid=26617 vsize=864356 CPUtime=0
/proc/26618/task/26626/stat : 26626 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23596094 885100544 9831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886580

[startup+3.10267 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 26626
/proc/meminfo: memFree=960440/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.48
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1310 6781 0 1 6 1 37 4 16 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
[pid=26617] ppid=26604 vsize=5356 CPUtime=0
/proc/26617/stat : 26617 (sh) S 26604 26604 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23596088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26617/statm: 1339 233 193 169 0 50 0
[pid=26618] ppid=26617 vsize=864540 CPUtime=2.54
/proc/26618/stat : 26618 (java) S 26617 26604 25785 0 -1 0 21470 0 1 0 244 10 0 0 18 0 9 0 23596089 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26618/statm: 216135 20399 2566 9 0 210640 0
[pid=26618/tid=26619] ppid=26617 vsize=864540 CPUtime=1.02
/proc/26618/task/26619/stat : 26619 (java) R 26617 26604 25785 0 -1 64 3288 0 1 0 101 1 0 0 25 0 9 0 23596090 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26620] ppid=26617 vsize=864540 CPUtime=1.44
/proc/26618/task/26620/stat : 26620 (java) R 26617 26604 25785 0 -1 64 17167 0 0 0 137 7 0 0 16 0 9 0 23596091 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 103732034 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26621] ppid=26617 vsize=864540 CPUtime=0
/proc/26618/task/26621/stat : 26621 (java) S 26617 26604 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23596091 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26622] ppid=26617 vsize=864540 CPUtime=0
/proc/26618/task/26622/stat : 26622 (java) S 26617 26604 25785 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23596092 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26623] ppid=26617 vsize=864540 CPUtime=0
/proc/26618/task/26623/stat : 26623 (java) S 26617 26604 25785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23596094 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26624] ppid=26617 vsize=864540 CPUtime=0.05
/proc/26618/task/26624/stat : 26624 (java) S 26617 26604 25785 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 23596094 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26625] ppid=26617 vsize=864540 CPUtime=0
/proc/26618/task/26625/stat : 26625 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23596094 885288960 20399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26626] ppid=26617 vsize=864540 CPUtime=0
/proc/26618/task/26626/stat : 26626 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23596094 885288960 20399 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) 886764

[startup+6.30108 s]
/proc/loadavg: 2.08 2.02 2.01 3/87 26626
/proc/meminfo: memFree=929656/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.48
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1310 6781 0 1 6 1 37 4 15 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
[pid=26617] ppid=26604 vsize=5356 CPUtime=0
/proc/26617/stat : 26617 (sh) S 26604 26604 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23596088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26617/statm: 1339 233 193 169 0 50 0
[pid=26618] ppid=26617 vsize=864468 CPUtime=5.7
/proc/26618/stat : 26618 (java) S 26617 26604 25785 0 -1 0 23247 0 1 0 558 12 0 0 18 0 9 0 23596089 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26618/statm: 216117 22114 2590 9 0 210594 0
[pid=26618/tid=26619] ppid=26617 vsize=864468 CPUtime=3.7
/proc/26618/task/26619/stat : 26619 (java) R 26617 26604 25785 0 -1 64 3715 0 1 0 368 2 0 0 25 0 9 0 23596090 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4126571572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26620] ppid=26617 vsize=864468 CPUtime=1.88
/proc/26618/task/26620/stat : 26620 (java) S 26617 26604 25785 0 -1 64 18497 0 0 0 180 8 0 0 16 0 9 0 23596091 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26621] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26621/stat : 26621 (java) S 26617 26604 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23596091 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26622] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26622/stat : 26622 (java) S 26617 26604 25785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23596092 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26623] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26623/stat : 26623 (java) S 26617 26604 25785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23596094 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26624] ppid=26617 vsize=864468 CPUtime=0.08
/proc/26618/task/26624/stat : 26624 (java) S 26617 26604 25785 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23596094 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26625] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26625/stat : 26625 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23596094 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26626] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26626/stat : 26626 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23596094 885215232 22114 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886692

[startup+12.7029 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 26626
/proc/meminfo: memFree=924984/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.48
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1310 6781 0 1 6 1 37 4 15 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
[pid=26617] ppid=26604 vsize=5356 CPUtime=0
/proc/26617/stat : 26617 (sh) S 26604 26604 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23596088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26617/statm: 1339 233 193 169 0 50 0
[pid=26618] ppid=26617 vsize=864468 CPUtime=12.03
/proc/26618/stat : 26618 (java) S 26617 26604 25785 0 -1 0 24033 0 1 0 1190 13 0 0 18 0 9 0 23596089 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26618/statm: 216117 22863 2590 9 0 210594 0
[pid=26618/tid=26619] ppid=26617 vsize=864468 CPUtime=9.92
/proc/26618/task/26619/stat : 26619 (java) R 26617 26604 25785 0 -1 64 3752 0 1 0 989 3 0 0 25 0 9 0 23596090 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 103210985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26620] ppid=26617 vsize=864468 CPUtime=1.99
/proc/26618/task/26620/stat : 26620 (java) S 26617 26604 25785 0 -1 64 19246 0 0 0 191 8 0 0 16 0 9 0 23596091 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26621] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26621/stat : 26621 (java) S 26617 26604 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23596091 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26622] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26622/stat : 26622 (java) S 26617 26604 25785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23596092 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26623] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26623/stat : 26623 (java) S 26617 26604 25785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23596094 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26624] ppid=26617 vsize=864468 CPUtime=0.08
/proc/26618/task/26624/stat : 26624 (java) S 26617 26604 25785 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23596094 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26625] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26625/stat : 26625 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23596094 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26626] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26626/stat : 26626 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23596094 885215232 22863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886692

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 2.00 3/87 26626
/proc/meminfo: memFree=910008/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=0.48
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1310 6781 0 1 6 1 37 4 15 0 1 0 23596037 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1111 409 3 0 796 0
[pid=26617] ppid=26604 vsize=5356 CPUtime=0
/proc/26617/stat : 26617 (sh) S 26604 26604 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23596088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26617/statm: 1339 233 193 169 0 50 0
[pid=26618] ppid=26617 vsize=864468 CPUtime=24.69
/proc/26618/stat : 26618 (java) S 26617 26604 25785 0 -1 0 26746 0 1 0 2450 19 0 0 18 0 9 0 23596089 885215232 25460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26618/statm: 216117 25460 2590 9 0 210594 0
[pid=26618/tid=26619] ppid=26617 vsize=864468 CPUtime=22.22
/proc/26618/task/26619/stat : 26619 (java) R 26617 26604 25785 0 -1 64 3868 0 1 0 2215 7 0 0 25 0 9 0 23596090 885215232 25460 996147200 134512640 134550932 4294955936 18446744073709551615 103795227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26620] ppid=26617 vsize=864468 CPUtime=2.35
/proc/26618/task/26620/stat : 26620 (java) S 26617 26604 25785 0 -1 64 21842 0 0 0 225 10 0 0 16 0 9 0 23596091 885215232 25460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26621] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26621/stat : 26621 (java) S 26617 26604 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23596091 885215232 25460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26622] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26622/stat : 26622 (java) S 26617 26604 25785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23596092 885215232 25460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26623] ppid=26617 vsize=864468 CPUtime=0

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

[pid=26617] ppid=26604 vsize=5356 CPUtime=0
/proc/26617/stat : 26617 (sh) S 26604 26604 25785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23596088 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26617/statm: 1339 233 193 169 0 50 0
[pid=26618] ppid=26617 vsize=864468 CPUtime=50.03
/proc/26618/stat : 26618 (java) S 26617 26604 25785 0 -1 0 31720 0 1 0 4973 30 0 0 18 0 9 0 23596089 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26618/statm: 216117 30198 2590 9 0 210594 0
[pid=26618/tid=26619] ppid=26617 vsize=864468 CPUtime=46.81
/proc/26618/task/26619/stat : 26619 (java) R 26617 26604 25785 0 -1 64 4104 0 1 0 4668 13 0 0 25 0 9 0 23596090 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4126565439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26620] ppid=26617 vsize=864468 CPUtime=3.09
/proc/26618/task/26620/stat : 26620 (java) S 26617 26604 25785 0 -1 64 26575 0 0 0 294 15 0 0 16 0 9 0 23596091 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26621] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26621/stat : 26621 (java) S 26617 26604 25785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23596091 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26622] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26622/stat : 26622 (java) S 26617 26604 25785 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23596092 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26623] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26623/stat : 26623 (java) S 26617 26604 25785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23596094 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26624] ppid=26617 vsize=864468 CPUtime=0.09
/proc/26618/task/26624/stat : 26624 (java) S 26617 26604 25785 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23596094 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26625] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26625/stat : 26625 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23596094 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26618/tid=26626] ppid=26617 vsize=864468 CPUtime=0
/proc/26618/task/26626/stat : 26626 (java) S 26617 26604 25785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23596094 885215232 30198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 886692

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/79 26628
/proc/meminfo: memFree=943544/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=38440 CPUtime=11.05
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 9167 0 0 0 517 588 0 0 25 0 1 0 23605150 39362560 9153 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 9610 9153 40 102 0 9505 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 60664

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=938616/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=43012 CPUtime=70.49
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10352 0 0 0 6429 620 0 0 25 0 1 0 23605150 44044288 10314 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 10753 10314 42 102 0 10648 0
Current children cumulated CPU time (s) 160.58
Current children cumulated vsize (KiB) 65236

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

[startup+179.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=937592/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=43672 CPUtime=87.13
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10534 0 0 0 8093 620 0 0 25 0 1 0 23605150 44720128 10496 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 10918 10496 42 102 0 10813 0
Current children cumulated CPU time (s) 177.22
Current children cumulated vsize (KiB) 65896

[startup+191.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936696/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=44200 CPUtime=99.81
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10668 0 0 0 9361 620 0 0 25 0 1 0 23605150 45260800 10630 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 11050 10630 42 102 0 10945 0
Current children cumulated CPU time (s) 189.9
Current children cumulated vsize (KiB) 66424

[startup+204.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=44596 CPUtime=112.5
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10791 0 0 0 10629 621 0 0 25 0 1 0 23605150 45666304 10753 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 11149 10753 42 102 0 11044 0
Current children cumulated CPU time (s) 202.59
Current children cumulated vsize (KiB) 66820

[startup+211.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=44596 CPUtime=118.84
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10791 0 0 0 11263 621 0 0 25 0 1 0 23605150 45666304 10753 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 11149 10753 42 102 0 11044 0
Current children cumulated CPU time (s) 208.93
Current children cumulated vsize (KiB) 66820

[startup+214.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=44596 CPUtime=122.01
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10791 0 0 0 11580 621 0 0 25 0 1 0 23605150 45666304 10753 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 11149 10753 42 102 0 11044 0
Current children cumulated CPU time (s) 212.1
Current children cumulated vsize (KiB) 66820

[startup+215.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=44596 CPUtime=122.8
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10791 0 0 0 11659 621 0 0 25 0 1 0 23605150 45666304 10753 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 11149 10753 42 102 0 11044 0
Current children cumulated CPU time (s) 212.89
Current children cumulated vsize (KiB) 66820

[startup+215.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=90.09
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1365 51312 0 2 6 1 8947 55 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
[pid=26627] ppid=26604 vsize=5356 CPUtime=0
/proc/26627/stat : 26627 (sh) S 26604 26604 25785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23605149 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26627/statm: 1339 232 193 169 0 50 0
[pid=26628] ppid=26627 vsize=44596 CPUtime=123.59
/proc/26628/stat : 26628 (picosat) R 26627 26604 25785 0 -1 4194304 10791 0 0 0 11738 621 0 0 25 0 1 0 23605150 45666304 10753 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26628/statm: 11149 10753 42 102 0 11044 0
Current children cumulated CPU time (s) 213.68
Current children cumulated vsize (KiB) 66820

[startup+216.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 26628
/proc/meminfo: memFree=936184/2055920 swapFree=4192812/4192956
[pid=26604] ppid=26602 vsize=16868 CPUtime=213.84
/proc/26604/stat : 26604 (sugar) S 26602 26604 25785 0 -1 4194304 1446 62395 0 2 6 2 20699 677 16 0 1 0 23596037 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26604/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 213.84
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 216.387
CPU time (s): 214.174
CPU user time (s): 207.323
CPU system time (s): 6.85096
CPU usage (%): 98.9777
Max. virtual memory (cumulated for all children) (KiB): 912428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.323
system time used= 6.85096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67713
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= 10480
involuntary context switches= 14923

runsolver used 0.290955 second user time and 0.779881 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 05:24:08
IDJOB=2079903
IDBENCH=56969
IDSOLVER=738
FILE ID=node40/2079903-1247369047
PBS_JOBID= 9507130
Free space on /tmp= 66216 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-193_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-2079903-1247369047/watcher-2079903-1247369047 -o /tmp/evaluation-result-2079903-1247369047/solver-2079903-1247369047 -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-2079903-1247369047.xml

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

MD5SUM BENCH= d791dec87b10526615a0084f40824770
RANDOM SEED=1493090789

node40.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.213
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.213
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:       1011568 kB
Buffers:         82228 kB
Cached:         805376 kB
SwapCached:          0 kB
Active:         321176 kB
Inactive:       643996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1011568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          88868 kB
Slab:            64004 kB
Committed_AS:   256808 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node40 at 2009-07-12 05:27:44