Trace number 1055627

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 170.213 171.985

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-901_ext.xml
MD5SUM0f30b3807199fbae5b68556f7aabb864
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 benchmark4.18036
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:38:49 2008
0.00/0.04	c 0	PID 3521
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055627-1215059929.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-1055627-1215059929.xml' 'HOME/temp.csp'
0.03/0.59	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.03/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	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.56/0.70	c 1	Parsing HOME/temp.csp
0.56/0.92	c 1	parsed 319 expressions
0.56/0.92	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.56/0.93	c 1	Converting to clausal form CSP
0.56/0.95	c 1	converted 32 (10%) expressions
0.56/0.95	c 1	converted 64 (20%) expressions
0.56/0.97	c 1	converted 96 (30%) expressions
0.56/0.98	c 1	converted 128 (40%) expressions
0.56/0.98	c 1	converted 160 (50%) expressions
0.56/0.98	c 1	converted 192 (60%) expressions
0.56/0.98	c 1	converted 224 (70%) expressions
0.56/0.99	c 1	converted 256 (80%) expressions
0.56/0.99	c 1	converted 288 (90%) expressions
2.90/3.01	c 3	converted 319 (100%) expressions
2.90/3.01	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.90/3.01	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.01	c 3	Propagation in CSP
2.90/3.02	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.02	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.90/3.02	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.02	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.02	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.90/3.02	c 3	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.32	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.20/3.34	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
3.20/3.35	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
3.20/3.35	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
3.20/3.35	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
3.20/3.36	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
3.20/3.36	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
3.20/3.37	c 3	43 (70%) CSP integer variables are encoded (20922 clauses, 291728 bytes)
3.20/3.37	c 3	49 (80%) CSP integer variables are encoded (22086 clauses, 309188 bytes)
3.20/3.37	c 3	55 (90%) CSP integer variables are encoded (23250 clauses, 326648 bytes)
3.20/3.37	c 3	61 (100%) CSP integer variables are encoded (24026 clauses, 338288 bytes)
3.29/3.42	c 3	23 (10%) CSP clauses are encoded (24524 clauses, 347618 bytes)
3.29/3.44	c 3	46 (20%) CSP clauses are encoded (25003 clauses, 358752 bytes)
3.29/3.45	c 3	69 (30%) CSP clauses are encoded (25481 clauses, 370056 bytes)
3.29/3.47	c 3	92 (40%) CSP clauses are encoded (25978 clauses, 381569 bytes)
3.29/3.48	c 3	115 (50%) CSP clauses are encoded (26456 clauses, 392918 bytes)
3.29/3.49	c 3	138 (60%) CSP clauses are encoded (26953 clauses, 404573 bytes)
3.39/3.51	c 3	161 (70%) CSP clauses are encoded (27451 clauses, 416633 bytes)
3.39/3.54	c 4	184 (80%) CSP clauses are encoded (27966 clauses, 429625 bytes)
3.39/3.57	c 4	207 (90%) CSP clauses are encoded (28502 clauses, 442919 bytes)
72.49/73.35	c 73	230 (100%) CSP clauses are encoded (762211 clauses, 24619398 bytes)
72.49/73.35	c 73	230 CSP clauses encoded
72.49/73.36	c 73	Writing map file : HOME/temp.map
72.49/73.36	c 73	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.49/73.36	c 73	SAT : 24085 SAT variables, 762211 SAT clauses, 24619398 bytes
72.49/73.36	c 73	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.56/73.41	c 73	SOLVING HOME/temp.cnf
72.56/73.41	c 73	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
169.84/171.64	c 172	DECODING HOME/temp.out WITH HOME/temp.map
169.84/171.64	c 172	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
169.89/171.73	c 172	Decoding HOME/temp.out
169.89/171.93	s SATISFIABLE
169.89/171.94	v 7 7 19 20 14 19 10 0 15 14 17 8 18 12 9 6 3 0 2 4 4 1 8 21 5 7 6 11 1 18 13 1 11 2 12 13 20 8 16 23 27 46 46 60 68 80 86 86 90 91 112 119 130 148 149 151 164 172 195 195 0
169.89/171.94	c 172	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
169.89/171.97	c 172	CPU 164.19 (0.03 0.01 164.16 5.98)
169.89/171.97	c 172	END Thu Jul  3 06:41:41 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-1055627-1215059929/watcher-1055627-1215059929 -o /tmp/evaluation-result-1055627-1215059929/solver-1055627-1215059929 -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-1055627-1215059929.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.32 2.17 2.06 4/80 3521
/proc/meminfo: memFree=1653560/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=18572 CPUtime=0
/proc/3521/stat : 3521 (runsolver) R 3519 3521 32596 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 627182178 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3521/statm: 4643 292 257 25 0 2626 0

