Trace number 1051541

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 67.7657 68.1248

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
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 benchmark0.511921
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:58:30 2008
0.00/0.04	c 0	PID 10491
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051541-1215053910.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051541-1215053910.xml' 'HOME/temp.csp'
0.03/0.56	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	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.53/0.64	c 1	Parsing HOME/temp.csp
0.53/0.83	c 1	parsed 459 expressions
0.53/0.83	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.83	c 1	Converting to clausal form CSP
0.53/0.85	c 1	converted 46 (10%) expressions
0.53/0.87	c 1	converted 92 (20%) expressions
0.53/0.88	c 1	converted 138 (30%) expressions
0.53/0.88	c 1	converted 184 (40%) expressions
0.53/0.89	c 1	converted 230 (50%) expressions
0.53/0.90	c 1	converted 276 (60%) expressions
0.53/0.90	c 1	converted 322 (70%) expressions
0.53/0.90	c 1	converted 368 (80%) expressions
0.53/0.91	c 1	converted 414 (90%) expressions
2.04/2.12	c 3	converted 459 (100%) expressions
2.04/2.12	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.04/2.12	c 3	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.12	c 3	Propagation in CSP
2.04/2.13	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.04/2.13	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.04/2.13	c 3	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.13	c 3	Simplifing CSP by introducing new Boolean variables
2.04/2.13	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.04/2.13	c 3	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.33	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.23/2.36	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.23/2.36	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.23/2.37	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.23/2.37	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.23/2.38	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.23/2.38	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.23/2.39	c 3	54 (70%) CSP integer variables are encoded (26094 clauses, 369308 bytes)
2.23/2.39	c 3	61 (80%) CSP integer variables are encoded (27046 clauses, 383588 bytes)
2.23/2.39	c 3	69 (90%) CSP integer variables are encoded (28134 clauses, 399908 bytes)
2.23/2.39	c 3	76 (100%) CSP integer variables are encoded (28814 clauses, 410108 bytes)
2.33/2.46	c 3	35 (10%) CSP clauses are encoded (29737 clauses, 428653 bytes)
2.33/2.48	c 3	70 (20%) CSP clauses are encoded (30635 clauses, 450456 bytes)
2.43/2.50	c 3	105 (30%) CSP clauses are encoded (31554 clauses, 472249 bytes)
2.43/2.53	c 3	140 (40%) CSP clauses are encoded (32475 clauses, 494272 bytes)
2.43/2.55	c 3	175 (50%) CSP clauses are encoded (33397 clauses, 516498 bytes)
2.43/2.58	c 3	210 (60%) CSP clauses are encoded (34318 clauses, 539194 bytes)
2.53/2.60	c 3	245 (70%) CSP clauses are encoded (35240 clauses, 563424 bytes)
2.53/2.63	c 3	280 (80%) CSP clauses are encoded (36187 clauses, 588024 bytes)
2.53/2.68	c 3	315 (90%) CSP clauses are encoded (37178 clauses, 613194 bytes)
33.77/34.05	c 35	350 (100%) CSP clauses are encoded (497869 clauses, 15838777 bytes)
33.77/34.05	c 35	350 CSP clauses encoded
33.77/34.05	c 35	Writing map file : HOME/temp.map
33.77/34.05	c 35	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.77/34.05	c 35	SAT : 28888 SAT variables, 497869 SAT clauses, 15838777 bytes
33.77/34.05	c 35	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.82/34.11	c 35	SOLVING HOME/temp.cnf
33.82/34.11	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
67.53/67.90	c 68	DECODING HOME/temp.out WITH HOME/temp.map
67.53/67.90	c 68	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
67.53/67.98	c 68	Decoding HOME/temp.out
67.54/68.09	s SATISFIABLE
67.54/68.09	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 0
67.54/68.10	c 69	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
67.72/68.12	c 69	CPU 63.82 (0.04 0 63.78 3.91)
67.72/68.12	c 69	END Thu Jul  3 04:59:39 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-1051541-1215053910/watcher-1051541-1215053910 -o /tmp/evaluation-result-1051541-1215053910/solver-1051541-1215053910 -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-1051541-1215053910.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: 1.93 1.97 1.99 4/72 10491
/proc/meminfo: memFree=1801000/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=12268 CPUtime=0
/proc/10491/stat : 10491 (sugar) R 10489 10491 7790 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984366321 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10491/statm: 3067 316 241 3 0 167 0

