Trace number 1051564

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.13+picosatSAT 480.475 483.424

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-715_ext.xml
MD5SUMb519bb92666070ed6acb140047f88391
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 benchmark184.488
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:59:06 2008
0.00/0.04	c 0	PID 29323
0.00/0.04	c 0	HOST node80.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1051564-1215053946.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051564-1215053946.xml' 'HOME/temp.csp'
0.02/0.44	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.02/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.46	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.42/0.53	c 1	Parsing HOME/temp.csp
0.42/0.74	c 1	parsed 459 expressions
0.42/0.74	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.74	c 1	Converting to clausal form CSP
0.42/0.76	c 1	converted 46 (10%) expressions
0.42/0.77	c 1	converted 92 (20%) expressions
0.42/0.78	c 1	converted 138 (30%) expressions
0.42/0.80	c 1	converted 184 (40%) expressions
0.43/0.80	c 1	converted 230 (50%) expressions
0.43/0.80	c 1	converted 276 (60%) expressions
0.43/0.81	c 1	converted 322 (70%) expressions
0.43/0.82	c 1	converted 368 (80%) expressions
0.43/0.82	c 1	converted 414 (90%) expressions
2.61/2.79	c 3	converted 459 (100%) expressions
2.61/2.79	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.61/2.79	c 3	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.79	c 3	Propagation in CSP
2.61/2.79	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.79	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.61/2.79	c 3	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.79	c 3	Simplifing CSP by introducing new Boolean variables
2.61/2.80	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.61/2.80	c 3	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.14	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.01/3.14	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.01/3.15	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.01/3.15	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.01/3.16	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.01/3.16	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.01/3.17	c 3	54 (70%) CSP integer variables are encoded (26266 clauses, 371888 bytes)
3.01/3.17	c 3	61 (80%) CSP integer variables are encoded (27519 clauses, 390683 bytes)
3.01/3.17	c 3	69 (90%) CSP integer variables are encoded (28951 clauses, 412163 bytes)
3.01/3.17	c 3	76 (100%) CSP integer variables are encoded (29846 clauses, 425588 bytes)
3.11/3.23	c 3	35 (10%) CSP clauses are encoded (30766 clauses, 444066 bytes)
3.11/3.24	c 4	70 (20%) CSP clauses are encoded (31663 clauses, 465845 bytes)
3.11/3.27	c 4	105 (30%) CSP clauses are encoded (32585 clauses, 487698 bytes)
3.11/3.29	c 4	140 (40%) CSP clauses are encoded (33503 clauses, 509660 bytes)
3.21/3.31	c 4	175 (50%) CSP clauses are encoded (34425 clauses, 531886 bytes)
3.21/3.34	c 4	210 (60%) CSP clauses are encoded (35347 clauses, 554589 bytes)
3.21/3.36	c 4	245 (70%) CSP clauses are encoded (36268 clauses, 578805 bytes)
3.21/3.39	c 4	280 (80%) CSP clauses are encoded (37210 clauses, 603284 bytes)
3.31/3.43	c 4	315 (90%) CSP clauses are encoded (38200 clauses, 628399 bytes)
67.51/67.82	c 68	350 (100%) CSP clauses are encoded (829130 clauses, 26865045 bytes)
67.51/67.82	c 68	350 CSP clauses encoded
67.51/67.82	c 68	Writing map file : HOME/temp.map
67.51/67.82	c 68	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
67.51/67.82	c 68	SAT : 29920 SAT variables, 829130 SAT clauses, 26865045 bytes
67.51/67.82	c 68	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
67.51/67.88	c 68	SOLVING HOME/temp.cnf
67.51/67.88	c 68	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
480.07/483.06	c 483	DECODING HOME/temp.out WITH HOME/temp.map
480.07/483.06	c 483	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
480.15/483.17	c 483	Decoding HOME/temp.out
480.15/483.38	s SATISFIABLE
480.15/483.38	v 15 4 7 19 24 21 10 8 2 3 16 9 8 16 14 0 3 21 4 2 1 3 21 9 25 1 13 10 17 14 22 0 9 5 20 1 5 20 19 0 11 0 6 6 12 3 23 4 18 1 23 44 52 55 64 80 80 101 103 106 115 116 126 140 140 145 146 166 166 166 172 175 179 180 180 0
480.15/483.39	c 484	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
480.15/483.41	c 484	CPU 474.31 (0.03 0.01 474.28 6.13)
480.15/483.41	c 484	END Thu Jul  3 05:07:10 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051564-1215053946/watcher-1051564-1215053946 -o /tmp/evaluation-result-1051564-1215053946/solver-1051564-1215053946 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1051564-1215053946.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.23 2.09 4/84 29323
/proc/meminfo: memFree=410704/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=12268 CPUtime=0
/proc/29323/stat : 29323 (sugar) R 29321 29323 26475 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 670520062 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/29323/statm: 3067 320 242 3 0 167 0

