Trace number 2083215

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.14.6+minisat? 305.762 313.728

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-10.xml
MD5SUM029bcf31114915c1681378a4f18ed14e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1240.34
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:35:24 2009
0.00/0.08	c 0	PID 26108
0.07/0.08	c 0	HOST node33.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083215-1247376924.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083215-1247376924.xml' 'HOME/temp.csp'
1.75/1.87	c 2	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.75/1.88	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.75/1.88	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.83/1.96	c 2	Parsing HOME/temp.csp
2.02/2.15	c 2	parsed 10000 expressions
2.22/2.31	c 3	parsed 20000 expressions
2.32/2.45	c 3	parsed 26930 expressions
2.32/2.46	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.32/2.46	c 3	Converting to clausal form CSP
4.40/4.54	c 5	converted 2693 (10%) expressions
7.75/7.96	c 8	converted 5386 (20%) expressions
10.64/10.84	c 11	converted 8079 (30%) expressions
13.70/13.95	c 14	converted 10772 (40%) expressions
16.27/16.58	c 17	converted 13465 (50%) expressions
19.34/19.64	c 20	converted 16158 (60%) expressions
21.72/22.06	c 22	converted 18851 (70%) expressions
24.09/24.48	c 25	converted 21544 (80%) expressions
26.26/26.69	c 27	converted 24237 (90%) expressions
28.43/28.88	c 29	converted 26930 (100%) expressions
28.43/28.89	c 29	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
28.43/28.89	c 29	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
28.43/28.89	c 29	Propagation in CSP
30.12/30.50	c 31	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
30.12/30.51	c 31	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
30.12/30.51	c 31	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.12/30.55	c 31	Simplifing CSP by introducing new Boolean variables
31.20/31.62	c 32	CSP : 4456 integers, 129379 booleans, 214682 clauses, largest domain size 2737
31.20/31.62	c 32	Heap : 123 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.00/32.45	c 33	Encoding CSP to SAT : HOME/temp.cnf
34.87/35.40	c 36	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
37.84/38.31	c 39	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
40.61/41.18	c 41	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
42.58/43.14	c 43	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
44.08/44.64	c 45	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
45.54/46.15	c 46	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
47.02/47.62	c 48	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
48.41/49.08	c 49	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
49.90/50.60	c 51	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
51.45/52.11	c 52	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
77.89/79.09	c 79	21469 (10%) CSP clauses are encoded (15292641 clauses, 342115100 bytes)
103.28/104.98	c 105	42937 (20%) CSP clauses are encoded (22827452 clauses, 544851481 bytes)
128.95/131.12	c 131	64405 (30%) CSP clauses are encoded (30402230 clauses, 749579627 bytes)
154.04/156.74	c 157	85873 (40%) CSP clauses are encoded (37969955 clauses, 954455623 bytes)
178.54/181.77	c 182	107341 (50%) CSP clauses are encoded (45418570 clauses, 1157069702 bytes)
204.02/207.75	c 208	128810 (60%) CSP clauses are encoded (53280063 clauses, 1371473089 bytes)
229.38/233.89	c 234	150278 (70%) CSP clauses are encoded (61273810 clauses, 1589679099 bytes)
254.11/259.29	c 260	171746 (80%) CSP clauses are encoded (69122116 clauses, 1804413761 bytes)
279.73/285.51	c 286	193214 (90%) CSP clauses are encoded (77470547 clauses, 2032608265 bytes)
304.59/311.01	c 311	214682 (100%) CSP clauses are encoded (85547660 clauses, 2253875514 bytes)
304.59/311.01	c 311	214682 CSP clauses encoded
304.59/311.03	c 311	Writing map file : HOME/temp.map
304.67/311.27	c 312	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
304.67/311.27	c 312	SAT : 8145190 SAT variables, 85547660 SAT clauses, 2253875514 bytes
304.67/311.27	c 312	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
304.74/311.38	c 312	SOLVING HOME/temp.cnf
304.74/311.38	c 312	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
304.80/311.56	c 312	This is MiniSat 2.0 beta
304.80/311.56	c 312	WARNING: for repeatability, setting FPU to use double precision
304.80/311.56	c 312	ERROR! Could not open file: HOME/temp.cnf
304.80/311.56	c 312	DECODING HOME/temp.out WITH HOME/temp.map
304.80/311.56	c ERROR no output file HOME/temp.out
304.80/311.56	s UNKNOWN
304.80/311.56	c 312	CPU 304.8 (0.06 0.02 290.39 14.33)
304.80/311.56	c 312	END Sun Jul 12 07:40:36 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083215-1247376924/watcher-2083215-1247376924 -o /tmp/evaluation-result-2083215-1247376924/solver-2083215-1247376924 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083215-1247376924.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.10 2.03 4/82 26108
/proc/meminfo: memFree=1642928/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=12268 CPUtime=0
/proc/26108/stat : 26108 (sugar) R 26106 26108 24630 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24758425 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26108/statm: 3067 316 241 3 0 167 0

