Trace number 1058215

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 134.588 135.943

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-10.xml
MD5SUM2a82fd0e6a406c196682c347f06803ad
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark134.588
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64588
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64388
Global constraints used (with number of constraints)alldifferent(200)

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 21:32:41 2008
0.00/0.04	c 0	PID 23047
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058215-1215113561.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-1058215-1215113561.xml' 'HOME/temp.csp'
3.52/3.67	c 4	11 domains, 800 variables, 1 predicates, 0 relations, 64588 constraints
3.60/3.71	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.60/3.71	c 4	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'
3.62/3.82	c 4	Parsing HOME/temp.csp
3.62/4.19	c 5	parsed 10000 expressions
4.27/4.49	c 5	parsed 20000 expressions
4.56/4.72	c 5	parsed 30000 expressions
4.86/5.02	c 5	parsed 40000 expressions
5.06/5.24	c 6	parsed 50000 expressions
5.36/5.59	c 6	parsed 60000 expressions
5.56/5.72	c 6	parsed 65400 expressions
5.56/5.73	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.56/5.73	c 6	Converting to clausal form CSP
6.36/6.53	c 7	converted 6540 (10%) expressions
6.75/7.00	c 7	converted 13080 (20%) expressions
7.25/7.44	c 8	converted 19620 (30%) expressions
8.06/8.22	c 9	converted 26160 (40%) expressions
8.45/8.68	c 9	converted 32700 (50%) expressions
8.95/9.16	c 10	converted 39240 (60%) expressions
9.45/9.63	c 10	converted 45780 (70%) expressions
10.65/10.83	c 11	converted 52320 (80%) expressions
11.05/11.30	c 12	converted 58860 (90%) expressions
12.25/12.47	c 13	converted 65400 (100%) expressions
12.25/12.47	c 13	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
12.25/12.47	c 13	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.25/12.47	c 13	Propagation in CSP
12.85/13.03	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.85/13.03	c 13	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
12.85/13.03	c 13	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.85/13.06	c 14	Simplifing CSP by introducing new Boolean variables
15.26/15.50	c 16	CSP : 800 integers, 304363 booleans, 399094 clauses, largest domain size 45
15.26/15.50	c 16	Heap : 246 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.65/16.83	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.65/16.89	c 17	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.65/16.89	c 17	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.65/16.90	c 17	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.75/16.90	c 17	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.75/16.90	c 17	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.75/16.91	c 17	480 (60%) CSP integer variables are encoded (17308 clauses, 237978 bytes)
16.75/16.92	c 17	560 (70%) CSP integer variables are encoded (17439 clauses, 239943 bytes)
16.75/16.92	c 17	640 (80%) CSP integer variables are encoded (17581 clauses, 242073 bytes)
16.75/16.92	c 17	720 (90%) CSP integer variables are encoded (17693 clauses, 243753 bytes)
16.75/16.93	c 17	800 (100%) CSP integer variables are encoded (17836 clauses, 245898 bytes)
18.34/18.56	c 19	39910 (10%) CSP clauses are encoded (817345 clauses, 15669116 bytes)
19.94/20.14	c 21	79819 (20%) CSP clauses are encoded (1618787 clauses, 31857279 bytes)
21.54/21.78	c 22	119729 (30%) CSP clauses are encoded (2422490 clauses, 48463515 bytes)
23.24/23.44	c 24	159638 (40%) CSP clauses are encoded (3222458 clauses, 65525465 bytes)
24.83/25.09	c 26	199547 (50%) CSP clauses are encoded (4022725 clauses, 82658528 bytes)
26.51/26.77	c 27	239457 (60%) CSP clauses are encoded (4819691 clauses, 99825125 bytes)
28.21/28.45	c 29	279366 (70%) CSP clauses are encoded (5616995 clauses, 117621148 bytes)
30.01/30.28	c 31	319276 (80%) CSP clauses are encoded (6525599 clauses, 137803309 bytes)
32.27/32.51	c 33	359185 (90%) CSP clauses are encoded (7730760 clauses, 163554391 bytes)
34.47/34.70	c 35	399094 (100%) CSP clauses are encoded (8936625 clauses, 189403735 bytes)
34.47/34.70	c 35	399094 CSP clauses encoded
34.47/34.70	c 35	Writing map file : HOME/temp.map
34.47/34.75	c 35	Heap : 190 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.47/34.75	c 35	SAT : 322959 SAT variables, 8936625 SAT clauses, 189403735 bytes
34.47/34.75	c 35	Heap : 190 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.47/34.79	c 35	SOLVING HOME/temp.cnf
34.47/34.79	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
133.67/135.04	c 135	DECODING HOME/temp.out WITH HOME/temp.map
133.67/135.04	c 135	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
133.72/135.13	c 136	Decoding HOME/temp.out
134.34/135.77	s SATISFIABLE
134.43/135.80	v 39 6 39 18 13 2 19 11 1 23 4 5 3 16 1 24 3 13 30 17 40 23 1 14 12 13 23 21 34 2 29 15 1 1 40 40 30 14 4 22 9 29 21 2 9 38 16 7 19 25 10 33 33 2 28 3 9 11 5 34 29 11 44 16 27 31 29 26 8 13 33 5 32 44 20 4 2 37 9 0 2 24 23 12 12 5 21 4 19 22 17 3 6 41 36 2 14 35 43 28 21 12 44 8 6 15 3 26 30 38 33 42 29 44 27 31 37 21 43 7 8 16 42 6 40 32 42 9 7 11 13 5 14 15 29 37 11 8 38 8 16 1 10 12 15 12 31 9 35 32 32 9 43 15 6 16 43 36 44 3 0 13 18 14 8 32 42 4 18 7 6 9 7 7 30 20 25 15 15 4 19 3 18 8 17 32 21 19 32 22 12 29 23 23 0 17 28 17 17 10 26 42 16 33 18 11 5 19 19 30 10 15 18 24 10 25 3 22 29 5 22 13 18 34 44 27 3 24 20 28 23 2 37 17 24 26 27 20 33 22 31 28 20 10 19 25 10 43 29 38 22 27 35 24 30 17 21 27 0 24 25 23 7 41 1 35 28 42 35 11 21 1 12 4 41 4 34 37 18 40 9 11 31 25 35 33 13 39 31 35 44 26 11 34 16 34 17 42 21 34 44 41 35 0 30 3 31 20 0 32 24 8 25 37 24 26 9 34 4 28 37 36 8 44 36 39 1 14 34 38 27 30 38 26 14 33 1 40 0 40 43 42 38 19 6 18 39 17 41 36 0 10 23 39 36 38 31 6 21 31 39 23 22 40 15 13 6 43 20 36 40 37 0 32 27 12 33 27 36 41 22 35 25 8 28 38 36 28 32 14 20 12 16 42 26 30 41 37 39 22 6 6 8 9 8 7 9 5 2 5 3 1 6 5 9 0 2 7 0 7 7 4 5 1 8 0 7 6 1 9 2 4 3 1 5 6 2 7 8 3 3 7 9 8 2 8 9 5 1 4 9 2 0 0 3 4 8 8 4 3 8 4 5 8 3 8 6 8 1 5 7 9 9 9 6 2 2 2 7 1 3 4 3 5 1 5 2 9 0 9 3 9 7 4 5 1 3 7 9 8 7 6 7 2 3 6 1 4 4 7 9 9 9 2 4 4 5 3 4 8 3 6 6 8 1 4 3 9 4 1 2 8 2 3 1 3 7 8 5 6 3 7 0 3 5 9 6 4 3 8 1 1 0 9 4 1 7 7 3 5 7 9 4 6 9 7 1 4 5 3 1 0 1 6 8 0 7 2 8 7 8 3 3 5 6 6 8 5 5 4 2 5 0 2 8 8 5 5 2 6 6 0 7 3 1 9 7 2 3 7 2 1 7 9 1 2 0 5 3 3 8 3 6 4 8 1 7 3 5 1 8 4 9 0 1 9 5 8 6 6 1 6 4 5 7 1 8 5 4 2 7 9 9 7 9 1 1 2 5 5 8 1 9 7 4 4 2 7 5 2 5 8 7 6 8 5 9 8 8 2 6 0 3 3 8 1 4 0 7 2 1 2 3 8 2 5 4 8 0 6 6 9 1 9 3 8 9 9 2 2 6 0 9 1 8 1 5 2 1 9 4 6 4 0 1 9 0 9 7 9 6 1 4 3 8 8 6 8 4 9 1 4 3 4 2 0 3 9 1 9 3 4 9 4 8 1 5 9 4 0 1 6 1 4 7 1 5 8 1 4 3 6 6 0 8 0 4 7 0 3 0 0 6 7 7 6 2 4 3 4 3 4 4 5 5 6 6 7 7 2
134.43/135.81	c 136	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
134.43/135.85	c 136	CPU 89.36 (0.04 0 89.32 45.1)
134.43/135.85	c 136	END Thu Jul  3 21:34:57 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-1058215-1215113561/watcher-1058215-1215113561 -o /tmp/evaluation-result-1058215-1215113561/solver-1058215-1215113561 -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-1058215-1215113561.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.99 1.99 4/80 23047
/proc/meminfo: memFree=1437552/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=12268 CPUtime=0
/proc/23047/stat : 23047 (sugar) R 23045 23047 21864 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1541030175 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212243354645 0 0 4224 0 0 0 0 17 1 0 0
/proc/23047/statm: 3067 316 241 3 0 167 0