[startup+0.087067 s]
/proc/loadavg: 2.32 2.17 2.06 4/80 3521
/proc/meminfo: memFree=1653560/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.03
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 627182178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101069 s]
/proc/loadavg: 2.32 2.17 2.06 4/80 3521
/proc/meminfo: memFree=1653560/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.03
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 627182178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301086 s]
/proc/loadavg: 2.32 2.17 2.06 4/80 3521
/proc/meminfo: memFree=1653560/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.03
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 627182178 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701129 s]
/proc/loadavg: 2.32 2.17 2.06 4/80 3521
/proc/meminfo: memFree=1653560/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 956 6534 0 1 3 1 48 4 16 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 2.37 2.19 2.06 4/91 3543
/proc/meminfo: memFree=1641376/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 973 6534 0 1 3 1 48 4 15 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
[pid=3534] ppid=3521 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (sh) S 3521 3521 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627182240 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3534/statm: 1339 233 193 169 0 50 0
[pid=3535] ppid=3534 vsize=864332 CPUtime=0.85
/proc/3535/stat : 3535 (java) S 3534 3521 32596 0 -1 0 9365 0 1 0 81 4 0 0 18 0 9 0 627182241 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3535/statm: 216083 8456 2540 9 0 210658 0
[pid=3535/tid=3536] ppid=3534 vsize=864332 CPUtime=0.4
/proc/3535/task/3536/stat : 3536 (java) R 3534 3521 32596 0 -1 64 2726 0 1 0 39 1 0 0 22 0 9 0 627182242 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3537] ppid=3534 vsize=864332 CPUtime=0.36
/proc/3535/task/3537/stat : 3537 (java) R 3534 3521 32596 0 -1 64 5612 0 0 0 34 2 0 0 17 0 9 0 627182243 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 101588305 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3538] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3538/stat : 3538 (java) S 3534 3521 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627182243 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3539] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3539/stat : 3539 (java) S 3534 3521 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627182243 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3540] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3540/stat : 3540 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627182245 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3541] ppid=3534 vsize=864332 CPUtime=0.07
/proc/3535/task/3541/stat : 3541 (java) S 3534 3521 32596 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 627182245 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3542] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3542/stat : 3542 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627182245 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3543] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3543/stat : 3543 (java) S 3534 3521 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627182245 885075968 8456 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883288

[startup+3.10238 s]
/proc/loadavg: 2.37 2.19 2.06 4/91 3543
/proc/meminfo: memFree=1610592/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 974 6534 0 1 3 1 48 4 16 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
[pid=3534] ppid=3521 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (sh) S 3521 3521 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627182240 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3534/statm: 1339 233 193 169 0 50 0
[pid=3535] ppid=3534 vsize=864332 CPUtime=2.44
/proc/3535/stat : 3535 (java) S 3534 3521 32596 0 -1 0 19922 0 1 0 234 10 0 0 18 0 9 0 627182241 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3535/statm: 216083 18864 2540 9 0 210658 0
[pid=3535/tid=3536] ppid=3534 vsize=864332 CPUtime=0.92
/proc/3535/task/3536/stat : 3536 (java) R 3534 3521 32596 0 -1 64 3245 0 1 0 91 1 0 0 25 0 9 0 627182242 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3537] ppid=3534 vsize=864332 CPUtime=1.42
/proc/3535/task/3537/stat : 3537 (java) R 3534 3521 32596 0 -1 64 15648 0 0 0 135 7 0 0 17 0 9 0 627182243 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 102721962 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3538] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3538/stat : 3538 (java) S 3534 3521 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627182243 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3539] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3539/stat : 3539 (java) S 3534 3521 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627182243 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3540] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3540/stat : 3540 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627182245 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3541] ppid=3534 vsize=864332 CPUtime=0.07
/proc/3535/task/3541/stat : 3541 (java) S 3534 3521 32596 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 627182245 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3542] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3542/stat : 3542 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627182245 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3543] ppid=3534 vsize=864332 CPUtime=0
/proc/3535/task/3543/stat : 3543 (java) S 3534 3521 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627182245 885075968 18864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883288