[startup+0.0608069 s]
/proc/loadavg: 2.36 2.23 2.09 4/84 29323
/proc/meminfo: memFree=410704/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.02
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 670520062 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101808 s]
/proc/loadavg: 2.36 2.23 2.09 4/84 29323
/proc/meminfo: memFree=410704/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.02
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 670520062 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301835 s]
/proc/loadavg: 2.36 2.23 2.09 4/84 29323
/proc/meminfo: memFree=410704/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.02
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 670520062 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701892 s]
/proc/loadavg: 2.36 2.23 2.09 4/84 29323
/proc/meminfo: memFree=410704/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.42
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 973 6602 0 1 2 0 36 4 15 0 1 0 670520062 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29323/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 2.36 2.23 2.09 3/95 29345
/proc/meminfo: memFree=393584/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.43
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 973 6602 0 1 3 0 36 4 15 0 1 0 670520062 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29323/statm: 3400 797 370 3 0 500 0
[pid=29336] ppid=29323 vsize=5356 CPUtime=0
/proc/29336/stat : 29336 (sh) S 29323 29323 26475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670520108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29336/statm: 1339 233 193 169 0 50 0
[pid=29337] ppid=29336 vsize=864600 CPUtime=1.01
/proc/29337/stat : 29337 (java) S 29336 29323 26475 0 -1 0 10874 0 1 0 98 3 0 0 18 0 9 0 670520108 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29337/statm: 216150 9960 2540 9 0 210725 0
[pid=29337/tid=29338] ppid=29336 vsize=864600 CPUtime=0.43
/proc/29337/task/29338/stat : 29338 (java) R 29336 29323 26475 0 -1 64 2751 0 1 0 42 1 0 0 23 0 9 0 670520109 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29339] ppid=29336 vsize=864600 CPUtime=0.48
/proc/29337/task/29339/stat : 29339 (java) R 29336 29323 26475 0 -1 64 7095 0 0 0 47 1 0 0 17 0 9 0 670520110 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 104457027 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29340] ppid=29336 vsize=864600 CPUtime=0
/proc/29337/task/29340/stat : 29340 (java) S 29336 29323 26475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670520110 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29341] ppid=29336 vsize=864600 CPUtime=0
/proc/29337/task/29341/stat : 29341 (java) S 29336 29323 26475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670520110 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29342] ppid=29336 vsize=864600 CPUtime=0
/proc/29337/task/29342/stat : 29342 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 670520112 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29343] ppid=29336 vsize=864600 CPUtime=0.07
/proc/29337/task/29343/stat : 29343 (java) S 29336 29323 26475 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 670520112 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29344] ppid=29336 vsize=864600 CPUtime=0
/proc/29337/task/29344/stat : 29344 (java) S 29336 29323 26475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 670520112 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29345] ppid=29336 vsize=864600 CPUtime=0
/proc/29337/task/29345/stat : 29345 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670520112 885350400 9960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883556