[startup+0.0518099 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 23047
/proc/meminfo: memFree=1437552/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=0.03
/proc/23047/stat : 23047 (sugar) R 23045 23047 21864 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 1541030175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102727 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 23047
/proc/meminfo: memFree=1437552/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=0.03
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541030175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301755 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 23047
/proc/meminfo: memFree=1437552/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=0.03
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541030175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702832 s]
/proc/loadavg: 1.93 1.99 1.99 4/80 23047
/proc/meminfo: memFree=1437552/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=0.03
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541030175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 1.93 1.99 1.99 3/91 23059
/proc/meminfo: memFree=1410456/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=0.03
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541030175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 796 370 3 0 500 0
[pid=23050] ppid=23047 vsize=5356 CPUtime=0
/proc/23050/stat : 23050 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541030181 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23050/statm: 1339 233 193 169 0 50 0
[pid=23051] ppid=23050 vsize=864676 CPUtime=1.41
/proc/23051/stat : 23051 (java) S 23050 23047 21864 0 -1 0 16159 0 1 0 133 8 0 0 18 0 9 0 1541030181 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23051/statm: 216169 13703 2529 9 0 210751 0
[pid=23051/tid=23052] ppid=23050 vsize=864676 CPUtime=0.84
/proc/23051/task/23052/stat : 23052 (java) R 23050 23047 21864 0 -1 64 3020 0 1 0 81 3 0 0 25 0 9 0 1541030182 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4126647504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23053] ppid=23050 vsize=864676 CPUtime=0.47
/proc/23051/task/23053/stat : 23053 (java) S 23050 23047 21864 0 -1 64 11949 0 0 0 43 4 0 0 16 0 9 0 1541030183 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23054] ppid=23050 vsize=864676 CPUtime=0
/proc/23051/task/23054/stat : 23054 (java) S 23050 23047 21864 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541030183 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23055] ppid=23050 vsize=864676 CPUtime=0
/proc/23051/task/23055/stat : 23055 (java) S 23050 23047 21864 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 1541030183 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23056] ppid=23050 vsize=864676 CPUtime=0
/proc/23051/task/23056/stat : 23056 (java) S 23050 23047 21864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541030186 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23057] ppid=23050 vsize=864676 CPUtime=0.08
/proc/23051/task/23057/stat : 23057 (java) S 23050 23047 21864 0 -1 64 489 0 0 0 8 0 0 0 16 0 9 0 1541030186 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23058] ppid=23050 vsize=864676 CPUtime=0
/proc/23051/task/23058/stat : 23058 (java) S 23050 23047 21864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541030186 885428224 13703 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23059] ppid=23050 vsize=864676 CPUtime=0
/proc/23051/task/23059/stat : 23059 (java) S 23050 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541030186 885428224 13703 996147200 134512640 134550740 4294956016 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) 883632