[startup+6.30171 s]
/proc/loadavg: 2.37 2.19 2.06 3/91 3543
/proc/meminfo: memFree=1580192/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 974 6534 0 1 3 1 48 4 15 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
[pid=3534] ppid=3521 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (sh) S 3521 3521 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627182240 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3534/statm: 1339 233 193 169 0 50 0
[pid=3535] ppid=3534 vsize=864444 CPUtime=5.6
/proc/3535/stat : 3535 (java) S 3534 3521 32596 0 -1 0 21358 0 1 0 549 11 0 0 18 0 9 0 627182241 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3535/statm: 216111 20246 2564 9 0 210658 0
[pid=3535/tid=3536] ppid=3534 vsize=864444 CPUtime=3.75
/proc/3535/task/3536/stat : 3536 (java) R 3534 3521 32596 0 -1 64 3492 0 1 0 373 2 0 0 25 0 9 0 627182242 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3537] ppid=3534 vsize=864444 CPUtime=1.72
/proc/3535/task/3537/stat : 3537 (java) S 3534 3521 32596 0 -1 64 16818 0 0 0 164 8 0 0 16 0 9 0 627182243 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3538] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3538/stat : 3538 (java) S 3534 3521 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627182243 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3539] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3539/stat : 3539 (java) S 3534 3521 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627182243 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3540] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3540/stat : 3540 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627182245 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3541] ppid=3534 vsize=864444 CPUtime=0.1
/proc/3535/task/3541/stat : 3541 (java) S 3534 3521 32596 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 627182245 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3542] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3542/stat : 3542 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627182245 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3543] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3543/stat : 3543 (java) S 3534 3521 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627182245 885190656 20246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883400

[startup+12.7024 s]
/proc/loadavg: 2.32 2.18 2.06 3/91 3543
/proc/meminfo: memFree=1575008/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 974 6534 0 1 3 1 48 4 15 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
[pid=3534] ppid=3521 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (sh) S 3521 3521 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627182240 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3534/statm: 1339 233 193 169 0 50 0
[pid=3535] ppid=3534 vsize=864444 CPUtime=11.94
/proc/3535/stat : 3535 (java) S 3534 3521 32596 0 -1 0 22255 0 1 0 1181 13 0 0 18 0 9 0 627182241 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3535/statm: 216111 21089 2564 9 0 210658 0
[pid=3535/tid=3536] ppid=3534 vsize=864444 CPUtime=9.95
/proc/3535/task/3536/stat : 3536 (java) R 3534 3521 32596 0 -1 64 3546 0 1 0 992 3 0 0 25 0 9 0 627182242 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4125952133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3537] ppid=3534 vsize=864444 CPUtime=1.85
/proc/3535/task/3537/stat : 3537 (java) S 3534 3521 32596 0 -1 64 17661 0 0 0 177 8 0 0 16 0 9 0 627182243 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3538] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3538/stat : 3538 (java) S 3534 3521 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627182243 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3539] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3539/stat : 3539 (java) S 3534 3521 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627182243 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3540] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3540/stat : 3540 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627182245 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3541] ppid=3534 vsize=864444 CPUtime=0.1
/proc/3535/task/3541/stat : 3541 (java) S 3534 3521 32596 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 627182245 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3542] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3542/stat : 3542 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627182245 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3543] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3543/stat : 3543 (java) S 3534 3521 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627182245 885190656 21089 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883400

[startup+25.5027 s]
/proc/loadavg: 2.34 2.19 2.06 3/91 3543
/proc/meminfo: memFree=1559520/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 974 6534 0 1 3 1 48 4 15 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
[pid=3534] ppid=3521 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (sh) S 3521 3521 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627182240 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3534/statm: 1339 233 193 169 0 50 0
[pid=3535] ppid=3534 vsize=864444 CPUtime=24.62
/proc/3535/stat : 3535 (java) S 3534 3521 32596 0 -1 0 25074 0 1 0 2444 18 0 0 18 0 9 0 627182241 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3535/statm: 216111 23770 2564 9 0 210658 0
[pid=3535/tid=3536] ppid=3534 vsize=864444 CPUtime=22.23
/proc/3535/task/3536/stat : 3536 (java) R 3534 3521 32596 0 -1 64 3684 0 1 0 2217 6 0 0 25 0 9 0 627182242 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 102105672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3537] ppid=3534 vsize=864444 CPUtime=2.27
/proc/3535/task/3537/stat : 3537 (java) S 3534 3521 32596 0 -1 64 20340 0 0 0 216 11 0 0 16 0 9 0 627182243 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3538] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3538/stat : 3538 (java) S 3534 3521 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627182243 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3539] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3539/stat : 3539 (java) S 3534 3521 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627182243 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3540] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3540/stat : 3540 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627182245 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3541] ppid=3534 vsize=864444 CPUtime=0.1
/proc/3535/task/3541/stat : 3541 (java) S 3534 3521 32596 0 -1 64 358 0 0 0 10 0 0 0 16 0 9 0 627182245 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3542] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3542/stat : 3542 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627182245 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3543] ppid=3534 vsize=864444 CPUtime=0
/proc/3535/task/3543/stat : 3543 (java) S 3534 3521 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627182245 885190656 23770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 883400