[startup+3.10118 s]
/proc/loadavg: 2.36 2.23 2.09 4/95 29345
/proc/meminfo: memFree=361840/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.43
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 974 6602 0 1 3 0 36 4 16 0 1 0 670520062 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 797 370 3 0 500 0
[pid=29336] ppid=29323 vsize=5356 CPUtime=0
/proc/29336/stat : 29336 (sh) S 29323 29323 26475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670520108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29336/statm: 1339 233 193 169 0 50 0
[pid=29337] ppid=29336 vsize=864348 CPUtime=2.58
/proc/29337/stat : 29337 (java) S 29336 29323 26475 0 -1 0 20607 0 1 0 249 9 0 0 18 0 9 0 670520108 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29337/statm: 216087 19548 2540 9 0 210662 0
[pid=29337/tid=29338] ppid=29336 vsize=864348 CPUtime=0.93
/proc/29337/task/29338/stat : 29338 (java) R 29336 29323 26475 0 -1 64 3218 0 1 0 91 2 0 0 25 0 9 0 670520109 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29339] ppid=29336 vsize=864348 CPUtime=1.56
/proc/29337/task/29339/stat : 29339 (java) R 29336 29323 26475 0 -1 64 16360 0 0 0 150 6 0 0 18 0 9 0 670520110 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29340] ppid=29336 vsize=864348 CPUtime=0
/proc/29337/task/29340/stat : 29340 (java) S 29336 29323 26475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670520110 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29341] ppid=29336 vsize=864348 CPUtime=0
/proc/29337/task/29341/stat : 29341 (java) S 29336 29323 26475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670520110 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29342] ppid=29336 vsize=864348 CPUtime=0
/proc/29337/task/29342/stat : 29342 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 670520112 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29343] ppid=29336 vsize=864348 CPUtime=0.07
/proc/29337/task/29343/stat : 29343 (java) S 29336 29323 26475 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 670520112 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29344] ppid=29336 vsize=864348 CPUtime=0
/proc/29337/task/29344/stat : 29344 (java) S 29336 29323 26475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 670520112 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29345] ppid=29336 vsize=864348 CPUtime=0
/proc/29337/task/29345/stat : 29345 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670520112 885092352 19548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883304

[startup+6.30258 s]
/proc/loadavg: 2.33 2.22 2.09 3/95 29345
/proc/meminfo: memFree=329456/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.44
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 974 6602 0 1 3 1 36 4 15 0 1 0 670520062 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 797 370 3 0 500 0
[pid=29336] ppid=29323 vsize=5356 CPUtime=0
/proc/29336/stat : 29336 (sh) S 29323 29323 26475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670520108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29336/statm: 1339 233 193 169 0 50 0
[pid=29337] ppid=29336 vsize=864460 CPUtime=5.75
/proc/29337/stat : 29337 (java) S 29336 29323 26475 0 -1 0 22773 0 1 0 564 11 0 0 18 0 9 0 670520108 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29337/statm: 216115 21661 2564 9 0 210662 0
[pid=29337/tid=29338] ppid=29336 vsize=864460 CPUtime=3.96
/proc/29337/task/29338/stat : 29338 (java) R 29336 29323 26475 0 -1 64 3719 0 1 0 394 2 0 0 25 0 9 0 670520109 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29339] ppid=29336 vsize=864460 CPUtime=1.66
/proc/29337/task/29339/stat : 29339 (java) S 29336 29323 26475 0 -1 64 18005 0 0 0 159 7 0 0 16 0 9 0 670520110 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29340] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29340/stat : 29340 (java) S 29336 29323 26475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670520110 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29341] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29341/stat : 29341 (java) S 29336 29323 26475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670520110 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29342] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29342/stat : 29342 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 670520112 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29343] ppid=29336 vsize=864460 CPUtime=0.1
/proc/29337/task/29343/stat : 29343 (java) S 29336 29323 26475 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 670520112 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29344] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29344/stat : 29344 (java) S 29336 29323 26475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 670520112 885207040 21661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29345] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29345/stat : 29345 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670520112 885207040 21661 996147200 134512640 134550740 4294955952 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) 883416

[startup+12.7024 s]
/proc/loadavg: 2.30 2.22 2.09 3/95 29345
/proc/meminfo: memFree=319864/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.44
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 974 6602 0 1 3 1 36 4 15 0 1 0 670520062 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 797 370 3 0 500 0
[pid=29336] ppid=29323 vsize=5356 CPUtime=0
/proc/29336/stat : 29336 (sh) S 29323 29323 26475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670520108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29336/statm: 1339 233 193 169 0 50 0
[pid=29337] ppid=29336 vsize=864460 CPUtime=12.1
/proc/29337/stat : 29337 (java) S 29336 29323 26475 0 -1 0 24017 0 1 0 1197 13 0 0 18 0 9 0 670520108 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29337/statm: 216115 22839 2564 9 0 210662 0
[pid=29337/tid=29338] ppid=29336 vsize=864460 CPUtime=10.15
/proc/29337/task/29338/stat : 29338 (java) R 29336 29323 26475 0 -1 64 3786 0 1 0 1011 4 0 0 25 0 9 0 670520109 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4126603434 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29339] ppid=29336 vsize=864460 CPUtime=1.84
/proc/29337/task/29339/stat : 29339 (java) S 29336 29323 26475 0 -1 64 19182 0 0 0 176 8 0 0 16 0 9 0 670520110 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29340] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29340/stat : 29340 (java) S 29336 29323 26475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670520110 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29341] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29341/stat : 29341 (java) S 29336 29323 26475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670520110 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29342] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29342/stat : 29342 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 670520112 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29343] ppid=29336 vsize=864460 CPUtime=0.1
/proc/29337/task/29343/stat : 29343 (java) S 29336 29323 26475 0 -1 64 356 0 0 0 10 0 0 0 17 0 9 0 670520112 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29344] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29344/stat : 29344 (java) S 29336 29323 26475 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 670520112 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29345] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29345/stat : 29345 (java) S 29336 29323 26475 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670520112 885207040 22839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883416