[startup+3.10225 s]
/proc/loadavg: 1.93 1.99 1.99 4/91 23059
/proc/meminfo: memFree=1365656/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=0.03
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1541030175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 796 370 3 0 500 0
[pid=23050] ppid=23047 vsize=5356 CPUtime=0
/proc/23050/stat : 23050 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541030181 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23050/statm: 1339 233 193 169 0 50 0
[pid=23051] ppid=23050 vsize=864692 CPUtime=3
/proc/23051/stat : 23051 (java) S 23050 23047 21864 0 -1 0 30381 0 1 0 286 14 0 0 18 0 9 0 1541030181 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23051/statm: 216173 24972 2529 9 0 210755 0
[pid=23051/tid=23052] ppid=23050 vsize=864692 CPUtime=1.58
/proc/23051/task/23052/stat : 23052 (java) R 23050 23047 21864 0 -1 64 3877 0 1 0 155 3 0 0 25 0 9 0 1541030182 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4126702472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23053] ppid=23050 vsize=864692 CPUtime=1.25
/proc/23051/task/23053/stat : 23053 (java) S 23050 23047 21864 0 -1 64 25285 0 0 0 116 9 0 0 17 0 9 0 1541030183 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23054] ppid=23050 vsize=864692 CPUtime=0
/proc/23051/task/23054/stat : 23054 (java) S 23050 23047 21864 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1541030183 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23055] ppid=23050 vsize=864692 CPUtime=0
/proc/23051/task/23055/stat : 23055 (java) S 23050 23047 21864 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1541030183 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23056] ppid=23050 vsize=864692 CPUtime=0
/proc/23051/task/23056/stat : 23056 (java) S 23050 23047 21864 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1541030186 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23057] ppid=23050 vsize=864692 CPUtime=0.13
/proc/23051/task/23057/stat : 23057 (java) S 23050 23047 21864 0 -1 64 518 0 0 0 13 0 0 0 16 0 9 0 1541030186 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23058] ppid=23050 vsize=864692 CPUtime=0
/proc/23051/task/23058/stat : 23058 (java) S 23050 23047 21864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541030186 885444608 24972 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23051/tid=23059] ppid=23050 vsize=864692 CPUtime=0
/proc/23051/task/23059/stat : 23059 (java) S 23050 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541030186 885444608 24972 996147200 134512640 134550740 4294956016 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) 883648

