Trace number 1077576

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 128.007 129.657

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-1.xml
MD5SUMb83110eaa48c7b1a0d0e9384b24bced8
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark128.007
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65246
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65046
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 Fri Jul  4 19:42:57 2008
0.00/0.04	c 0	PID 21882
0.04/0.05	c 0	HOST node1.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1077576-1215193376.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077576-1215193376.xml' 'HOME/temp.csp'
3.44/3.50	c 3	16 domains, 800 variables, 1 predicates, 0 relations, 65246 constraints
3.44/3.55	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.44/3.55	c 3	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.46/3.64	c 3	Parsing HOME/temp.csp
3.46/4.02	c 4	parsed 10000 expressions
4.18/4.35	c 4	parsed 20000 expressions
4.38/4.60	c 4	parsed 30000 expressions
4.77/4.93	c 5	parsed 40000 expressions
4.97/5.17	c 5	parsed 50000 expressions
5.36/5.55	c 5	parsed 60000 expressions
5.56/5.71	c 5	parsed 66063 expressions
5.56/5.71	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.56/5.71	c 5	Converting to clausal form CSP
6.35/6.56	c 6	converted 6607 (10%) expressions
6.95/7.13	c 7	converted 13213 (20%) expressions
7.44/7.65	c 7	converted 19819 (30%) expressions
8.43/8.65	c 8	converted 26426 (40%) expressions
8.92/9.13	c 9	converted 33032 (50%) expressions
9.42/9.62	c 9	converted 39638 (60%) expressions
9.90/10.12	c 10	converted 46245 (70%) expressions
10.40/10.63	c 10	converted 52851 (80%) expressions
11.59/11.85	c 11	converted 59457 (90%) expressions
12.88/13.12	c 13	converted 66063 (100%) expressions
12.88/13.12	c 13	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
12.88/13.12	c 13	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.88/13.12	c 13	Propagation in CSP
13.37/13.69	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.37/13.69	c 13	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
13.37/13.69	c 13	Heap : 142 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.48/13.75	c 13	Simplifing CSP by introducing new Boolean variables
16.14/16.44	c 16	CSP : 800 integers, 313866 booleans, 409065 clauses, largest domain size 45
16.14/16.44	c 16	Heap : 231 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.33/17.66	c 17	Encoding CSP to SAT : HOME/temp.cnf
17.43/17.72	c 17	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.43/17.72	c 17	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.43/17.72	c 17	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.43/17.73	c 17	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.43/17.73	c 17	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.43/17.74	c 17	480 (60%) CSP integer variables are encoded (17374 clauses, 238968 bytes)
17.43/17.75	c 17	560 (70%) CSP integer variables are encoded (17571 clauses, 241923 bytes)
17.43/17.75	c 17	640 (80%) CSP integer variables are encoded (17801 clauses, 245373 bytes)
17.43/17.76	c 17	720 (90%) CSP integer variables are encoded (18014 clauses, 248568 bytes)
17.43/17.76	c 17	800 (100%) CSP integer variables are encoded (18209 clauses, 251493 bytes)
19.20/19.59	c 19	40907 (10%) CSP clauses are encoded (828816 clauses, 15902789 bytes)
20.99/21.34	c 21	81813 (20%) CSP clauses are encoded (1635568 clauses, 32207578 bytes)
22.77/23.13	c 23	122720 (30%) CSP clauses are encoded (2444148 clauses, 49007095 bytes)
24.58/25.16	c 25	163626 (40%) CSP clauses are encoded (3263834 clauses, 66511655 bytes)
26.36/26.98	c 27	204533 (50%) CSP clauses are encoded (4070997 clauses, 83791783 bytes)
28.23/28.84	c 28	245439 (60%) CSP clauses are encoded (4884954 clauses, 101322765 bytes)
30.11/30.72	c 30	286346 (70%) CSP clauses are encoded (5698871 clauses, 119435657 bytes)
32.08/32.71	c 32	327252 (80%) CSP clauses are encoded (6589433 clauses, 139260570 bytes)
34.53/35.25	c 35	368159 (90%) CSP clauses are encoded (7824632 clauses, 165660752 bytes)
36.99/37.76	c 37	409065 (100%) CSP clauses are encoded (9060622 clauses, 192265661 bytes)
36.99/37.76	c 37	409065 CSP clauses encoded
36.99/37.76	c 37	Writing map file : HOME/temp.map
37.09/37.80	c 37	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.09/37.80	c 37	SAT : 332854 SAT variables, 9060622 SAT clauses, 192265661 bytes
37.09/37.80	c 37	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.09/37.86	c 37	SOLVING HOME/temp.cnf
37.09/37.86	c 37	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
127.05/128.76	c 128	DECODING HOME/temp.out WITH HOME/temp.map
127.05/128.76	c 128	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
127.12/128.85	c 128	Decoding HOME/temp.out
127.12/129.49	s SATISFIABLE
127.12/129.52	v 33 13 35 44 3 14 41 0 17 25 3 2 9 43 9 38 1 13 33 9 25 1 24 26 41 1 6 1 14 2 13 4 34 4 5 1 40 42 35 39 2 4 7 1 44 0 30 2 32 1 4 3 29 8 23 0 25 44 1 1 4 35 12 14 5 3 8 8 18 4 5 25 2 6 3 6 22 43 7 39 6 6 38 40 44 26 7 8 5 4 10 28 7 15 9 8 3 9 11 5 5 0 26 39 0 5 2 10 4 0 8 7 36 31 9 41 6 36 26 4 9 10 2 22 15 23 10 0 11 11 31 8 1 10 3 12 39 30 12 44 11 15 43 21 12 22 10 6 4 12 12 17 7 9 24 11 42 6 12 7 13 13 15 13 14 11 15 14 16 23 8 43 17 32 20 12 7 2 14 15 16 17 28 16 29 0 9 41 17 15 38 8 10 2 19 3 11 15 2 10 16 23 19 17 17 14 13 29 16 16 13 24 15 14 18 19 19 18 20 26 20 16 16 23 22 26 20 24 26 29 5 21 27 19 17 29 22 18 17 37 25 28 18 27 20 7 21 30 30 7 26 8 21 33 27 29 32 27 21 21 28 22 30 21 34 28 20 28 25 23 37 33 22 24 16 19 11 33 5 18 19 23 39 6 21 27 39 34 19 24 30 16 23 12 25 19 28 14 20 35 25 25 27 23 24 30 32 18 22 38 31 20 18 36 35 38 26 35 26 11 29 34 33 41 6 31 28 24 28 29 20 36 29 30 31 9 28 35 35 19 29 21 32 31 33 39 40 33 37 31 36 30 43 32 37 24 36 34 24 35 34 27 31 35 22 34 40 37 36 36 37 32 36 37 40 33 38 37 38 39 41 41 42 42 43 39 44 31 42 40 27 41 42 43 43 43 44 38 42 44 4 0 5 5 6 2 4 5 4 4 2 1 4 9 2 1 8 1 6 8 8 7 3 0 3 5 7 4 1 6 6 4 0 9 9 0 1 6 2 4 4 1 0 9 6 7 9 5 6 1 6 5 3 4 6 8 1 0 3 6 3 1 8 0 0 0 3 9 7 5 4 6 9 8 1 1 6 4 4 1 2 0 4 4 1 4 7 8 7 0 1 1 9 9 1 2 8 5 1 6 2 6 8 6 9 5 2 8 8 1 7 8 8 0 3 1 3 3 7 7 9 0 0 2 6 9 2 4 7 9 1 0 2 6 4 5 0 8 1 4 0 1 0 1 4 1 4 9 2 0 6 7 2 6 7 3 1 6 9 1 9 3 2 4 8 8 7 3 3 3 5 1 8 4 5 7 6 3 7 0 2 1 6 0 2 0 7 0 9 3 3 6 9 8 3 9 6 8 7 5 1 7 9 6 3 4 5 8 4 8 7 1 4 9 4 5 8 0 1 5 7 5 6 4 3 1 8 0 3 1 1 6 1 1 2 9 9 6 0 9 5 9 1 2 4 5 5 2 6 3 6 1 7 9 0 5 0 6 4 0 0 0 3 3 1 2 0 8 0 5 6 3 8 9 9 0 4 7 8 3 6 0 7 4 9 7 8 4 4 8 0 7 2 3 9 7 7 6 3 4 3 2 9 1 4 7 2 2 4 9 4 9 9 6 8 6 9 6 2 2 6 3 0 7 5 6 5 5 4 7 6 2 0 1 3 0 3 9 0 2 4 2 3 2 1 9 7 2 0 9 9 4 7 1 4 2 0 2 6 7 9 4 5 3 7 6 5 1 1 4 8 7 7 5 2 5 2 2 0 3 2 6 9 7 2 2 8 8 5 0 3 5 3 8 6 3 7 7 4 3
127.12/129.53	c 129	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
127.12/129.56	c 129	CPU 82.12 (0.03 0.02 82.09 45.74)
127.12/129.56	c 129	END Fri Jul  4 19:45:06 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-1077576-1215193376/watcher-1077576-1215193376 -o /tmp/evaluation-result-1077576-1215193376/solver-1077576-1215193376 -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-1077576-1215193376.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.88 1.98 1.93 4/83 21882
/proc/meminfo: memFree=1742080/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=12268 CPUtime=0
/proc/21882/stat : 21882 (sugar) R 21880 21882 21677 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1998313287 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 0 4224 0 0 0 0 17 1 0 0
/proc/21882/statm: 3067 316 241 3 0 167 0