[startup+0.058164 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 10491
/proc/meminfo: memFree=1801000/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.03
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984366321 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100785 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 10491
/proc/meminfo: memFree=1801000/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.03
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984366321 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301824 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 10491
/proc/meminfo: memFree=1801000/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.03
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984366321 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701902 s]
/proc/loadavg: 1.93 1.97 1.99 4/72 10491
/proc/meminfo: memFree=1801000/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.53
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 973 4949 0 1 3 0 47 3 16 0 1 0 1984366321 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 10513
/proc/meminfo: memFree=1787408/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.53
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 973 4949 0 1 3 0 47 3 15 0 1 0 1984366321 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 797 370 3 0 500 0
[pid=10504] ppid=10491 vsize=5356 CPUtime=0
/proc/10504/stat : 10504 (sh) S 10491 10491 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984366378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10504/statm: 1339 233 193 169 0 50 0
[pid=10505] ppid=10504 vsize=864344 CPUtime=0.91
/proc/10505/stat : 10505 (java) S 10504 10491 7790 0 -1 0 9477 0 1 0 87 4 0 0 18 0 9 0 1984366378 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10505/statm: 216086 8756 2540 9 0 210661 0
[pid=10505/tid=10506] ppid=10504 vsize=864344 CPUtime=0.4
/proc/10505/task/10506/stat : 10506 (java) R 10504 10491 7790 0 -1 64 2764 0 1 0 39 1 0 0 19 0 9 0 1984366379 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10507] ppid=10504 vsize=864344 CPUtime=0.41
/proc/10505/task/10507/stat : 10507 (java) R 10504 10491 7790 0 -1 64 5686 0 0 0 39 2 0 0 17 0 9 0 1984366380 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 102514524 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10508] ppid=10504 vsize=864344 CPUtime=0
/proc/10505/task/10508/stat : 10508 (java) S 10504 10491 7790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984366380 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10509] ppid=10504 vsize=864344 CPUtime=0
/proc/10505/task/10509/stat : 10509 (java) S 10504 10491 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984366381 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10510] ppid=10504 vsize=864344 CPUtime=0
/proc/10505/task/10510/stat : 10510 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984366382 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10511] ppid=10504 vsize=864344 CPUtime=0.07
/proc/10505/task/10511/stat : 10511 (java) S 10504 10491 7790 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1984366382 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10512] ppid=10504 vsize=864344 CPUtime=0
/proc/10505/task/10512/stat : 10512 (java) S 10504 10491 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984366383 885088256 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10513] ppid=10504 vsize=864344 CPUtime=0
/proc/10505/task/10513/stat : 10513 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366383 885088256 8756 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) 883300

[startup+3.10238 s]
/proc/loadavg: 1.93 1.97 1.99 4/83 10513
/proc/meminfo: memFree=1755856/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.54
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 974 4949 0 1 4 0 47 3 15 0 1 0 1984366321 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 797 370 3 0 500 0
[pid=10504] ppid=10491 vsize=5356 CPUtime=0
/proc/10504/stat : 10504 (sh) S 10491 10491 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984366378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10504/statm: 1339 233 193 169 0 50 0
[pid=10505] ppid=10504 vsize=864456 CPUtime=2.49
/proc/10505/stat : 10505 (java) S 10504 10491 7790 0 -1 0 14844 0 1 0 242 7 0 0 18 0 9 0 1984366378 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10505/statm: 216114 14072 2564 9 0 210661 0
[pid=10505/tid=10506] ppid=10504 vsize=864456 CPUtime=1.35
/proc/10505/task/10506/stat : 10506 (java) R 10504 10491 7790 0 -1 64 3199 0 1 0 133 2 0 0 24 0 9 0 1984366379 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10507] ppid=10504 vsize=864456 CPUtime=1.02
/proc/10505/task/10507/stat : 10507 (java) S 10504 10491 7790 0 -1 64 10597 0 0 0 98 4 0 0 16 0 9 0 1984366380 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10508] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10508/stat : 10508 (java) S 10504 10491 7790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984366380 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10509] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10509/stat : 10509 (java) S 10504 10491 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984366381 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10510] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10510/stat : 10510 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984366382 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10511] ppid=10504 vsize=864456 CPUtime=0.1
/proc/10505/task/10511/stat : 10511 (java) S 10504 10491 7790 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984366382 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10512] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10512/stat : 10512 (java) S 10504 10491 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984366383 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10513] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10513/stat : 10513 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366383 885202944 14072 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883412

