Trace number 1055558

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 125.738 127.09

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-366_ext.xml
MD5SUM3fde0730b7bb553a63078e1ae3e8acbb
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.84687
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:36:32 2008
0.00/0.04	c 0	PID 3434
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055558-1215059792.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-1055558-1215059792.xml' 'HOME/temp.csp'
0.04/0.56	c 0	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.04/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.57	c 0	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.68	c 1	Parsing HOME/temp.csp
0.53/0.88	c 1	parsed 319 expressions
0.53/0.89	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.89	c 1	Converting to clausal form CSP
0.53/0.91	c 1	converted 32 (10%) expressions
0.53/0.91	c 1	converted 64 (20%) expressions
0.53/0.93	c 1	converted 96 (30%) expressions
0.53/0.94	c 1	converted 128 (40%) expressions
0.53/0.94	c 1	converted 160 (50%) expressions
0.53/0.95	c 1	converted 192 (60%) expressions
0.53/0.95	c 1	converted 224 (70%) expressions
0.53/0.95	c 1	converted 256 (80%) expressions
0.53/0.95	c 1	converted 288 (90%) expressions
2.60/2.73	c 3	converted 319 (100%) expressions
2.60/2.73	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.60/2.73	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.73	c 3	Propagation in CSP
2.60/2.73	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.73	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.60/2.73	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.73	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.73	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.60/2.73	c 3	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.00	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.89/3.02	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.89/3.03	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.89/3.03	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.89/3.03	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.89/3.04	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.89/3.04	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.89/3.04	c 3	43 (70%) CSP integer variables are encoded (20871 clauses, 290963 bytes)
2.89/3.05	c 3	49 (80%) CSP integer variables are encoded (21933 clauses, 306893 bytes)
2.89/3.05	c 3	55 (90%) CSP integer variables are encoded (22995 clauses, 322823 bytes)
2.89/3.05	c 3	61 (100%) CSP integer variables are encoded (23703 clauses, 333443 bytes)
2.89/3.09	c 3	23 (10%) CSP clauses are encoded (24200 clauses, 342760 bytes)
2.99/3.12	c 3	46 (20%) CSP clauses are encoded (24678 clauses, 353874 bytes)
2.99/3.13	c 3	69 (30%) CSP clauses are encoded (25157 clauses, 365197 bytes)
2.99/3.14	c 3	92 (40%) CSP clauses are encoded (25655 clauses, 376746 bytes)
2.99/3.16	c 3	115 (50%) CSP clauses are encoded (26132 clauses, 388071 bytes)
2.99/3.17	c 3	138 (60%) CSP clauses are encoded (26629 clauses, 399717 bytes)
2.99/3.19	c 3	161 (70%) CSP clauses are encoded (27125 clauses, 411747 bytes)
3.09/3.22	c 3	184 (80%) CSP clauses are encoded (27642 clauses, 424781 bytes)
3.09/3.25	c 3	207 (90%) CSP clauses are encoded (28174 clauses, 437987 bytes)
55.90/56.63	c 56	230 (100%) CSP clauses are encoded (640435 clauses, 20590680 bytes)
55.90/56.63	c 56	230 CSP clauses encoded
55.90/56.64	c 56	Writing map file : HOME/temp.map
55.90/56.64	c 56	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
55.90/56.64	c 56	SAT : 23762 SAT variables, 640435 SAT clauses, 20590680 bytes
55.90/56.64	c 56	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
55.90/56.67	c 57	SOLVING HOME/temp.cnf
55.90/56.67	c 57	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
125.36/126.75	c 127	DECODING HOME/temp.out WITH HOME/temp.map
125.36/126.75	c 127	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
125.41/126.84	c 127	Decoding HOME/temp.out
125.41/127.04	s SATISFIABLE
125.41/127.04	v 5 2 9 0 16 15 8 2 11 11 19 4 17 24 15 6 4 16 14 12 1 23 18 4 3 1 20 12 12 25 6 0 2 11 10 1 13 6 7 3 2 17 19 30 34 58 64 80 92 115 119 120 132 157 157 168 169 175 178 178 0
125.41/127.05	c 127	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
125.41/127.08	c 127	CPU 120.7 (0.03 0.01 120.67 5)
125.41/127.08	c 127	END Thu Jul  3 06:38: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-1055558-1215059792/watcher-1055558-1215059792 -o /tmp/evaluation-result-1055558-1215059792/solver-1055558-1215059792 -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-1055558-1215059792.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.27 2.09 2.02 4/80 3434
/proc/meminfo: memFree=1654072/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=12268 CPUtime=0
/proc/3434/stat : 3434 (sugar) R 3432 3434 32596 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 627168466 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3434/statm: 3067 316 241 3 0 167 0