[startup+0.0500751 s]
/proc/loadavg: 1.88 1.98 1.93 4/83 21882
/proc/meminfo: memFree=1742080/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=0.04
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1998313287 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.100727 s]
/proc/loadavg: 1.88 1.98 1.93 4/83 21882
/proc/meminfo: memFree=1742080/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=0.04
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998313287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301767 s]
/proc/loadavg: 1.88 1.98 1.93 4/83 21882
/proc/meminfo: memFree=1742080/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=0.04
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998313287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701847 s]
/proc/loadavg: 1.88 1.98 1.93 4/83 21882
/proc/meminfo: memFree=1742080/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=0.04
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998313287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 1.88 1.98 1.93 4/94 21894
/proc/meminfo: memFree=1697640/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=0.04
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998313287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 796 370 3 0 500 0
[pid=21885] ppid=21882 vsize=5356 CPUtime=0
/proc/21885/stat : 21885 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1998313292 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21885/statm: 1339 233 193 169 0 50 0
[pid=21886] ppid=21885 vsize=866660 CPUtime=1.43
/proc/21886/stat : 21886 (java) S 21885 21882 21677 0 -1 0 18478 0 1 0 134 9 0 0 18 0 9 0 1998313292 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21886/statm: 216665 15561 2529 9 0 211247 0
[pid=21886/tid=21887] ppid=21885 vsize=866660 CPUtime=0.7
/proc/21886/task/21887/stat : 21887 (java) R 21885 21882 21677 0 -1 64 3021 0 1 0 69 1 0 0 25 0 9 0 1998313293 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21888] ppid=21885 vsize=866660 CPUtime=0.6
/proc/21886/task/21888/stat : 21888 (java) R 21885 21882 21677 0 -1 64 14273 0 0 0 54 6 0 0 17 0 9 0 1998313295 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 103834240 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21889] ppid=21885 vsize=866660 CPUtime=0
/proc/21886/task/21889/stat : 21889 (java) S 21885 21882 21677 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998313295 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21890] ppid=21885 vsize=866660 CPUtime=0
/proc/21886/task/21890/stat : 21890 (java) S 21885 21882 21677 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998313295 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21891] ppid=21885 vsize=866660 CPUtime=0
/proc/21886/task/21891/stat : 21891 (java) S 21885 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998313297 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21892] ppid=21885 vsize=866660 CPUtime=0.09
/proc/21886/task/21892/stat : 21892 (java) S 21885 21882 21677 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 1998313297 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21893] ppid=21885 vsize=866660 CPUtime=0
/proc/21886/task/21893/stat : 21893 (java) S 21885 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998313297 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21894] ppid=21885 vsize=866660 CPUtime=0
/proc/21886/task/21894/stat : 21894 (java) S 21885 21882 21677 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998313297 887459840 15561 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 885616