[startup+51.1023 s]
/proc/loadavg: 2.22 2.17 2.06 3/91 3543
/proc/meminfo: memFree=1530400/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=0.56
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 974 6534 0 1 3 1 48 4 15 0 1 0 627182178 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 797 370 3 0 500 0
[pid=3534] ppid=3521 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (sh) S 3521 3521 32596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 627182240 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3534/statm: 1339 233 193 169 0 50 0
[pid=3535] ppid=3534 vsize=885184 CPUtime=49.96
/proc/3535/stat : 3535 (java) S 3534 3521 32596 0 -1 0 40721 0 1 0 4963 33 0 0 18 0 9 0 627182241 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3535/statm: 221296 34081 2564 9 0 215843 0
[pid=3535/tid=3536] ppid=3534 vsize=885184 CPUtime=46.52
/proc/3535/task/3536/stat : 3536 (java) R 3534 3521 32596 0 -1 64 3966 0 1 0 4640 12 0 0 25 0 9 0 627182242 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3537] ppid=3534 vsize=885184 CPUtime=3.3
/proc/3535/task/3537/stat : 3537 (java) R 3534 3521 32596 0 -1 64 35701 0 0 0 310 20 0 0 16 0 9 0 627182243 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 103735893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3538] ppid=3534 vsize=885184 CPUtime=0
/proc/3535/task/3538/stat : 3538 (java) S 3534 3521 32596 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 627182243 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3539] ppid=3534 vsize=885184 CPUtime=0
/proc/3535/task/3539/stat : 3539 (java) S 3534 3521 32596 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 627182243 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3540] ppid=3534 vsize=885184 CPUtime=0
/proc/3535/task/3540/stat : 3540 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 627182245 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3541] ppid=3534 vsize=885184 CPUtime=0.11
/proc/3535/task/3541/stat : 3541 (java) S 3534 3521 32596 0 -1 64 362 0 0 0 11 0 0 0 16 0 9 0 627182245 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3542] ppid=3534 vsize=885184 CPUtime=0
/proc/3535/task/3542/stat : 3542 (java) S 3534 3521 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 627182245 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3535/tid=3543] ppid=3534 vsize=885184 CPUtime=0
/proc/3535/task/3543/stat : 3543 (java) S 3534 3521 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 627182245 906428416 34081 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 904140

[startup+102.306 s]
/proc/loadavg: 2.24 2.19 2.07 3/83 3545
/proc/meminfo: memFree=1591648/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=72.59
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1021 47881 0 2 3 1 7206 49 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
[pid=3544] ppid=3521 vsize=5356 CPUtime=0
/proc/3544/stat : 3544 (sh) S 3521 3521 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627189519 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3544/statm: 1339 232 193 169 0 50 0
[pid=3545] ppid=3544 vsize=37148 CPUtime=28.61
/proc/3545/stat : 3545 (picosat) R 3544 3521 32596 0 -1 4194304 8763 0 0 0 2316 545 0 0 25 0 1 0 627189520 38039552 8733 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 1 0 0
/proc/3545/statm: 9287 8733 42 102 0 9182 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 56104

[startup+162.302 s]
/proc/loadavg: 2.50 2.27 2.11 3/83 3545
/proc/meminfo: memFree=1588448/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=72.59
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1021 47881 0 2 3 1 7206 49 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
[pid=3544] ppid=3521 vsize=5356 CPUtime=0
/proc/3544/stat : 3544 (sh) S 3521 3521 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627189519 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3544/statm: 1339 232 193 169 0 50 0
[pid=3545] ppid=3544 vsize=40316 CPUtime=88.03
/proc/3545/stat : 3545 (picosat) R 3544 3521 32596 0 -1 4194304 9593 0 0 0 8258 545 0 0 25 0 1 0 627189520 41283584 9563 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3545/statm: 10079 9563 42 102 0 9974 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 59272

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