[startup+0.0625901 s]
/proc/loadavg: 2.27 2.09 2.02 4/80 3434
/proc/meminfo: memFree=1654072/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.04
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 627168466 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101826 s]
/proc/loadavg: 2.27 2.09 2.02 4/80 3434
/proc/meminfo: memFree=1654072/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.04
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 627168466 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.300849 s]
/proc/loadavg: 2.27 2.09 2.02 4/80 3434
/proc/meminfo: memFree=1654072/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.04
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 627168466 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701887 s]
/proc/loadavg: 2.27 2.09 2.02 4/80 3434
/proc/meminfo: memFree=1654072/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 973 6506 0 1 3 1 47 2 16 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 2.27 2.09 2.02 4/91 3456
/proc/meminfo: memFree=1641056/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 973 6506 0 1 3 1 47 2 15 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
[pid=3447] ppid=3434 vsize=5356 CPUtime=0
/proc/3447/stat : 3447 (sh) S 3434 3434 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627168523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3447/statm: 1339 233 193 169 0 50 0
[pid=3448] ppid=3447 vsize=864144 CPUtime=0.87
/proc/3448/stat : 3448 (java) S 3447 3434 32596 0 -1 0 9522 0 1 0 82 5 0 0 18 0 9 0 627168524 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3448/statm: 216036 8513 2540 9 0 210611 0
[pid=3448/tid=3449] ppid=3447 vsize=864144 CPUtime=0.4
/proc/3448/task/3449/stat : 3449 (java) R 3447 3434 32596 0 -1 64 2726 0 1 0 39 1 0 0 22 0 9 0 627168525 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 103215372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3450] ppid=3447 vsize=864144 CPUtime=0.37
/proc/3448/task/3450/stat : 3450 (java) S 3447 3434 32596 0 -1 64 5767 0 0 0 35 2 0 0 17 0 9 0 627168529 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3451] ppid=3447 vsize=864144 CPUtime=0
/proc/3448/task/3451/stat : 3451 (java) S 3447 3434 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627168529 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3452] ppid=3447 vsize=864144 CPUtime=0
/proc/3448/task/3452/stat : 3452 (java) S 3447 3434 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627168529 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3453] ppid=3447 vsize=864144 CPUtime=0
/proc/3448/task/3453/stat : 3453 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627168531 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3454] ppid=3447 vsize=864144 CPUtime=0.06
/proc/3448/task/3454/stat : 3454 (java) S 3447 3434 32596 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 627168531 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3455] ppid=3447 vsize=864144 CPUtime=0
/proc/3448/task/3455/stat : 3455 (java) S 3447 3434 32596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627168531 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3456] ppid=3447 vsize=864144 CPUtime=0
/proc/3448/task/3456/stat : 3456 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168531 884883456 8513 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883100