[startup+6.3018 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 23069
/proc/meminfo: memFree=1405720/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=3.62
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 974 32628 0 1 3 0 341 18 15 0 1 0 1541030175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 797 370 3 0 500 0
[pid=23060] ppid=23047 vsize=5356 CPUtime=0
/proc/23060/stat : 23060 (sh) S 23047 23047 21864 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541030547 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23060/statm: 1339 233 193 169 0 50 0
[pid=23061] ppid=23060 vsize=868472 CPUtime=2.54
/proc/23061/stat : 23061 (java) S 23060 23047 21864 0 -1 0 15293 0 1 0 244 10 0 0 18 0 9 0 1541030548 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23061/statm: 217118 13808 2540 9 0 211693 0
[pid=23061/tid=23062] ppid=23060 vsize=868472 CPUtime=1.61
/proc/23061/task/23062/stat : 23062 (java) R 23060 23047 21864 0 -1 64 3092 0 1 0 158 3 0 0 25 0 9 0 1541030548 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23063] ppid=23060 vsize=868472 CPUtime=0.74
/proc/23061/task/23063/stat : 23063 (java) R 23060 23047 21864 0 -1 64 10039 0 0 0 69 5 0 0 15 0 9 0 1541030552 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 103736188 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23064] ppid=23060 vsize=868472 CPUtime=0
/proc/23061/task/23064/stat : 23064 (java) S 23060 23047 21864 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541030552 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23065] ppid=23060 vsize=868472 CPUtime=0
/proc/23061/task/23065/stat : 23065 (java) S 23060 23047 21864 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1541030552 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23066] ppid=23060 vsize=868472 CPUtime=0
/proc/23061/task/23066/stat : 23066 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 1541030554 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23067] ppid=23060 vsize=868472 CPUtime=0.17
/proc/23061/task/23067/stat : 23067 (java) S 23060 23047 21864 0 -1 64 1465 0 0 0 16 1 0 0 16 0 9 0 1541030554 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23068] ppid=23060 vsize=868472 CPUtime=0
/proc/23061/task/23068/stat : 23068 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1541030554 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23069] ppid=23060 vsize=868472 CPUtime=0
/proc/23061/task/23069/stat : 23069 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541030554 889315328 13808 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887428