[startup+3.10232 s]
/proc/loadavg: 1.88 1.98 1.93 4/94 21894
/proc/meminfo: memFree=1651752/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=0.04
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998313287 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 796 370 3 0 500 0
[pid=21885] ppid=21882 vsize=5356 CPUtime=0
/proc/21885/stat : 21885 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1998313292 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21885/statm: 1339 233 193 169 0 50 0
[pid=21886] ppid=21885 vsize=864676 CPUtime=3.01
/proc/21886/stat : 21886 (java) S 21885 21882 21677 0 -1 0 32169 0 1 0 287 14 0 0 18 0 9 0 1998313292 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21886/statm: 216169 26766 2529 9 0 210751 0
[pid=21886/tid=21887] ppid=21885 vsize=864676 CPUtime=1.53
/proc/21886/task/21887/stat : 21887 (java) R 21885 21882 21677 0 -1 64 3876 0 1 0 151 2 0 0 25 0 9 0 1998313293 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4126677564 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21888] ppid=21885 vsize=864676 CPUtime=1.29
/proc/21886/task/21888/stat : 21888 (java) S 21885 21882 21677 0 -1 64 27074 0 0 0 119 10 0 0 16 0 9 0 1998313295 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21889] ppid=21885 vsize=864676 CPUtime=0
/proc/21886/task/21889/stat : 21889 (java) S 21885 21882 21677 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998313295 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21890] ppid=21885 vsize=864676 CPUtime=0
/proc/21886/task/21890/stat : 21890 (java) S 21885 21882 21677 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998313295 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21891] ppid=21885 vsize=864676 CPUtime=0
/proc/21886/task/21891/stat : 21891 (java) S 21885 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998313297 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21892] ppid=21885 vsize=864676 CPUtime=0.14
/proc/21886/task/21892/stat : 21892 (java) S 21885 21882 21677 0 -1 64 520 0 0 0 14 0 0 0 16 0 9 0 1998313297 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21893] ppid=21885 vsize=864676 CPUtime=0
/proc/21886/task/21893/stat : 21893 (java) S 21885 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998313297 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21886/tid=21894] ppid=21885 vsize=864676 CPUtime=0
/proc/21886/task/21894/stat : 21894 (java) S 21885 21882 21677 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998313297 885428224 26766 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883632