[startup+3.10213 s]
/proc/loadavg: 2.27 2.09 2.02 3/91 3456
/proc/meminfo: memFree=1609952/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 974 6506 0 1 3 1 47 2 15 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
[pid=3447] ppid=3434 vsize=5356 CPUtime=0
/proc/3447/stat : 3447 (sh) S 3434 3434 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627168523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3447/statm: 1339 233 193 169 0 50 0
[pid=3448] ppid=3447 vsize=864248 CPUtime=2.46
/proc/3448/stat : 3448 (java) S 3447 3434 32596 0 -1 0 18372 0 1 0 236 10 0 0 18 0 9 0 627168524 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3448/statm: 216062 17116 2564 9 0 210609 0
[pid=3448/tid=3449] ppid=3447 vsize=864248 CPUtime=0.87
/proc/3448/task/3449/stat : 3449 (java) R 3447 3434 32596 0 -1 64 3296 0 1 0 85 2 0 0 23 0 9 0 627168525 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4126613182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3450] ppid=3447 vsize=864248 CPUtime=1.47
/proc/3448/task/3450/stat : 3450 (java) S 3447 3434 32596 0 -1 64 14030 0 0 0 140 7 0 0 18 0 9 0 627168529 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3451] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3451/stat : 3451 (java) S 3447 3434 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627168529 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3452] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3452/stat : 3452 (java) S 3447 3434 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627168529 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3453] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3453/stat : 3453 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627168531 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3454] ppid=3447 vsize=864248 CPUtime=0.09
/proc/3448/task/3454/stat : 3454 (java) S 3447 3434 32596 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 627168531 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3455] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3455/stat : 3455 (java) S 3447 3434 32596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627168531 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3456] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3456/stat : 3456 (java) R 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168531 884989952 17116 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883204

[startup+6.30146 s]
/proc/loadavg: 2.24 2.09 2.02 3/91 3456
/proc/meminfo: memFree=1588960/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 974 6506 0 1 3 1 47 2 15 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
[pid=3447] ppid=3434 vsize=5356 CPUtime=0
/proc/3447/stat : 3447 (sh) S 3434 3434 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627168523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3447/statm: 1339 233 193 169 0 50 0
[pid=3448] ppid=3447 vsize=864248 CPUtime=5.62
/proc/3448/stat : 3448 (java) S 3447 3434 32596 0 -1 0 19408 0 1 0 551 11 0 0 18 0 9 0 627168524 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3448/statm: 216062 18115 2564 9 0 210609 0
[pid=3448/tid=3449] ppid=3447 vsize=864248 CPUtime=3.94
/proc/3448/task/3449/stat : 3449 (java) R 3447 3434 32596 0 -1 64 3333 0 1 0 392 2 0 0 25 0 9 0 627168525 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3450] ppid=3447 vsize=864248 CPUtime=1.55
/proc/3448/task/3450/stat : 3450 (java) S 3447 3434 32596 0 -1 64 15025 0 0 0 148 7 0 0 16 0 9 0 627168529 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3451] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3451/stat : 3451 (java) S 3447 3434 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627168529 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3452] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3452/stat : 3452 (java) S 3447 3434 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627168529 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3453] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3453/stat : 3453 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627168531 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3454] ppid=3447 vsize=864248 CPUtime=0.1
/proc/3448/task/3454/stat : 3454 (java) S 3447 3434 32596 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 627168531 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3455] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3455/stat : 3455 (java) S 3447 3434 32596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627168531 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3456] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3456/stat : 3456 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168531 884989952 18115 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883204

[startup+12.7021 s]
/proc/loadavg: 2.22 2.08 2.02 3/91 3456
/proc/meminfo: memFree=1581920/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 974 6506 0 1 3 1 47 2 15 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
[pid=3447] ppid=3434 vsize=5356 CPUtime=0
/proc/3447/stat : 3447 (sh) S 3434 3434 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627168523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3447/statm: 1339 233 193 169 0 50 0
[pid=3448] ppid=3447 vsize=864248 CPUtime=11.95
/proc/3448/stat : 3448 (java) S 3447 3434 32596 0 -1 0 20701 0 1 0 1181 14 0 0 18 0 9 0 627168524 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3448/statm: 216062 19331 2564 9 0 210609 0
[pid=3448/tid=3449] ppid=3447 vsize=864248 CPUtime=10.09
/proc/3448/task/3449/stat : 3449 (java) R 3447 3434 32596 0 -1 64 3410 0 1 0 1005 4 0 0 25 0 9 0 627168525 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4126587025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3450] ppid=3447 vsize=864248 CPUtime=1.74
/proc/3448/task/3450/stat : 3450 (java) S 3447 3434 32596 0 -1 64 16241 0 0 0 165 9 0 0 16 0 9 0 627168529 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3451] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3451/stat : 3451 (java) S 3447 3434 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627168529 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3452] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3452/stat : 3452 (java) S 3447 3434 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627168529 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3453] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3453/stat : 3453 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627168531 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3454] ppid=3447 vsize=864248 CPUtime=0.1
/proc/3448/task/3454/stat : 3454 (java) S 3447 3434 32596 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 627168531 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3455] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3455/stat : 3455 (java) S 3447 3434 32596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627168531 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3456] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3456/stat : 3456 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168531 884989952 19331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883204