[startup+12.7029 s]
/proc/loadavg: 2.09 2.02 2.01 4/91 23069
/proc/meminfo: memFree=1286424/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=3.62
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 974 32628 0 1 3 0 341 18 16 0 1 0 1541030175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 797 370 3 0 500 0
[pid=23060] ppid=23047 vsize=5356 CPUtime=0
/proc/23060/stat : 23060 (sh) S 23047 23047 21864 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541030547 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23060/statm: 1339 233 193 169 0 50 0
[pid=23061] ppid=23060 vsize=868412 CPUtime=8.93
/proc/23061/stat : 23061 (java) S 23060 23047 21864 0 -1 0 54797 0 1 0 862 31 0 0 18 0 9 0 1541030548 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23061/statm: 217103 42713 2540 9 0 211678 0
[pid=23061/tid=23062] ppid=23060 vsize=868412 CPUtime=5.21
/proc/23061/task/23062/stat : 23062 (java) R 23060 23047 21864 0 -1 64 4469 0 1 0 517 4 0 0 25 0 9 0 1541030548 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4126583280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23063] ppid=23060 vsize=868412 CPUtime=3.51
/proc/23061/task/23063/stat : 23063 (java) S 23060 23047 21864 0 -1 64 48153 0 0 0 326 25 0 0 16 0 9 0 1541030552 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23064] ppid=23060 vsize=868412 CPUtime=0
/proc/23061/task/23064/stat : 23064 (java) S 23060 23047 21864 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541030552 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23065] ppid=23060 vsize=868412 CPUtime=0
/proc/23061/task/23065/stat : 23065 (java) S 23060 23047 21864 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541030552 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23066] ppid=23060 vsize=868412 CPUtime=0
/proc/23061/task/23066/stat : 23066 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 1541030554 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23067] ppid=23060 vsize=868412 CPUtime=0.18
/proc/23061/task/23067/stat : 23067 (java) S 23060 23047 21864 0 -1 64 1478 0 0 0 17 1 0 0 16 0 9 0 1541030554 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23068] ppid=23060 vsize=868412 CPUtime=0
/proc/23061/task/23068/stat : 23068 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1541030554 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23069] ppid=23060 vsize=868412 CPUtime=0
/proc/23061/task/23069/stat : 23069 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541030554 889253888 42713 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887368

[startup+25.5021 s]
/proc/loadavg: 2.14 2.04 2.01 3/91 23069
/proc/meminfo: memFree=1092312/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=3.63
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 974 32628 0 1 4 0 341 18 16 0 1 0 1541030175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 797 370 3 0 500 0
[pid=23060] ppid=23047 vsize=5356 CPUtime=0
/proc/23060/stat : 23060 (sh) S 23047 23047 21864 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541030547 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23060/statm: 1339 233 193 169 0 50 0
[pid=23061] ppid=23060 vsize=868524 CPUtime=21.7
/proc/23061/stat : 23061 (java) S 23060 23047 21864 0 -1 0 94298 0 1 0 2077 93 0 0 18 0 9 0 1541030548 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23061/statm: 217131 66473 2566 9 0 211678 0
[pid=23061/tid=23062] ppid=23060 vsize=868524 CPUtime=14.33
/proc/23061/task/23062/stat : 23062 (java) R 23060 23047 21864 0 -1 64 5734 0 1 0 1383 50 0 0 25 0 9 0 1541030548 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23063] ppid=23060 vsize=868524 CPUtime=7.09
/proc/23061/task/23063/stat : 23063 (java) S 23060 23047 21864 0 -1 64 86343 0 0 0 669 40 0 0 16 0 9 0 1541030552 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23064] ppid=23060 vsize=868524 CPUtime=0
/proc/23061/task/23064/stat : 23064 (java) S 23060 23047 21864 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1541030552 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23065] ppid=23060 vsize=868524 CPUtime=0
/proc/23061/task/23065/stat : 23065 (java) S 23060 23047 21864 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1541030552 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23066] ppid=23060 vsize=868524 CPUtime=0
/proc/23061/task/23066/stat : 23066 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 1541030554 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23067] ppid=23060 vsize=868524 CPUtime=0.25
/proc/23061/task/23067/stat : 23067 (java) S 23060 23047 21864 0 -1 64 1524 0 0 0 24 1 0 0 16 0 9 0 1541030554 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23068] ppid=23060 vsize=868524 CPUtime=0
/proc/23061/task/23068/stat : 23068 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 1541030554 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23061/tid=23069] ppid=23060 vsize=868524 CPUtime=0
/proc/23061/task/23069/stat : 23069 (java) S 23060 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541030554 889368576 66473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 887480