[startup+0.0828589 s]
/proc/loadavg: 2.26 2.10 2.03 4/82 26108
/proc/meminfo: memFree=1642928/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16740 CPUtime=0.07
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24758425 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101293 s]
/proc/loadavg: 2.26 2.10 2.03 4/82 26108
/proc/meminfo: memFree=1642928/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=0.07
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301312 s]
/proc/loadavg: 2.26 2.10 2.03 4/82 26108
/proc/meminfo: memFree=1642928/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=0.07
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701364 s]
/proc/loadavg: 2.26 2.10 2.03 4/82 26108
/proc/meminfo: memFree=1642928/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=0.07
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50246 s]
/proc/loadavg: 2.26 2.10 2.03 4/93 26120
/proc/meminfo: memFree=1615184/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=0.07
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26111] ppid=26108 vsize=5356 CPUtime=0
/proc/26111/stat : 26111 (sh) S 26108 26108 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24758434 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26111/statm: 1339 233 193 169 0 50 0
[pid=26112] ppid=26111 vsize=864776 CPUtime=1.38
/proc/26112/stat : 26112 (java) S 26111 26108 24630 0 -1 0 14554 0 1 0 130 8 0 0 18 0 9 0 24758434 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26112/statm: 216194 12585 2556 9 0 210706 0
[pid=26112/tid=26113] ppid=26111 vsize=864776 CPUtime=0.77
/proc/26112/task/26113/stat : 26113 (java) R 26111 26108 24630 0 -1 64 3074 0 1 0 75 2 0 0 24 0 9 0 24758435 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4126737984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26114] ppid=26111 vsize=864776 CPUtime=0.45
/proc/26112/task/26114/stat : 26114 (java) S 26111 26108 24630 0 -1 64 10259 0 0 0 40 5 0 0 16 0 9 0 24758436 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26115] ppid=26111 vsize=864776 CPUtime=0
/proc/26112/task/26115/stat : 26115 (java) S 26111 26108 24630 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24758437 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26116] ppid=26111 vsize=864776 CPUtime=0
/proc/26112/task/26116/stat : 26116 (java) S 26111 26108 24630 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24758437 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26117] ppid=26111 vsize=864776 CPUtime=0
/proc/26112/task/26117/stat : 26117 (java) S 26111 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758439 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26118] ppid=26111 vsize=864776 CPUtime=0.13
/proc/26112/task/26118/stat : 26118 (java) S 26111 26108 24630 0 -1 64 515 0 0 0 13 0 0 0 16 0 9 0 24758439 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26119] ppid=26111 vsize=864776 CPUtime=0
/proc/26112/task/26119/stat : 26119 (java) S 26111 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758439 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26112/tid=26120] ppid=26111 vsize=864776 CPUtime=0
/proc/26112/task/26120/stat : 26120 (java) S 26111 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758439 885530624 12585 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10265 s]
/proc/loadavg: 2.32 2.11 2.04 4/93 26130
/proc/meminfo: memFree=1631504/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1309 15511 0 1 5 2 166 10 15 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868552 CPUtime=1.18
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 9284 0 1 0 113 5 0 0 18 0 9 0 24758614 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217138 8383 2570 9 0 211643 0
[pid=26122/tid=26123] ppid=26121 vsize=868552 CPUtime=0.77
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 2625 0 1 0 76 1 0 0 25 0 9 0 24758615 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4126509388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868552 CPUtime=0.21
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 4490 0 0 0 19 2 0 0 16 0 9 0 24758616 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868552 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868552 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24758617 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868552 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868552 CPUtime=0.17
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1466 0 0 0 17 0 0 0 15 0 9 0 24758619 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868552 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868552 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889397248 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890776