[startup+6.30295 s]
/proc/loadavg: 1.89 1.98 1.93 3/94 21904
/proc/meminfo: memFree=1700264/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=3.46
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 974 32830 0 1 3 1 325 17 15 0 1 0 1998313287 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 797 370 3 0 500 0
[pid=21895] ppid=21882 vsize=5356 CPUtime=0
/proc/21895/stat : 21895 (sh) S 21882 21882 21677 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998313643 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21895/statm: 1339 233 193 169 0 50 0
[pid=21896] ppid=21895 vsize=869308 CPUtime=2.7
/proc/21896/stat : 21896 (java) S 21895 21882 21677 0 -1 0 14996 0 1 0 260 10 0 0 18 0 9 0 1998313643 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21896/statm: 217327 13514 2543 9 0 211902 0
[pid=21896/tid=21897] ppid=21895 vsize=869308 CPUtime=1.71
/proc/21896/task/21897/stat : 21897 (java) R 21895 21882 21677 0 -1 64 3089 0 1 0 169 2 0 0 25 0 9 0 1998313644 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4126619143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21898] ppid=21895 vsize=869308 CPUtime=0.77
/proc/21896/task/21898/stat : 21898 (java) S 21895 21882 21677 0 -1 64 9751 0 0 0 71 6 0 0 16 0 9 0 1998313645 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21899] ppid=21895 vsize=869308 CPUtime=0
/proc/21896/task/21899/stat : 21899 (java) S 21895 21882 21677 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998313646 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21900] ppid=21895 vsize=869308 CPUtime=0
/proc/21896/task/21900/stat : 21900 (java) S 21895 21882 21677 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998313646 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21901] ppid=21895 vsize=869308 CPUtime=0
/proc/21896/task/21901/stat : 21901 (java) S 21895 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998313648 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21902] ppid=21895 vsize=869308 CPUtime=0.18
/proc/21896/task/21902/stat : 21902 (java) S 21895 21882 21677 0 -1 64 1457 0 0 0 18 0 0 0 16 0 9 0 1998313648 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21903] ppid=21895 vsize=869308 CPUtime=0
/proc/21896/task/21903/stat : 21903 (java) S 21895 21882 21677 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998313648 890171392 13514 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21904] ppid=21895 vsize=869308 CPUtime=0
/proc/21896/task/21904/stat : 21904 (java) S 21895 21882 21677 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998313648 890171392 13514 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) 888264