[startup+25.5064 s]
/proc/loadavg: 2.31 2.11 2.03 3/91 3456
/proc/meminfo: memFree=1565152/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 974 6506 0 1 3 1 47 2 15 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
[pid=3447] ppid=3434 vsize=5356 CPUtime=0
/proc/3447/stat : 3447 (sh) S 3434 3434 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627168523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3447/statm: 1339 233 193 169 0 50 0
[pid=3448] ppid=3447 vsize=864248 CPUtime=24.62
/proc/3448/stat : 3448 (java) S 3447 3434 32596 0 -1 0 23766 0 1 0 2441 21 0 0 18 0 9 0 627168524 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3448/statm: 216062 22221 2564 9 0 210609 0
[pid=3448/tid=3449] ppid=3447 vsize=864248 CPUtime=22.31
/proc/3448/task/3449/stat : 3449 (java) R 3447 3434 32596 0 -1 64 3585 0 1 0 2223 8 0 0 25 0 9 0 627168525 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3450] ppid=3447 vsize=864248 CPUtime=2.17
/proc/3448/task/3450/stat : 3450 (java) S 3447 3434 32596 0 -1 64 19128 0 0 0 206 11 0 0 15 0 9 0 627168529 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3451] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3451/stat : 3451 (java) S 3447 3434 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627168529 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3452] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3452/stat : 3452 (java) S 3447 3434 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627168529 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3453] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3453/stat : 3453 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627168531 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3454] ppid=3447 vsize=864248 CPUtime=0.11
/proc/3448/task/3454/stat : 3454 (java) S 3447 3434 32596 0 -1 64 359 0 0 0 11 0 0 0 17 0 9 0 627168531 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3455] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3455/stat : 3455 (java) S 3447 3434 32596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627168531 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3456] ppid=3447 vsize=864248 CPUtime=0
/proc/3448/task/3456/stat : 3456 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168531 884989952 22221 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 883204

[startup+51.1018 s]
/proc/loadavg: 2.35 2.14 2.04 3/91 3456
/proc/meminfo: memFree=1542304/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=0.53
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 974 6506 0 1 3 1 47 2 15 0 1 0 627168466 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 797 370 3 0 500 0
[pid=3447] ppid=3434 vsize=5356 CPUtime=0
/proc/3447/stat : 3447 (sh) S 3434 3434 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627168523 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3447/statm: 1339 233 193 169 0 50 0
[pid=3448] ppid=3447 vsize=864364 CPUtime=49.93
/proc/3448/stat : 3448 (java) S 3447 3434 32596 0 -1 0 32337 0 1 0 4960 33 0 0 18 0 9 0 627168524 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3448/statm: 216091 25345 2564 9 0 210638 0
[pid=3448/tid=3449] ppid=3447 vsize=864364 CPUtime=46.42
/proc/3448/task/3449/stat : 3449 (java) R 3447 3434 32596 0 -1 64 3915 0 1 0 4629 13 0 0 25 0 9 0 627168525 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3450] ppid=3447 vsize=864364 CPUtime=3.36
/proc/3448/task/3450/stat : 3450 (java) S 3447 3434 32596 0 -1 64 27367 0 0 0 318 18 0 0 15 0 9 0 627168529 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3451] ppid=3447 vsize=864364 CPUtime=0
/proc/3448/task/3451/stat : 3451 (java) S 3447 3434 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627168529 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3452] ppid=3447 vsize=864364 CPUtime=0
/proc/3448/task/3452/stat : 3452 (java) S 3447 3434 32596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 627168529 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3453] ppid=3447 vsize=864364 CPUtime=0
/proc/3448/task/3453/stat : 3453 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627168531 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3454] ppid=3447 vsize=864364 CPUtime=0.11
/proc/3448/task/3454/stat : 3454 (java) S 3447 3434 32596 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 627168531 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3455] ppid=3447 vsize=864364 CPUtime=0
/proc/3448/task/3455/stat : 3455 (java) S 3447 3434 32596 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 627168531 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3448/tid=3456] ppid=3447 vsize=864364 CPUtime=0
/proc/3448/task/3456/stat : 3456 (java) S 3447 3434 32596 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 627168531 885108736 25345 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 883320