[startup+6.30201 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 10513
/proc/meminfo: memFree=1749008/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.54
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 974 4949 0 1 4 0 47 3 15 0 1 0 1984366321 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 797 370 3 0 500 0
[pid=10504] ppid=10491 vsize=5356 CPUtime=0
/proc/10504/stat : 10504 (sh) S 10491 10491 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984366378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10504/statm: 1339 233 193 169 0 50 0
[pid=10505] ppid=10504 vsize=864456 CPUtime=5.66
/proc/10505/stat : 10505 (java) S 10504 10491 7790 0 -1 0 15582 0 1 0 557 9 0 0 18 0 9 0 1984366378 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10505/statm: 216114 14752 2564 9 0 210661 0
[pid=10505/tid=10506] ppid=10504 vsize=864456 CPUtime=4.41
/proc/10505/task/10506/stat : 10506 (java) R 10504 10491 7790 0 -1 64 3257 0 1 0 438 3 0 0 25 0 9 0 1984366379 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 103215933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10507] ppid=10504 vsize=864456 CPUtime=1.11
/proc/10505/task/10507/stat : 10507 (java) S 10504 10491 7790 0 -1 64 11277 0 0 0 107 4 0 0 16 0 9 0 1984366380 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10508] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10508/stat : 10508 (java) S 10504 10491 7790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984366380 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10509] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10509/stat : 10509 (java) S 10504 10491 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984366381 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10510] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10510/stat : 10510 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984366382 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10511] ppid=10504 vsize=864456 CPUtime=0.1
/proc/10505/task/10511/stat : 10511 (java) S 10504 10491 7790 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984366382 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10512] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10512/stat : 10512 (java) S 10504 10491 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984366383 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10513] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10513/stat : 10513 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366383 885202944 14752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883412

[startup+12.7023 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 10513
/proc/meminfo: memFree=1738832/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.54
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 974 4949 0 1 4 0 47 3 15 0 1 0 1984366321 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 797 370 3 0 500 0
[pid=10504] ppid=10491 vsize=5356 CPUtime=0
/proc/10504/stat : 10504 (sh) S 10491 10491 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984366378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10504/statm: 1339 233 193 169 0 50 0
[pid=10505] ppid=10504 vsize=864456 CPUtime=11.98
/proc/10505/stat : 10505 (java) S 10504 10491 7790 0 -1 0 17425 0 1 0 1185 13 0 0 18 0 9 0 1984366378 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10505/statm: 216114 16459 2564 9 0 210661 0
[pid=10505/tid=10506] ppid=10504 vsize=864456 CPUtime=10.5
/proc/10505/task/10506/stat : 10506 (java) R 10504 10491 7790 0 -1 64 3393 0 1 0 1043 7 0 0 25 0 9 0 1984366379 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4126598284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10507] ppid=10504 vsize=864456 CPUtime=1.37
/proc/10505/task/10507/stat : 10507 (java) S 10504 10491 7790 0 -1 64 12983 0 0 0 131 6 0 0 16 0 9 0 1984366380 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10508] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10508/stat : 10508 (java) S 10504 10491 7790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984366380 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10509] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10509/stat : 10509 (java) S 10504 10491 7790 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984366381 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10510] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10510/stat : 10510 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984366382 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10511] ppid=10504 vsize=864456 CPUtime=0.1
/proc/10505/task/10511/stat : 10511 (java) S 10504 10491 7790 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1984366382 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10512] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10512/stat : 10512 (java) S 10504 10491 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984366383 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10513] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10513/stat : 10513 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366383 885202944 16459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883412

[startup+25.5018 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 10603
/proc/meminfo: memFree=1718216/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=0.54
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 974 4949 0 1 4 0 47 3 15 0 1 0 1984366321 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10491/statm: 3400 797 370 3 0 500 0
[pid=10504] ppid=10491 vsize=5356 CPUtime=0
/proc/10504/stat : 10504 (sh) S 10491 10491 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984366378 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10504/statm: 1339 233 193 169 0 50 0
[pid=10505] ppid=10504 vsize=864456 CPUtime=24.72
/proc/10505/stat : 10505 (java) S 10504 10491 7790 0 -1 0 26271 0 1 0 2448 24 0 0 18 0 9 0 1984366378 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10505/statm: 216114 19969 2564 9 0 210661 0
[pid=10505/tid=10506] ppid=10504 vsize=864456 CPUtime=22.46
/proc/10505/task/10506/stat : 10506 (java) R 10504 10491 7790 0 -1 64 3675 0 1 0 2234 12 0 0 25 0 9 0 1984366379 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4126620797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10505/tid=10507] ppid=10504 vsize=864456 CPUtime=2.13
/proc/10505/task/10507/stat : 10507 (java) S 10504 10491 7790 0 -1 64 21542 0 0 0 202 11 0 0 16 0 9 0 1984366380 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10505/tid=10508] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10508/stat : 10508 (java) S 10504 10491 7790 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984366380 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10505/tid=10509] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10509/stat : 10509 (java) S 10504 10491 7790 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984366381 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10505/tid=10510] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10510/stat : 10510 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984366382 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10511] ppid=10504 vsize=864456 CPUtime=0.11
/proc/10505/task/10511/stat : 10511 (java) S 10504 10491 7790 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1984366382 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10512] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10512/stat : 10512 (java) S 10504 10491 7790 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984366383 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10505/tid=10513] ppid=10504 vsize=864456 CPUtime=0
/proc/10505/task/10513/stat : 10513 (java) S 10504 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984366383 885202944 19969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 883412