[startup+12.7022 s]
/proc/loadavg: 1.98 2.00 1.93 3/94 21904
/proc/meminfo: memFree=1605672/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=3.46
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 974 32830 0 1 3 1 325 17 16 0 1 0 1998313287 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 797 370 3 0 500 0
[pid=21895] ppid=21882 vsize=5356 CPUtime=0
/proc/21895/stat : 21895 (sh) S 21882 21882 21677 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998313643 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21895/statm: 1339 233 193 169 0 50 0
[pid=21896] ppid=21895 vsize=869420 CPUtime=9.02
/proc/21896/stat : 21896 (java) S 21895 21882 21677 0 -1 0 57875 0 1 0 875 27 0 0 18 0 9 0 1998313643 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21896/statm: 217355 35937 2540 9 0 211930 0
[pid=21896/tid=21897] ppid=21895 vsize=869420 CPUtime=5.36
/proc/21896/task/21897/stat : 21897 (java) R 21895 21882 21677 0 -1 64 4482 0 1 0 533 3 0 0 25 0 9 0 1998313644 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4126401608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21898] ppid=21895 vsize=869420 CPUtime=3.44
/proc/21896/task/21898/stat : 21898 (java) S 21895 21882 21677 0 -1 64 51230 0 0 0 321 23 0 0 16 0 9 0 1998313645 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21899] ppid=21895 vsize=869420 CPUtime=0
/proc/21896/task/21899/stat : 21899 (java) S 21895 21882 21677 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998313646 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21900] ppid=21895 vsize=869420 CPUtime=0
/proc/21896/task/21900/stat : 21900 (java) S 21895 21882 21677 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998313646 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21901] ppid=21895 vsize=869420 CPUtime=0
/proc/21896/task/21901/stat : 21901 (java) S 21895 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998313648 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21902] ppid=21895 vsize=869420 CPUtime=0.19
/proc/21896/task/21902/stat : 21902 (java) S 21895 21882 21677 0 -1 64 1464 0 0 0 19 0 0 0 17 0 9 0 1998313648 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21903] ppid=21895 vsize=869420 CPUtime=0
/proc/21896/task/21903/stat : 21903 (java) S 21895 21882 21677 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998313648 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21904] ppid=21895 vsize=869420 CPUtime=0
/proc/21896/task/21904/stat : 21904 (java) S 21895 21882 21677 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998313648 890286080 35937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 888376

[startup+25.5017 s]
/proc/loadavg: 1.98 2.00 1.93 3/94 21904
/proc/meminfo: memFree=1405352/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=3.46
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 974 32830 0 1 3 1 325 17 16 0 1 0 1998313287 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 797 370 3 0 500 0
[pid=21895] ppid=21882 vsize=5356 CPUtime=0
/proc/21895/stat : 21895 (sh) S 21882 21882 21677 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998313643 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21895/statm: 1339 233 193 169 0 50 0
[pid=21896] ppid=21895 vsize=869532 CPUtime=21.52
/proc/21896/stat : 21896 (java) S 21895 21882 21677 0 -1 0 99130 0 1 0 2067 85 0 0 18 0 9 0 1998313643 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21896/statm: 217383 65163 2566 9 0 211930 0
[pid=21896/tid=21897] ppid=21895 vsize=869532 CPUtime=13.95
/proc/21896/task/21897/stat : 21897 (java) R 21895 21882 21677 0 -1 64 5870 0 1 0 1351 44 0 0 25 0 9 0 1998313644 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4127010460 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21898] ppid=21895 vsize=869532 CPUtime=7.25
/proc/21896/task/21898/stat : 21898 (java) S 21895 21882 21677 0 -1 64 91045 0 0 0 686 39 0 0 16 0 9 0 1998313645 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21899] ppid=21895 vsize=869532 CPUtime=0
/proc/21896/task/21899/stat : 21899 (java) S 21895 21882 21677 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998313646 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21900] ppid=21895 vsize=869532 CPUtime=0
/proc/21896/task/21900/stat : 21900 (java) S 21895 21882 21677 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998313646 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21901] ppid=21895 vsize=869532 CPUtime=0
/proc/21896/task/21901/stat : 21901 (java) S 21895 21882 21677 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998313648 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21902] ppid=21895 vsize=869532 CPUtime=0.28
/proc/21896/task/21902/stat : 21902 (java) S 21895 21882 21677 0 -1 64 1516 0 0 0 28 0 0 0 16 0 9 0 1998313648 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21903] ppid=21895 vsize=869532 CPUtime=0
/proc/21896/task/21903/stat : 21903 (java) S 21895 21882 21677 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998313648 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21896/tid=21904] ppid=21895 vsize=869532 CPUtime=0
/proc/21896/task/21904/stat : 21904 (java) S 21895 21882 21677 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1998313648 890400768 65163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 888488