[startup+25.502 s]
/proc/loadavg: 2.24 2.21 2.09 5/95 29345
/proc/meminfo: memFree=297080/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=0.44
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 974 6602 0 1 3 1 36 4 15 0 1 0 670520062 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 797 370 3 0 500 0
[pid=29336] ppid=29323 vsize=5356 CPUtime=0
/proc/29336/stat : 29336 (sh) S 29323 29323 26475 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670520108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29336/statm: 1339 233 193 169 0 50 0
[pid=29337] ppid=29336 vsize=864460 CPUtime=24.89
/proc/29337/stat : 29337 (java) S 29336 29323 26475 0 -1 0 27032 0 1 0 2471 18 0 0 18 0 9 0 670520108 885207040 25711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29337/statm: 216115 25711 2564 9 0 210662 0
[pid=29337/tid=29338] ppid=29336 vsize=864460 CPUtime=22.52
/proc/29337/task/29338/stat : 29338 (java) R 29336 29323 26475 0 -1 64 3929 0 1 0 2245 7 0 0 25 0 9 0 670520109 885207040 25711 996147200 134512640 134550740 4294955952 18446744073709551615 102109865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29339] ppid=29336 vsize=864460 CPUtime=2.25
/proc/29337/task/29339/stat : 29339 (java) S 29336 29323 26475 0 -1 64 22051 0 0 0 215 10 0 0 16 0 9 0 670520110 885207040 25711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29337/tid=29340] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29340/stat : 29340 (java) S 29336 29323 26475 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670520110 885207040 25711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29337/tid=29341] ppid=29336 vsize=864460 CPUtime=0
/proc/29337/task/29341/stat : 29341 (java) S 29336 29323 26475 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 670520110 885207040 25711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=42980 CPUtime=93.67
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 10413 0 0 0 8807 560 0 0 25 0 1 0 670526851 44011520 10376 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 10745 10376 42 102 0 10640 0
Current children cumulated CPU time (s) 161.22
Current children cumulated vsize (KiB) 61936

[startup+222.301 s]
/proc/loadavg: 2.09 2.17 2.09 3/87 29353
/proc/meminfo: memFree=224760/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=45224 CPUtime=153.06
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 10974 0 0 0 14746 560 0 0 25 0 1 0 670526851 46309376 10937 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29347/statm: 11306 10937 42 102 0 11201 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 64180

[startup+282.302 s]
/proc/loadavg: 2.14 2.17 2.09 3/87 29353
/proc/meminfo: memFree=223352/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=46544 CPUtime=212.88
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 11296 0 0 0 20728 560 0 0 25 0 1 0 670526851 47661056 11259 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 11636 11259 42 102 0 11531 0
Current children cumulated CPU time (s) 280.43
Current children cumulated vsize (KiB) 65500

[startup+342.301 s]
/proc/loadavg: 2.13 2.16 2.09 3/87 29353
/proc/meminfo: memFree=220792/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=48920 CPUtime=272.67
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 11891 0 0 0 26706 561 0 0 25 0 1 0 670526851 50094080 11854 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29347/statm: 12230 11854 42 102 0 12125 0
Current children cumulated CPU time (s) 340.22
Current children cumulated vsize (KiB) 67876

[startup+402.302 s]
/proc/loadavg: 2.25 2.19 2.10 5/87 29353
/proc/meminfo: memFree=219128/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=50500 CPUtime=332.31
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 12392 0 0 0 32669 562 0 0 25 0 1 0 670526851 51712000 12256 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/29347/statm: 12625 12256 48 102 0 12520 0
Current children cumulated CPU time (s) 399.86
Current children cumulated vsize (KiB) 69456