[startup+51.1018 s]
/proc/loadavg: 1.97 1.97 1.99 3/85 10653
/proc/meminfo: memFree=1682744/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=33.84
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1021 31712 0 2 4 0 3347 33 16 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10604] ppid=10491 vsize=5356 CPUtime=0
/proc/10604/stat : 10604 (sh) S 10491 10491 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984369733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10604/statm: 1339 232 193 169 0 50 0
[pid=10605] ppid=10604 vsize=25212 CPUtime=16.89
/proc/10605/stat : 10605 (picosat) R 10604 10491 7790 0 -1 4194304 6124 0 0 0 1334 355 0 0 25 0 1 0 1984369733 25817088 6087 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 0 0 0
/proc/10605/statm: 6303 6087 42 102 0 6198 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 44168

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

[startup+57.5011 s]
/proc/loadavg: 1.97 1.97 1.99 3/85 10653
/proc/meminfo: memFree=1674104/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=33.84
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1021 31712 0 2 4 0 3347 33 16 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10604] ppid=10491 vsize=5356 CPUtime=0
/proc/10604/stat : 10604 (sh) S 10491 10491 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984369733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10604/statm: 1339 232 193 169 0 50 0
[pid=10605] ppid=10604 vsize=26004 CPUtime=23.29
/proc/10605/stat : 10605 (picosat) R 10604 10491 7790 0 -1 4194304 6326 0 0 0 1974 355 0 0 25 0 1 0 1984369733 26628096 6289 996147200 134512640 134931368 4294956256 18446744073709551615 134529100 0 0 4096 0 0 0 0 17 0 0 0
/proc/10605/statm: 6501 6289 42 102 0 6396 0
Current children cumulated CPU time (s) 57.13
Current children cumulated vsize (KiB) 44960

[startup+63.9013 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 10653
/proc/meminfo: memFree=1665272/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=33.84
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1021 31712 0 2 4 0 3347 33 16 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10604] ppid=10491 vsize=5356 CPUtime=0
/proc/10604/stat : 10604 (sh) S 10491 10491 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984369733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10604/statm: 1339 232 193 169 0 50 0
[pid=10605] ppid=10604 vsize=26268 CPUtime=29.68
/proc/10605/stat : 10605 (picosat) R 10604 10491 7790 0 -1 4194304 6425 0 0 0 2613 355 0 0 25 0 1 0 1984369733 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/10605/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 63.52
Current children cumulated vsize (KiB) 45224

[startup+65.5027 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 10653
/proc/meminfo: memFree=1664376/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=33.84
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1021 31712 0 2 4 0 3347 33 16 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10604] ppid=10491 vsize=5356 CPUtime=0
/proc/10604/stat : 10604 (sh) S 10491 10491 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984369733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10604/statm: 1339 232 193 169 0 50 0
[pid=10605] ppid=10604 vsize=26268 CPUtime=31.28
/proc/10605/stat : 10605 (picosat) R 10604 10491 7790 0 -1 4194304 6425 0 0 0 2773 355 0 0 25 0 1 0 1984369733 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/10605/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 65.12
Current children cumulated vsize (KiB) 45224

[startup+67.107 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 10653
/proc/meminfo: memFree=1661816/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=33.84
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1021 31712 0 2 4 0 3347 33 16 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10604] ppid=10491 vsize=5356 CPUtime=0
/proc/10604/stat : 10604 (sh) S 10491 10491 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984369733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10604/statm: 1339 232 193 169 0 50 0
[pid=10605] ppid=10604 vsize=26268 CPUtime=32.89
/proc/10605/stat : 10605 (picosat) R 10604 10491 7790 0 -1 4194304 6425 0 0 0 2934 355 0 0 25 0 1 0 1984369733 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/10605/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 45224