[startup+166.303 s]
/proc/loadavg: 2.54 2.28 2.11 3/83 3545
/proc/meminfo: memFree=1588192/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=72.59
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1021 47881 0 2 3 1 7206 49 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
[pid=3544] ppid=3521 vsize=5356 CPUtime=0
/proc/3544/stat : 3544 (sh) S 3521 3521 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627189519 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3544/statm: 1339 232 193 169 0 50 0
[pid=3545] ppid=3544 vsize=40580 CPUtime=91.99
/proc/3545/stat : 3545 (picosat) R 3544 3521 32596 0 -1 4194304 9652 0 0 0 8654 545 0 0 25 0 1 0 627189520 41553920 9622 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/3545/statm: 10145 9622 42 102 0 10040 0
Current children cumulated CPU time (s) 164.58
Current children cumulated vsize (KiB) 59536

[startup+169.501 s]
/proc/loadavg: 2.54 2.28 2.11 3/83 3545
/proc/meminfo: memFree=1588000/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=72.59
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1021 47881 0 2 3 1 7206 49 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
[pid=3544] ppid=3521 vsize=5356 CPUtime=0
/proc/3544/stat : 3544 (sh) S 3521 3521 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627189519 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3544/statm: 1339 232 193 169 0 50 0
[pid=3545] ppid=3544 vsize=40712 CPUtime=95.16
/proc/3545/stat : 3545 (picosat) R 3544 3521 32596 0 -1 4194304 9692 0 0 0 8971 545 0 0 25 0 1 0 627189520 41689088 9662 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/3545/statm: 10178 9662 42 102 0 10073 0
Current children cumulated CPU time (s) 167.75
Current children cumulated vsize (KiB) 59668

[startup+171.102 s]
/proc/loadavg: 2.54 2.28 2.11 3/83 3545
/proc/meminfo: memFree=1587936/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=72.59
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1021 47881 0 2 3 1 7206 49 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
[pid=3544] ppid=3521 vsize=5356 CPUtime=0
/proc/3544/stat : 3544 (sh) S 3521 3521 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627189519 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3544/statm: 1339 232 193 169 0 50 0
[pid=3545] ppid=3544 vsize=40712 CPUtime=96.75
/proc/3545/stat : 3545 (picosat) R 3544 3521 32596 0 -1 4194304 9696 0 0 0 9130 545 0 0 25 0 1 0 627189520 41689088 9666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3545/statm: 10178 9666 42 102 0 10073 0
Current children cumulated CPU time (s) 169.34
Current children cumulated vsize (KiB) 59668

[startup+171.502 s]
/proc/loadavg: 2.50 2.28 2.11 3/83 3545
/proc/meminfo: memFree=1587936/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=72.59
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1021 47881 0 2 3 1 7206 49 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
[pid=3544] ppid=3521 vsize=5356 CPUtime=0
/proc/3544/stat : 3544 (sh) S 3521 3521 32596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 627189519 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3544/statm: 1339 232 193 169 0 50 0
[pid=3545] ppid=3544 vsize=40712 CPUtime=97.15
/proc/3545/stat : 3545 (picosat) R 3544 3521 32596 0 -1 4194304 9696 0 0 0 9170 545 0 0 25 0 1 0 627189520 41689088 9666 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/3545/statm: 10178 9666 42 102 0 10073 0
Current children cumulated CPU time (s) 169.74
Current children cumulated vsize (KiB) 59668

[startup+171.902 s]
/proc/loadavg: 2.50 2.28 2.11 3/83 3545
/proc/meminfo: memFree=1587936/2055920 swapFree=4179840/4192956
[pid=3521] ppid=3519 vsize=13600 CPUtime=169.89
/proc/3521/stat : 3521 (sugar) S 3519 3521 32596 0 -1 4194304 1089 57869 0 2 3 1 16389 596 16 0 1 0 627182178 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3521/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 169.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 171.985
CPU time (s): 170.213
CPU user time (s): 164.198
CPU system time (s): 6.01508
CPU usage (%): 98.9699
Max. virtual memory (cumulated for all children) (KiB): 904140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.198
system time used= 6.01509
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62746
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= 8159
involuntary context switches= 11530

runsolver used 0.25996 second user time and 0.543917 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 06:38:49
IDJOB=1055627
IDBENCH=56964
IDSOLVER=345
FILE ID=node17/1055627-1215059929
PBS_JOBID= 7875140
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f30b3807199fbae5b68556f7aabb864
RANDOM SEED=1434250074

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:       1654104 kB
Buffers:         54516 kB
Cached:         198444 kB
SwapCached:       6936 kB
Active:         223616 kB
Inactive:       109720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654104 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          96664 kB
Slab:            53508 kB
Committed_AS:  1676296 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:41:41