[startup+51.1026 s]
/proc/loadavg: 2.09 2.03 2.01 3/83 23071
/proc/meminfo: memFree=1179288/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=34.58
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1022 127366 0 2 4 0 3279 175 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23070] ppid=23047 vsize=5356 CPUtime=0
/proc/23070/stat : 23070 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541033655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23070/statm: 1339 232 193 169 0 50 0
[pid=23071] ppid=23070 vsize=71296 CPUtime=16.12
/proc/23071/stat : 23071 (picosat) R 23070 23047 21864 0 -1 4194304 16726 0 0 0 727 885 0 0 25 0 1 0 1541033656 73007104 16712 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23071/statm: 17824 16712 40 102 0 17719 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 90252

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 23071
/proc/meminfo: memFree=975896/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=34.58
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1022 127366 0 2 4 0 3279 175 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23070] ppid=23047 vsize=5356 CPUtime=0
/proc/23070/stat : 23070 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541033655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23070/statm: 1339 232 193 169 0 50 0
[pid=23071] ppid=23070 vsize=288376 CPUtime=66.71
/proc/23071/stat : 23071 (picosat) R 23070 23047 21864 0 -1 4194304 67013 0 0 0 3089 3582 0 0 25 0 1 0 1541033656 295297024 66999 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23071/statm: 72094 66999 40 102 0 71989 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 307332

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

[startup+115.102 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 23071
/proc/meminfo: memFree=928920/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=34.58
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1022 127366 0 2 4 0 3279 175 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23070] ppid=23047 vsize=5356 CPUtime=0
/proc/23070/stat : 23070 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541033655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23070/statm: 1339 232 193 169 0 50 0
[pid=23071] ppid=23070 vsize=331012 CPUtime=79.38
/proc/23071/stat : 23071 (picosat) R 23070 23047 21864 0 -1 4194304 79433 0 0 0 3676 4262 0 0 25 0 1 0 1541033656 338956288 79419 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23071/statm: 82753 79419 40 102 0 82648 0
Current children cumulated CPU time (s) 113.96
Current children cumulated vsize (KiB) 349968

[startup+127.903 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 23071
/proc/meminfo: memFree=920088/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=34.58
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1022 127366 0 2 4 0 3279 175 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23070] ppid=23047 vsize=5356 CPUtime=0
/proc/23070/stat : 23070 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541033655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23070/statm: 1339 232 193 169 0 50 0
[pid=23071] ppid=23070 vsize=339064 CPUtime=92.06
/proc/23071/stat : 23071 (picosat) R 23070 23047 21864 0 -1 4194304 80938 0 0 0 4881 4325 0 0 25 0 1 0 1541033656 347201536 80878 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23071/statm: 84766 80878 48 102 0 84661 0
Current children cumulated CPU time (s) 126.64
Current children cumulated vsize (KiB) 358020

[startup+131.102 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 23071
/proc/meminfo: memFree=920024/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=34.58
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1022 127366 0 2 4 0 3279 175 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23070] ppid=23047 vsize=5356 CPUtime=0
/proc/23070/stat : 23070 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541033655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23070/statm: 1339 232 193 169 0 50 0
[pid=23071] ppid=23070 vsize=339064 CPUtime=95.23
/proc/23071/stat : 23071 (picosat) R 23070 23047 21864 0 -1 4194304 80957 0 0 0 5198 4325 0 0 25 0 1 0 1541033656 347201536 80897 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/23071/statm: 84766 80897 48 102 0 84661 0
Current children cumulated CPU time (s) 129.81
Current children cumulated vsize (KiB) 358020

[startup+134.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 23071
/proc/meminfo: memFree=919768/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=34.58
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1022 127366 0 2 4 0 3279 175 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23070] ppid=23047 vsize=5356 CPUtime=0
/proc/23070/stat : 23070 (sh) S 23047 23047 21864 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1541033655 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23070/statm: 1339 232 193 169 0 50 0
[pid=23071] ppid=23070 vsize=343296 CPUtime=98.39
/proc/23071/stat : 23071 (picosat) R 23070 23047 21864 0 -1 4194304 81082 0 0 0 5514 4325 0 0 25 0 1 0 1541033656 351535104 81022 996147200 134512640 134931368 4294956256 18446744073709551615 134668094 0 0 4096 0 0 0 0 17 1 0 0
/proc/23071/statm: 85824 81022 52 102 0 85719 0
Current children cumulated CPU time (s) 132.97
Current children cumulated vsize (KiB) 362252