[startup+67.9011 s]
/proc/loadavg: 1.98 1.97 1.99 3/85 10653
/proc/meminfo: memFree=1661816/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=33.84
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1021 31712 0 2 4 0 3347 33 16 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10604] ppid=10491 vsize=5356 CPUtime=0
/proc/10604/stat : 10604 (sh) S 10491 10491 7790 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984369733 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10604/statm: 1339 232 193 169 0 50 0
[pid=10605] ppid=10604 vsize=20096 CPUtime=33.69
/proc/10605/stat : 10605 (picosat) R 10604 10491 7790 0 -1 4194304 6431 0 0 0 3013 356 0 0 25 0 1 0 1984369733 20578304 4938 996147200 134512640 134931368 4294956256 18446744073709551615 134749290 0 0 4096 0 0 0 0 17 0 0 0
/proc/10605/statm: 5024 4938 4095 102 0 4919 0
Current children cumulated CPU time (s) 67.53
Current children cumulated vsize (KiB) 39052

[startup+68.1012 s]
/proc/loadavg: 1.98 1.97 1.99 4/93 10663
/proc/meminfo: memFree=1680696/2055924 swapFree=4180432/4192956
[pid=10491] ppid=10489 vsize=13600 CPUtime=67.54
/proc/10491/stat : 10491 (sugar) S 10489 10491 7790 0 -1 4194304 1090 38429 0 2 4 0 6360 390 15 0 1 0 1984366321 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10491/statm: 3400 798 370 3 0 500 0
[pid=10654] ppid=10491 vsize=5356 CPUtime=0
/proc/10654/stat : 10654 (sh) S 10491 10491 7790 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984373111 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10654/statm: 1339 233 193 169 0 50 0
[pid=10655] ppid=10654 vsize=864072 CPUtime=0.18
/proc/10655/stat : 10655 (java) S 10654 10491 7790 0 -1 0 3449 0 1 0 17 1 0 0 19 0 9 0 1984373112 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10655/statm: 216018 2919 1689 9 0 210593 0
[pid=10655/tid=10656] ppid=10654 vsize=864072 CPUtime=0.14
/proc/10655/task/10656/stat : 10656 (java) S 10654 10491 7790 0 -1 64 2460 0 1 0 14 0 0 0 25 0 9 0 1984373113 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10657] ppid=10654 vsize=864072 CPUtime=0
/proc/10655/task/10657/stat : 10657 (java) S 10654 10491 7790 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 1984373114 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10658] ppid=10654 vsize=864072 CPUtime=0
/proc/10655/task/10658/stat : 10658 (java) S 10654 10491 7790 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 1984373114 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10659] ppid=10654 vsize=864072 CPUtime=0
/proc/10655/task/10659/stat : 10659 (java) S 10654 10491 7790 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 1984373114 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10660] ppid=10654 vsize=864072 CPUtime=0
/proc/10655/task/10660/stat : 10660 (java) S 10654 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1984373116 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10661] ppid=10654 vsize=864072 CPUtime=0.02
/proc/10655/task/10661/stat : 10661 (java) S 10654 10491 7790 0 -1 64 294 0 0 0 2 0 0 0 21 0 9 0 1984373116 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10662] ppid=10654 vsize=864072 CPUtime=0
/proc/10655/task/10662/stat : 10662 (java) S 10654 10491 7790 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1984373116 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10655/tid=10663] ppid=10654 vsize=864072 CPUtime=0
/proc/10655/task/10663/stat : 10663 (java) S 10654 10491 7790 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1984373116 884809728 2919 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 67.72
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 68.1248
CPU time (s): 67.7657
CPU user time (s): 63.8323
CPU system time (s): 3.9334
CPU usage (%): 99.4729
Max. virtual memory (cumulated for all children) (KiB): 893660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.8323
system time used= 3.9334
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43317
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= 6954
involuntary context switches= 7030

runsolver used 0.099984 second user time and 0.233964 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-03 04:58:30
IDJOB=1051541
IDBENCH=55491
IDSOLVER=345
FILE ID=node6/1051541-1215053910
PBS_JOBID= 7875162
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-54_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-1051541-1215053910/watcher-1051541-1215053910 -o /tmp/evaluation-result-1051541-1215053910/solver-1051541-1215053910 -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-1051541-1215053910.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=413795652

node6.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.265
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.265
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:      2055924 kB
MemFree:       1801480 kB
Buffers:         30244 kB
Cached:         144816 kB
SwapCached:       6636 kB
Active:         112788 kB
Inactive:        77452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1801480 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:          22992 kB
Slab:            49336 kB
Committed_AS:  3307804 kB
PageTables:       2000 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= 66536 MiB
End job on node6 at 2008-07-03 04:59:39