[startup+102.306 s]
/proc/loadavg: 2.36 2.16 2.05 3/83 3458
/proc/meminfo: memFree=1600160/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=55.98
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1021 39219 0 2 3 1 5553 41 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
[pid=3457] ppid=3434 vsize=5356 CPUtime=0
/proc/3457/stat : 3457 (sh) S 3434 3434 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627174133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3457/statm: 1339 232 193 169 0 50 0
[pid=3458] ppid=3457 vsize=33460 CPUtime=45.21
/proc/3458/stat : 3458 (picosat) R 3457 3434 32596 0 -1 4194304 7748 0 0 0 4065 456 0 0 25 0 1 0 627174134 34263040 7718 996147200 134512640 134931368 4294956256 18446744073709551615 134524014 0 0 4096 0 0 0 0 17 1 0 0
/proc/3458/statm: 8365 7718 42 102 0 8260 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 52416

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

[startup+115.103 s]
/proc/loadavg: 2.35 2.17 2.05 3/83 3458
/proc/meminfo: memFree=1599520/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=55.98
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1021 39219 0 2 3 1 5553 41 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
[pid=3457] ppid=3434 vsize=5356 CPUtime=0
/proc/3457/stat : 3457 (sh) S 3434 3434 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627174133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3457/statm: 1339 232 193 169 0 50 0
[pid=3458] ppid=3457 vsize=34120 CPUtime=57.89
/proc/3458/stat : 3458 (picosat) R 3457 3434 32596 0 -1 4194304 7917 0 0 0 5333 456 0 0 25 0 1 0 627174134 34938880 7887 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3458/statm: 8530 7887 42 102 0 8425 0
Current children cumulated CPU time (s) 113.87
Current children cumulated vsize (KiB) 53076

[startup+121.501 s]
/proc/loadavg: 2.32 2.17 2.05 3/83 3458
/proc/meminfo: memFree=1599392/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=55.98
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1021 39219 0 2 3 1 5553 41 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
[pid=3457] ppid=3434 vsize=5356 CPUtime=0
/proc/3457/stat : 3457 (sh) S 3434 3434 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627174133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3457/statm: 1339 232 193 169 0 50 0
[pid=3458] ppid=3457 vsize=34252 CPUtime=64.22
/proc/3458/stat : 3458 (picosat) R 3457 3434 32596 0 -1 4194304 7951 0 0 0 5966 456 0 0 25 0 1 0 627174134 35074048 7921 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3458/statm: 8563 7921 42 102 0 8458 0
Current children cumulated CPU time (s) 120.2
Current children cumulated vsize (KiB) 53208

[startup+124.703 s]
/proc/loadavg: 2.38 2.18 2.06 3/83 3458
/proc/meminfo: memFree=1599392/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=55.98
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1021 39219 0 2 3 1 5553 41 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
[pid=3457] ppid=3434 vsize=5356 CPUtime=0
/proc/3457/stat : 3457 (sh) S 3434 3434 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627174133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3457/statm: 1339 232 193 169 0 50 0
[pid=3458] ppid=3457 vsize=34252 CPUtime=67.4
/proc/3458/stat : 3458 (picosat) R 3457 3434 32596 0 -1 4194304 7951 0 0 0 6284 456 0 0 25 0 1 0 627174134 35074048 7921 996147200 134512640 134931368 4294956256 18446744073709551615 134523030 0 0 4096 0 0 0 0 17 1 0 0
/proc/3458/statm: 8563 7921 42 102 0 8458 0
Current children cumulated CPU time (s) 123.38
Current children cumulated vsize (KiB) 53208