[startup+51.1017 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21907
/proc/meminfo: memFree=1474216/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=61144 CPUtime=13.09
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 13675 0 0 0 595 714 0 0 25 0 1 0 1998317074 62611456 13661 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 15286 13661 40 102 0 15181 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 80100

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1258984/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=278620 CPUtime=63.75
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 64263 0 0 0 2951 3424 0 0 25 0 1 0 1998317074 285306880 64249 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 69655 64249 40 102 0 69550 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 297576

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

[startup+115.101 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1209448/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=321388 CPUtime=76.42
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 76755 0 0 0 3530 4112 0 0 25 0 1 0 1998317074 329101312 76741 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 80347 76741 40 102 0 80242 0
Current children cumulated CPU time (s) 113.57
Current children cumulated vsize (KiB) 340344

[startup+121.502 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1184744/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=373400 CPUtime=82.77
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 81921 0 0 0 3896 4381 0 0 25 0 1 0 1998317074 382361600 81896 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 93350 81896 42 102 0 93245 0
Current children cumulated CPU time (s) 119.92
Current children cumulated vsize (KiB) 392356

[startup+124.701 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1183720/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=375448 CPUtime=85.93
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 82022 0 0 0 4212 4381 0 0 25 0 1 0 1998317074 384458752 81997 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 93862 81997 42 102 0 93757 0
Current children cumulated CPU time (s) 123.08
Current children cumulated vsize (KiB) 394404

[startup+127.902 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1182568/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=379544 CPUtime=89.11
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 82132 0 0 0 4529 4382 0 0 25 0 1 0 1998317074 388653056 82107 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 94886 82107 42 102 0 94781 0
Current children cumulated CPU time (s) 126.26
Current children cumulated vsize (KiB) 398500

[startup+128.707 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1179816/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=37.15
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1022 132438 0 2 3 1 3530 181 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
[pid=21905] ppid=21882 vsize=5356 CPUtime=0
/proc/21905/stat : 21905 (sh) S 21882 21882 21677 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998317073 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21905/statm: 1339 232 193 169 0 50 0
[pid=21906] ppid=21905 vsize=313944 CPUtime=89.9
/proc/21906/stat : 21906 (picosat) R 21905 21882 21677 0 -1 4194304 82152 0 0 0 4607 4383 0 0 25 0 1 0 1998317074 321478656 73856 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 1 0 0
/proc/21906/statm: 78486 73856 47 102 0 78381 0
Current children cumulated CPU time (s) 127.05
Current children cumulated vsize (KiB) 332900

[startup+129.101 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1179816/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=127.12
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1091 214876 0 2 3 1 8138 4570 16 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 127.12
Current children cumulated vsize (KiB) 13600

[startup+129.501 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1179816/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=127.12
/proc/21882/stat : 21882 (sugar) S 21880 21882 21677 0 -1 4194304 1091 214876 0 2 3 1 8138 4570 15 0 1 0 1998313287 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21882/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 127.12
Current children cumulated vsize (KiB) 13600

[startup+129.601 s]
/proc/loadavg: 1.99 2.00 1.93 3/86 21908
/proc/meminfo: memFree=1179816/2055920 swapFree=4179472/4192956
[pid=21882] ppid=21880 vsize=13600 CPUtime=127.93
/proc/21882/stat : 21882 (sugar) R 21880 21882 21677 0 -1 4194304 1120 218871 0 3 3 7 8209 4574 16 0 1 0 1998313287 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21882/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 127.93
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 129.657
CPU time (s): 128.007
CPU user time (s): 82.1395
CPU system time (s): 45.867
CPU usage (%): 98.7271
Max. virtual memory (cumulated for all children) (KiB): 909868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.1395
system time used= 45.867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220021
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= 9101
involuntary context switches= 11271

runsolver used 0.208968 second user time and 0.407937 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 19:42:57
IDJOB=1077576
IDBENCH=56690
IDSOLVER=345
FILE ID=node1/1077576-1215193376
PBS_JOBID= 7881642
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.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-1077576-1215193376/watcher-1077576-1215193376 -o /tmp/evaluation-result-1077576-1215193376/solver-1077576-1215193376 -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-1077576-1215193376.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=1559980863

node1.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742560 kB
Buffers:         12140 kB
Cached:         148188 kB
SwapCached:       7496 kB
Active:         194496 kB
Inactive:        67760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742560 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:           20744 kB
Writeback:           0 kB
Mapped:         113444 kB
Slab:            36180 kB
Committed_AS:  3852688 kB
PageTables:       2004 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= 66500 MiB
End job on node1 at 2008-07-04 19:45:06