[startup+135.102 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 23071
/proc/meminfo: memFree=919768/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=133.72
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1073 208734 0 2 4 0 8861 4507 17 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 133.72
Current children cumulated vsize (KiB) 13600

[startup+135.502 s]
/proc/loadavg: 2.02 2.02 2.00 5/91 23081
/proc/meminfo: memFree=1236504/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=133.72
/proc/23047/stat : 23047 (sugar) S 23045 23047 21864 0 -1 4194304 1091 208734 0 2 4 0 8861 4507 16 0 1 0 1541030175 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23047/statm: 3400 799 370 3 0 500 0
[pid=23072] ppid=23047 vsize=5356 CPUtime=0
/proc/23072/stat : 23072 (sh) S 23047 23047 21864 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1541043680 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23072/statm: 1339 233 193 169 0 50 0
[pid=23073] ppid=23072 vsize=864012 CPUtime=0.43
/proc/23073/stat : 23073 (java) S 23072 23047 21864 0 -1 0 3551 0 1 0 41 2 0 0 18 0 9 0 1541043681 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23073/statm: 216003 3020 1674 9 0 210585 0
[pid=23073/tid=23074] ppid=23072 vsize=864012 CPUtime=0.36
/proc/23073/task/23074/stat : 23074 (java) R 23072 23047 21864 0 -1 64 2473 0 1 0 35 1 0 0 20 0 9 0 1541043682 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4126501155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23075] ppid=23072 vsize=864012 CPUtime=0
/proc/23073/task/23075/stat : 23075 (java) S 23072 23047 21864 0 -1 64 79 0 0 0 0 0 0 0 16 0 9 0 1541043683 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23076] ppid=23072 vsize=864012 CPUtime=0
/proc/23073/task/23076/stat : 23076 (java) S 23072 23047 21864 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1541043683 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23077] ppid=23072 vsize=864012 CPUtime=0
/proc/23073/task/23077/stat : 23077 (java) S 23072 23047 21864 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1541043683 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23078] ppid=23072 vsize=864012 CPUtime=0
/proc/23073/task/23078/stat : 23078 (java) S 23072 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1541043685 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23079] ppid=23072 vsize=864012 CPUtime=0.05
/proc/23073/task/23079/stat : 23079 (java) S 23072 23047 21864 0 -1 64 307 0 0 0 5 0 0 0 19 0 9 0 1541043685 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23080] ppid=23072 vsize=864012 CPUtime=0
/proc/23073/task/23080/stat : 23080 (java) S 23072 23047 21864 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1541043685 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23073/tid=23081] ppid=23072 vsize=864012 CPUtime=0
/proc/23073/task/23081/stat : 23081 (java) S 23072 23047 21864 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1541043685 884748288 3020 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 134.15
Current children cumulated vsize (KiB) 882968

[startup+135.902 s]
/proc/loadavg: 2.02 2.02 2.00 5/91 23081
/proc/meminfo: memFree=1236504/2055920 swapFree=4121284/4192956
[pid=23047] ppid=23045 vsize=13600 CPUtime=134.52
/proc/23047/stat : 23047 (sugar) R 23045 23047 21864 0 -1 4194304 1120 212730 0 3 4 6 8932 4510 16 0 1 0 1541030175 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23047/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 134.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 135.943
CPU time (s): 134.588
CPU user time (s): 89.3684
CPU system time (s): 45.2191
CPU usage (%): 99.0026
Max. virtual memory (cumulated for all children) (KiB): 907856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.3684
system time used= 45.2191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213880
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= 8433
involuntary context switches= 12550

runsolver used 0.200969 second user time and 0.443932 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-03 21:32:41
IDJOB=1058215
IDBENCH=54114
IDSOLVER=345
FILE ID=node14/1058215-1215113561
PBS_JOBID= 7877175
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-10.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-1058215-1215113561/watcher-1058215-1215113561 -o /tmp/evaluation-result-1058215-1215113561/solver-1058215-1215113561 -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-1058215-1215113561.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2a82fd0e6a406c196682c347f06803ad
RANDOM SEED=1942094138

node14.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.267
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	: 5931.00
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.267
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:       1438032 kB
Buffers:         39208 kB
Cached:         307880 kB
SwapCached:      65808 kB
Active:         378348 kB
Inactive:       175372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438032 kB
SwapTotal:     4192956 kB
SwapFree:      4121284 kB
Dirty:           10360 kB
Writeback:           0 kB
Mapped:         220364 kB
Slab:            48904 kB
Committed_AS:  3785048 kB
PageTables:       2236 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= 66516 MiB
End job on node14 at 2008-07-03 21:34:57