[startup+126.302 s]
/proc/loadavg: 2.38 2.18 2.06 3/83 3458
/proc/meminfo: memFree=1599392/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=55.98
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1021 39219 0 2 3 1 5553 41 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
[pid=3457] ppid=3434 vsize=5356 CPUtime=0
/proc/3457/stat : 3457 (sh) S 3434 3434 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627174133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3457/statm: 1339 232 193 169 0 50 0
[pid=3458] ppid=3457 vsize=34252 CPUtime=68.99
/proc/3458/stat : 3458 (picosat) R 3457 3434 32596 0 -1 4194304 7951 0 0 0 6443 456 0 0 25 0 1 0 627174134 35074048 7921 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3458/statm: 8563 7921 42 102 0 8458 0
Current children cumulated CPU time (s) 124.97
Current children cumulated vsize (KiB) 53208

[startup+126.704 s]
/proc/loadavg: 2.38 2.18 2.06 3/83 3458
/proc/meminfo: memFree=1599392/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=55.98
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1021 39219 0 2 3 1 5553 41 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
[pid=3457] ppid=3434 vsize=5356 CPUtime=0
/proc/3457/stat : 3457 (sh) S 3434 3434 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627174133 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3457/statm: 1339 232 193 169 0 50 0
[pid=3458] ppid=3457 vsize=34256 CPUtime=69.38
/proc/3458/stat : 3458 (picosat) R 3457 3434 32596 0 -1 4194304 7957 0 0 0 6482 456 0 0 25 0 1 0 627174134 35078144 7927 996147200 134512640 134931368 4294956256 18446744073709551615 134581880 0 0 4096 0 0 0 0 17 1 0 0
/proc/3458/statm: 8564 7927 47 102 0 8459 0
Current children cumulated CPU time (s) 125.36
Current children cumulated vsize (KiB) 53212

[startup+126.902 s]
/proc/loadavg: 2.38 2.18 2.06 3/83 3458
/proc/meminfo: memFree=1599392/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=125.41
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1089 47462 0 2 3 1 12039 498 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 125.41
Current children cumulated vsize (KiB) 13600

[startup+127.002 s]
/proc/loadavg: 2.38 2.18 2.06 3/83 3458
/proc/meminfo: memFree=1599392/2055920 swapFree=4179840/4192956
[pid=3434] ppid=3432 vsize=13600 CPUtime=125.41
/proc/3434/stat : 3434 (sugar) S 3432 3434 32596 0 -1 4194304 1089 47462 0 2 3 1 12039 498 16 0 1 0 627168466 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3434/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 125.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 127.09
CPU time (s): 125.738
CPU user time (s): 120.707
CPU system time (s): 5.03123
CPU usage (%): 98.9359
Max. virtual memory (cumulated for all children) (KiB): 893820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.707
system time used= 5.03123
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52337
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= 7489
involuntary context switches= 9893

runsolver used 0.202969 second user time and 0.414936 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 06:36:32
IDJOB=1055558
IDBENCH=56961
IDSOLVER=345
FILE ID=node17/1055558-1215059792
PBS_JOBID= 7875140
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fde0730b7bb553a63078e1ae3e8acbb
RANDOM SEED=778668136

node17.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.234
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.234
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:       1654552 kB
Buffers:         54252 kB
Cached:         198300 kB
SwapCached:       6936 kB
Active:         223356 kB
Inactive:       109604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654552 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          96668 kB
Slab:            53520 kB
Committed_AS:  1676124 kB
PageTables:       2016 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= 66544 MiB
End job on node17 at 2008-07-03 06:38:39