[startup+462.301 s]
/proc/loadavg: 2.34 2.24 2.12 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=50500 CPUtime=391.83
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 12392 0 0 0 38621 562 0 0 25 0 1 0 670526851 51712000 12256 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 12625 12256 48 102 0 12520 0
Current children cumulated CPU time (s) 459.38
Current children cumulated vsize (KiB) 69456

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

[startup+473.502 s]
/proc/loadavg: 2.43 2.26 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=50500 CPUtime=403.03
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 12392 0 0 0 39741 562 0 0 25 0 1 0 670526851 51712000 12256 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 12625 12256 48 102 0 12520 0
Current children cumulated CPU time (s) 470.58
Current children cumulated vsize (KiB) 69456

[startup+479.901 s]
/proc/loadavg: 2.39 2.26 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=50500 CPUtime=409.42
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 12392 0 0 0 40380 562 0 0 25 0 1 0 670526851 51712000 12256 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 12625 12256 48 102 0 12520 0
Current children cumulated CPU time (s) 476.97
Current children cumulated vsize (KiB) 69456

[startup+481.502 s]
/proc/loadavg: 2.39 2.26 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=50500 CPUtime=411.02
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 12392 0 0 0 40540 562 0 0 25 0 1 0 670526851 51712000 12256 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 12625 12256 48 102 0 12520 0
Current children cumulated CPU time (s) 478.57
Current children cumulated vsize (KiB) 69456

[startup+482.302 s]
/proc/loadavg: 2.39 2.26 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=67.55
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1021 50067 0 2 3 1 6705 46 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
[pid=29346] ppid=29323 vsize=5356 CPUtime=0
/proc/29346/stat : 29346 (sh) S 29323 29323 26475 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670526850 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29346/statm: 1339 232 193 169 0 50 0
[pid=29347] ppid=29346 vsize=50500 CPUtime=411.82
/proc/29347/stat : 29347 (picosat) R 29346 29323 26475 0 -1 4194304 12392 0 0 0 40620 562 0 0 25 0 1 0 670526851 51712000 12256 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 0 0 0
/proc/29347/statm: 12625 12256 48 102 0 12520 0
Current children cumulated CPU time (s) 479.37
Current children cumulated vsize (KiB) 69456

[startup+483.102 s]
/proc/loadavg: 2.36 2.25 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=480.15
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1070 62750 0 2 3 1 47401 610 16 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 480.15
Current children cumulated vsize (KiB) 13600

[startup+483.302 s]
/proc/loadavg: 2.36 2.25 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=480.15
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1089 62750 0 2 3 1 47401 610 15 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 480.15
Current children cumulated vsize (KiB) 13600

[startup+483.402 s]
/proc/loadavg: 2.36 2.25 2.13 3/87 29353
/proc/meminfo: memFree=213624/2055920 swapFree=4147528/4192956
[pid=29323] ppid=29321 vsize=13600 CPUtime=480.15
/proc/29323/stat : 29323 (sugar) S 29321 29323 26475 0 -1 4194304 1090 62750 0 2 3 1 47401 610 15 0 1 0 670520062 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29323/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 480.15
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 483.424
CPU time (s): 480.475
CPU user time (s): 474.318
CPU system time (s): 6.15706
CPU usage (%): 99.3899
Max. virtual memory (cumulated for all children) (KiB): 903904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 474.318
system time used= 6.15706
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67637
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= 8401
involuntary context switches= 17691

runsolver used 0.51992 second user time and 1.3138 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-03 04:59:06
IDJOB=1051564
IDBENCH=55492
IDSOLVER=345
FILE ID=node80/1051564-1215053946
PBS_JOBID= 7875018
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-715_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051564-1215053946/watcher-1051564-1215053946 -o /tmp/evaluation-result-1051564-1215053946/solver-1051564-1215053946 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1051564-1215053946.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b519bb92666070ed6acb140047f88391
RANDOM SEED=587589388

node80.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        411184 kB
Buffers:         87168 kB
Cached:         848072 kB
SwapCached:      39472 kB
Active:         933612 kB
Inactive:       621392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        411184 kB
SwapTotal:     4192956 kB
SwapFree:      4147528 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:         631104 kB
Slab:            73836 kB
Committed_AS:  1678216 kB
PageTables:       2964 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= 66548 MiB
End job on node80 at 2008-07-03 05:07:10