[startup+6.30204 s]
/proc/loadavg: 2.32 2.11 2.04 3/93 26130
/proc/meminfo: memFree=1607696/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1309 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868636 CPUtime=4.35
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 12049 0 1 0 426 9 0 0 18 0 9 0 24758614 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217159 10831 2567 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868636 CPUtime=3.55
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 2957 0 1 0 353 2 0 0 25 0 9 0 24758615 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868636 CPUtime=0.57
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 6911 0 0 0 52 5 0 0 16 0 9 0 24758616 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868636 CPUtime=0.19
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1478 0 0 0 19 0 0 0 15 0 9 0 24758619 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889483264 10831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890860

[startup+12.7028 s]
/proc/loadavg: 2.27 2.11 2.03 3/93 26130
/proc/meminfo: memFree=1584528/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1309 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868636 CPUtime=10.68
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 22225 0 1 0 1052 16 0 0 18 0 9 0 24758614 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217159 16569 2568 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868636 CPUtime=8.83
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 3636 0 1 0 880 3 0 0 25 0 9 0 24758615 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4126513026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868636 CPUtime=1.61
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 16402 0 0 0 150 11 0 0 16 0 9 0 24758616 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868636 CPUtime=0.2
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1484 0 0 0 20 0 0 0 17 0 9 0 24758619 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889483264 16569 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890860

[startup+25.5014 s]
/proc/loadavg: 2.23 2.10 2.03 3/93 26130
/proc/meminfo: memFree=1532240/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1309 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868636 CPUtime=23.34
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 37267 0 1 0 2307 27 0 0 18 0 9 0 24758614 889483264 29429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217159 29429 2568 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868636 CPUtime=19.95
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 4342 0 1 0 1990 5 0 0 25 0 9 0 24758615 889483264 29429 996147200 134512640 134550932 4294955936 18446744073709551615 4126508923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868636 CPUtime=3.14
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 30734 0 0 0 295 19 0 0 15 0 9 0 24758616 889483264 29429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889483264 29429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868636 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889483264 29429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868636 CPUtime=0

################
# More data... #
################

[pid=26122/tid=26128] ppid=26121 vsize=868748 CPUtime=0.3
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.2
Current children cumulated vsize (KiB) 890972

[startup+282.301 s]
/proc/loadavg: 2.69 2.52 2.22 3/92 26130
/proc/meminfo: memFree=15952/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1310 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868748 CPUtime=274.78
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 51237 0 1 0 26212 1266 0 0 18 0 9 0 24758614 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217187 37455 2593 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868748 CPUtime=266.39
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 8971 0 1 0 25428 1211 0 0 25 0 9 0 24758615 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4126537184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868748 CPUtime=8.04
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 40029 0 0 0 753 51 0 0 16 0 9 0 24758616 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868748 CPUtime=0.3
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.61
Current children cumulated vsize (KiB) 890972

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

[startup+294.303 s]
/proc/loadavg: 2.66 2.52 2.23 5/92 26130
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1310 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868748 CPUtime=286.48
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 51426 0 1 0 27316 1332 0 0 18 0 9 0 24758614 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217187 37455 2593 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868748 CPUtime=277.94
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 9160 0 1 0 26519 1275 0 0 25 0 9 0 24758615 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 102093987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868748 CPUtime=8.19
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 40029 0 0 0 766 53 0 0 16 0 9 0 24758616 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868748 CPUtime=0.3
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.31
Current children cumulated vsize (KiB) 890972

[startup+307.101 s]
/proc/loadavg: 2.67 2.53 2.23 3/92 26130
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1310 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868748 CPUtime=298.94
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 51625 0 1 0 28495 1399 0 0 18 0 9 0 24758614 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217187 37455 2593 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868748 CPUtime=290.24
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 9359 0 1 0 27683 1341 0 0 25 0 9 0 24758615 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4127070652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868748 CPUtime=8.36
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 40029 0 0 0 781 55 0 0 16 0 9 0 24758616 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868748 CPUtime=0.3
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.77
Current children cumulated vsize (KiB) 890972

[startup+310.303 s]
/proc/loadavg: 2.67 2.53 2.23 3/92 26130
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=1.83
/proc/26108/stat : 26108 (sugar) S 26106 26108 24630 0 -1 4194304 1310 15511 0 1 5 2 166 10 16 0 1 0 24758425 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26108/statm: 4217 1111 409 3 0 796 0
[pid=26121] ppid=26108 vsize=5356 CPUtime=0
/proc/26121/stat : 26121 (sh) S 26108 26108 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758614 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26121/statm: 1339 233 193 169 0 50 0
[pid=26122] ppid=26121 vsize=868748 CPUtime=302.07
/proc/26122/stat : 26122 (java) S 26121 26108 24630 0 -1 0 51675 0 1 0 28792 1415 0 0 18 0 9 0 24758614 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26122/statm: 217187 37455 2593 9 0 211664 0
[pid=26122/tid=26123] ppid=26121 vsize=868748 CPUtime=293.34
/proc/26122/task/26123/stat : 26123 (java) R 26121 26108 24630 0 -1 64 9409 0 1 0 27977 1357 0 0 25 0 9 0 24758615 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4127095668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26124] ppid=26121 vsize=868748 CPUtime=8.39
/proc/26122/task/26124/stat : 26124 (java) S 26121 26108 24630 0 -1 64 40029 0 0 0 784 55 0 0 16 0 9 0 24758616 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26125] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26125/stat : 26125 (java) S 26121 26108 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26126] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26126/stat : 26126 (java) S 26121 26108 24630 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758617 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26127] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26127/stat : 26127 (java) S 26121 26108 24630 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26128] ppid=26121 vsize=868748 CPUtime=0.3
/proc/26122/task/26128/stat : 26128 (java) S 26121 26108 24630 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26129] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26129/stat : 26129 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26122/tid=26130] ppid=26121 vsize=868748 CPUtime=0
/proc/26122/task/26130/stat : 26130 (java) S 26121 26108 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758619 889597952 37455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 303.9
Current children cumulated vsize (KiB) 890972

[startup+311.902 s]
/proc/loadavg: 2.67 2.53 2.23 3/92 26130
/proc/meminfo: memFree=14992/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=305.11
/proc/26108/stat : 26108 (sugar) R 26106 26108 24630 0 -1 4194304 1419 67865 0 11 6 33 29039 1433 18 0 1 0 24758425 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26108/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 305.11
Current children cumulated vsize (KiB) 16868

[startup+312.702 s]
/proc/loadavg: 2.62 2.52 2.23 3/82 26132
/proc/meminfo: memFree=1672096/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=305.59
/proc/26108/stat : 26108 (sugar) D 26106 26108 24630 0 -1 4194304 1419 67865 0 11 6 81 29039 1433 18 0 1 0 24758425 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/26108/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 305.59
Current children cumulated vsize (KiB) 16868

[startup+313.506 s]
/proc/loadavg: 2.62 2.52 2.23 2/82 26132
/proc/meminfo: memFree=1830944/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=305.73
/proc/26108/stat : 26108 (sugar) D 26106 26108 24630 0 -1 4194304 1419 67865 0 11 6 95 29039 1433 18 0 1 0 24758425 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26108/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 305.73
Current children cumulated vsize (KiB) 16868

[startup+313.701 s]
/proc/loadavg: 2.62 2.52 2.23 2/82 26132
/proc/meminfo: memFree=1830944/2055920 swapFree=4192812/4192956
[pid=26108] ppid=26106 vsize=16868 CPUtime=305.74
/proc/26108/stat : 26108 (sugar) D 26106 26108 24630 0 -1 4194304 1419 67865 0 11 6 96 29039 1433 18 0 1 0 24758425 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26108/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 305.74
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 313.728
CPU time (s): 305.762
CPU user time (s): 290.456
CPU system time (s): 15.3057
CPU usage (%): 97.4606
Max. virtual memory (cumulated for all children) (KiB): 897992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.456
system time used= 15.3057
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69345
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53128
involuntary context switches= 61273

runsolver used 0.427934 second user time and 1.11883 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 07:35:24
IDJOB=2083215
IDBENCH=57740
IDSOLVER=739
FILE ID=node33/2083215-1247376924
PBS_JOBID= 9507111
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083215-1247376924/watcher-2083215-1247376924 -o /tmp/evaluation-result-2083215-1247376924/solver-2083215-1247376924 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083215-1247376924.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 029bcf31114915c1681378a4f18ed14e
RANDOM SEED=106440531

node33.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.229
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.229
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:       1643408 kB
Buffers:         44492 kB
Cached:         175420 kB
SwapCached:          0 kB
Active:         261972 kB
Inactive:        91992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4912 kB
Writeback:           0 kB
Mapped:         154460 kB
Slab:            43552 kB
Committed_AS:   366568 kB
PageTables:       2076 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= 66444 MiB
End job on node33 at 2009-07-12 07:40:38