Trace number 2082995

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? 655.899 669.423

General information on the benchmark

Namecsp/fapp/fapp22/
normalized-fapp22-1750-9.xml
MD5SUM7c8eb97a2deab43c8771e25856b5f843
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 benchmark36.6144
Satisfiable
(Un)Satisfiability was proved
Number of variables1750
Number of constraints32049
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32049
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 07:25:57 2009
0.00/0.07	c 0	PID 26292
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2082995-1247376357.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082995-1247376357.xml' 'HOME/temp.csp'
1.86/1.93	c 2	30 domains, 1750 variables, 8 predicates, 0 relations, 32049 constraints
1.86/1.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.86/1.95	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.92/2.03	c 2	Parsing HOME/temp.csp
2.15/2.20	c 2	parsed 10000 expressions
2.34/2.41	c 3	parsed 20000 expressions
2.44/2.52	c 3	parsed 30000 expressions
2.54/2.64	c 3	parsed 33837 expressions
2.54/2.65	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.54/2.65	c 3	Converting to clausal form CSP
7.19/7.37	c 8	converted 3384 (10%) expressions
15.21/15.42	c 16	converted 6768 (20%) expressions
22.24/22.55	c 23	converted 10152 (30%) expressions
29.56/29.92	c 30	converted 13535 (40%) expressions
36.18/36.61	c 37	converted 16919 (50%) expressions
43.32/43.84	c 44	converted 20303 (60%) expressions
49.35/49.90	c 50	converted 23686 (70%) expressions
55.19/55.87	c 56	converted 27070 (80%) expressions
60.53/61.29	c 61	converted 30454 (90%) expressions
66.97/67.75	c 68	converted 33837 (100%) expressions
66.97/67.76	c 68	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
66.97/67.76	c 68	Heap : 190 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
66.97/67.76	c 68	Propagation in CSP
70.54/71.32	c 72	2628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
70.54/71.32	c 72	CSP : 5603 integers, 92729 booleans, 200297 clauses, largest domain size 2921
70.54/71.32	c 72	Heap : 192 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
70.54/71.39	c 72	Simplifing CSP by introducing new Boolean variables
70.93/71.76	c 72	CSP : 5603 integers, 160379 booleans, 267947 clauses, largest domain size 2921
70.93/71.76	c 72	Heap : 212 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
72.21/73.02	c 73	Encoding CSP to SAT : HOME/temp.cnf
81.03/81.94	c 82	561 (10%) CSP integer variables are encoded (257544 clauses, 4156599 bytes)
89.94/90.92	c 91	1121 (20%) CSP integer variables are encoded (520388 clauses, 8624947 bytes)
98.46/99.56	c 100	1681 (30%) CSP integer variables are encoded (774842 clauses, 12950665 bytes)
100.94/102.07	c 102	2242 (40%) CSP integer variables are encoded (1958726 clauses, 34997800 bytes)
102.51/103.67	c 104	2802 (50%) CSP integer variables are encoded (3286678 clauses, 60228888 bytes)
103.99/105.15	c 105	3362 (60%) CSP integer variables are encoded (4519748 clauses, 83657218 bytes)
105.49/106.62	c 107	3923 (70%) CSP integer variables are encoded (5748973 clauses, 107012493 bytes)
106.86/108.09	c 108	4483 (80%) CSP integer variables are encoded (6953421 clauses, 129897005 bytes)
108.44/109.81	c 110	5043 (90%) CSP integer variables are encoded (8195579 clauses, 153498007 bytes)
109.85/111.26	c 111	5603 (100%) CSP integer variables are encoded (9390535 clauses, 176202171 bytes)
170.27/173.11	c 173	26795 (10%) CSP clauses are encoded (17964008 clauses, 402353696 bytes)
223.42/226.58	c 227	53590 (20%) CSP clauses are encoded (26135911 clauses, 620422964 bytes)
283.82/287.22	c 287	80385 (30%) CSP clauses are encoded (35275980 clauses, 866664669 bytes)
339.50/343.26	c 343	107179 (40%) CSP clauses are encoded (44165883 clauses, 1106480626 bytes)
395.01/399.09	c 399	133974 (50%) CSP clauses are encoded (52924943 clauses, 1343025429 bytes)
451.62/456.08	c 456	160769 (60%) CSP clauses are encoded (61996771 clauses, 1589270225 bytes)
501.16/506.49	c 507	187563 (70%) CSP clauses are encoded (70494555 clauses, 1819460090 bytes)
553.83/559.99	c 560	214358 (80%) CSP clauses are encoded (79222382 clauses, 2055957679 bytes)
605.59/613.42	c 614	241153 (90%) CSP clauses are encoded (88344704 clauses, 2303927507 bytes)
654.64/663.95	c 664	267947 (100%) CSP clauses are encoded (97190752 clauses, 2544451253 bytes)
654.64/663.95	c 664	267947 CSP clauses encoded
654.70/664.28	c 664	Writing map file : HOME/temp.map
654.81/666.40	c 667	Heap : 198 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
654.81/666.40	c 667	SAT : 9556516 SAT variables, 97190752 SAT clauses, 2544451253 bytes
654.81/666.40	c 667	Heap : 198 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
654.95/666.51	c 667	SOLVING HOME/temp.cnf
654.95/666.51	c 667	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
654.98/666.76	c 667	This is MiniSat 2.0 beta
654.98/666.76	c 667	WARNING: for repeatability, setting FPU to use double precision
654.98/666.76	c 667	ERROR! Could not open file: HOME/temp.cnf
654.98/666.76	c 667	DECODING HOME/temp.out WITH HOME/temp.map
654.98/666.76	c ERROR no output file HOME/temp.out
654.98/666.76	s UNKNOWN
654.98/666.76	c 667	CPU 654.99 (0.06 0.02 640.08 14.83)
654.98/666.76	c 667	END Sun Jul 12 07:37:04 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-2082995-1247376357/watcher-2082995-1247376357 -o /tmp/evaluation-result-2082995-1247376357/solver-2082995-1247376357 -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-2082995-1247376357.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.21 2.08 2.02 4/82 26292
/proc/meminfo: memFree=1723688/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=12272 CPUtime=0
/proc/26292/stat : 26292 (sugar) R 26290 26292 19891 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24700687 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 0 0 0
/proc/26292/statm: 3068 327 246 3 0 168 0

[startup+0.1029 s]
/proc/loadavg: 2.21 2.08 2.02 4/82 26292
/proc/meminfo: memFree=1723688/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=0.06
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201915 s]
/proc/loadavg: 2.21 2.08 2.02 4/82 26292
/proc/meminfo: memFree=1723688/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=0.06
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301933 s]
/proc/loadavg: 2.21 2.08 2.02 4/82 26292
/proc/meminfo: memFree=1723688/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=0.06
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702009 s]
/proc/loadavg: 2.21 2.08 2.02 4/82 26292
/proc/meminfo: memFree=1723688/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=0.06
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 2.19 2.08 2.02 3/93 26304
/proc/meminfo: memFree=1682704/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=0.06
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26295] ppid=26292 vsize=5356 CPUtime=0
/proc/26295/stat : 26295 (sh) S 26292 26292 19891 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 24700695 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26295/statm: 1339 233 193 169 0 50 0
[pid=26296] ppid=26295 vsize=864760 CPUtime=1.41
/proc/26296/stat : 26296 (java) S 26295 26292 19891 0 -1 0 18088 0 1 0 134 7 0 0 20 0 9 0 24700695 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26296/statm: 216190 15147 2556 9 0 210702 0
[pid=26296/tid=26297] ppid=26295 vsize=864760 CPUtime=0.62
/proc/26296/task/26297/stat : 26297 (java) R 26295 26292 19891 0 -1 64 3059 0 1 0 60 2 0 0 25 0 9 0 24700696 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26298] ppid=26295 vsize=864760 CPUtime=0.65
/proc/26296/task/26298/stat : 26298 (java) S 26295 26292 19891 0 -1 64 13808 0 0 0 61 4 0 0 17 0 9 0 24700697 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26299] ppid=26295 vsize=864760 CPUtime=0
/proc/26296/task/26299/stat : 26299 (java) S 26295 26292 19891 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24700697 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26300] ppid=26295 vsize=864760 CPUtime=0
/proc/26296/task/26300/stat : 26300 (java) S 26295 26292 19891 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24700697 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26301] ppid=26295 vsize=864760 CPUtime=0
/proc/26296/task/26301/stat : 26301 (java) S 26295 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24700699 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26302] ppid=26295 vsize=864760 CPUtime=0.11
/proc/26296/task/26302/stat : 26302 (java) S 26295 26292 19891 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 24700699 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26303] ppid=26295 vsize=864760 CPUtime=0
/proc/26296/task/26303/stat : 26303 (java) S 26295 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24700699 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26296/tid=26304] ppid=26295 vsize=864760 CPUtime=0
/proc/26296/task/26304/stat : 26304 (java) S 26295 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700700 885514240 15147 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886984

[startup+3.10246 s]
/proc/loadavg: 2.19 2.08 2.02 3/93 26314
/proc/meminfo: memFree=1709712/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1309 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868536 CPUtime=1.12
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 10422 0 1 0 107 5 0 0 19 0 9 0 24700883 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217134 9319 2569 9 0 211639 0
[pid=26306/tid=26307] ppid=26305 vsize=868536 CPUtime=0.67
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 2718 0 1 0 66 1 0 0 25 0 9 0 24700884 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868536 CPUtime=0.28
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 5548 0 0 0 27 1 0 0 16 0 9 0 24700885 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24700885 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868536 CPUtime=0.14
/proc/26306/task/26312/stat : 26312 (java) R 26305 26292 19891 0 -1 64 1453 0 0 0 13 1 0 0 16 0 9 0 24700887 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 101714610 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) R 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889380864 9319 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890760

[startup+6.30206 s]
/proc/loadavg: 2.18 2.08 2.02 3/93 26314
/proc/meminfo: memFree=1685776/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1309 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868536 CPUtime=4.29
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 12407 0 1 0 421 8 0 0 19 0 9 0 24700883 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217134 11101 2571 9 0 211639 0
[pid=26306/tid=26307] ppid=26305 vsize=868536 CPUtime=3.53
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 2928 0 1 0 351 2 0 0 25 0 9 0 24700884 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4126501352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868536 CPUtime=0.53
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 7294 0 0 0 50 3 0 0 16 0 9 0 24700885 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24700885 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868536 CPUtime=0.19
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1482 0 0 0 18 1 0 0 15 0 9 0 24700887 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868536 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889380864 11101 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890760

[startup+12.7023 s]
/proc/loadavg: 2.16 2.08 2.02 3/93 26314
/proc/meminfo: memFree=1670480/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1309 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868620 CPUtime=10.62
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 21917 0 1 0 1047 15 0 0 19 0 9 0 24700883 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217155 15085 2569 9 0 211660 0
[pid=26306/tid=26307] ppid=26305 vsize=868620 CPUtime=9.22
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 3336 0 1 0 919 3 0 0 25 0 9 0 24700884 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4126502687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868620 CPUtime=1.17
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 16396 0 0 0 107 10 0 0 16 0 9 0 24700885 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24700885 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868620 CPUtime=0.2
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1482 0 0 0 19 1 0 0 15 0 9 0 24700887 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889466880 15085 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890844

[startup+25.5026 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 26314
/proc/meminfo: memFree=1629776/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1309 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868620 CPUtime=23.28
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 39524 0 1 0 2301 27 0 0 19 0 9 0 24700883 889466880 24722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217155 24722 2569 9 0 211660 0
[pid=26306/tid=26307] ppid=26305 vsize=868620 CPUtime=20.35
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 4369 0 1 0 2030 5 0 0 25 0 9 0 24700884 889466880 24722 996147200 134512640 134550932 4294955936 18446744073709551615 4126502666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868620 CPUtime=2.69
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 32964 0 0 0 250 19 0 0 16 0 9 0 24700885 889466880 24722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889466880 24722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868620 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24700885 889466880 24722 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868620 CPUtime=0

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

[pid=26306/tid=26312] ppid=26305 vsize=868732 CPUtime=0.29
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1541 0 0 0 28 1 0 0 16 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 575.83
Current children cumulated vsize (KiB) 890956

[startup+642.302 s]
/proc/loadavg: 2.94 2.62 2.29 3/93 26314
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1310 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868732 CPUtime=632.09
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 84208 0 1 0 61803 1406 0 0 19 0 9 0 24700883 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217183 62776 2593 9 0 211660 0
[pid=26306/tid=26307] ppid=26305 vsize=868732 CPUtime=620.49
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 9285 0 1 0 60704 1345 0 0 25 0 9 0 24700884 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4127072659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868732 CPUtime=11.28
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 72679 0 0 0 1070 58 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868732 CPUtime=0.29
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1541 0 0 0 28 1 0 0 16 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 634.01
Current children cumulated vsize (KiB) 890956

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

[startup+652.802 s]
/proc/loadavg: 2.95 2.63 2.30 3/93 26314
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1310 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868732 CPUtime=641.82
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 84256 0 1 0 62745 1437 0 0 19 0 9 0 24700883 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217183 62776 2593 9 0 211660 0
[pid=26306/tid=26307] ppid=26305 vsize=868732 CPUtime=630.16
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 9333 0 1 0 61640 1376 0 0 25 0 9 0 24700884 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4126577427 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868732 CPUtime=11.33
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 72679 0 0 0 1075 58 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868732 CPUtime=0.29
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1541 0 0 0 28 1 0 0 16 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 643.74
Current children cumulated vsize (KiB) 890956

[startup+659.203 s]
/proc/loadavg: 2.95 2.64 2.30 4/93 26314
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1310 19002 0 1 5 1 176 10 16 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868732 CPUtime=648.09
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 84286 0 1 0 63355 1454 0 0 19 0 9 0 24700883 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217183 62776 2593 9 0 211660 0
[pid=26306/tid=26307] ppid=26305 vsize=868732 CPUtime=636.4
/proc/26306/task/26307/stat : 26307 (java) R 26305 26292 19891 0 -1 64 9363 0 1 0 62247 1393 0 0 25 0 9 0 24700884 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4126984996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868732 CPUtime=11.37
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 72679 0 0 0 1079 58 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868732 CPUtime=0.29
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1541 0 0 0 28 1 0 0 16 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889581568 62776 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 650.01
Current children cumulated vsize (KiB) 890956

[startup+665.607 s]
/proc/loadavg: 2.96 2.65 2.31 2/93 26314
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=1.92
/proc/26292/stat : 26292 (sugar) S 26290 26292 19891 0 -1 4194304 1310 19002 0 1 5 1 176 10 15 0 1 0 24700687 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26292/statm: 4217 1111 409 3 0 796 0
[pid=26305] ppid=26292 vsize=5356 CPUtime=0
/proc/26305/stat : 26305 (sh) S 26292 26292 19891 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24700883 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26305/statm: 1339 233 193 169 0 50 0
[pid=26306] ppid=26305 vsize=868732 CPUtime=652.79
/proc/26306/stat : 26306 (java) S 26305 26292 19891 0 -1 0 84317 0 1 0 63813 1466 0 0 19 0 9 0 24700883 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26306/statm: 217183 62782 2593 9 0 211660 0
[pid=26306/tid=26307] ppid=26305 vsize=868732 CPUtime=641.06
/proc/26306/task/26307/stat : 26307 (java) D 26305 26292 19891 0 -1 64 9391 0 1 0 62702 1404 0 0 20 0 9 0 24700884 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=26306/tid=26308] ppid=26305 vsize=868732 CPUtime=11.4
/proc/26306/task/26308/stat : 26308 (java) S 26305 26292 19891 0 -1 64 72679 0 0 0 1081 59 0 0 16 0 9 0 24700885 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26309] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26309/stat : 26309 (java) S 26305 26292 19891 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26310] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26310/stat : 26310 (java) S 26305 26292 19891 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24700885 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26311] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26311/stat : 26311 (java) S 26305 26292 19891 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24700887 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26312] ppid=26305 vsize=868732 CPUtime=0.3
/proc/26306/task/26312/stat : 26312 (java) S 26305 26292 19891 0 -1 64 1544 0 0 0 29 1 0 0 16 0 9 0 24700887 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26306/tid=26313] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26313/stat : 26313 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24700887 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26306/tid=26314] ppid=26305 vsize=868732 CPUtime=0
/proc/26306/task/26314/stat : 26314 (java) S 26305 26292 19891 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24700887 889581568 62782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 654.71
Current children cumulated vsize (KiB) 890956

[startup+667.201 s]
/proc/loadavg: 2.96 2.65 2.31 3/84 26315
/proc/meminfo: memFree=257560/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=655.42
/proc/26292/stat : 26292 (sugar) R 26290 26292 19891 0 -1 4194304 1419 103988 0 9 6 45 64008 1483 19 0 1 0 24700687 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26292/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 655.42
Current children cumulated vsize (KiB) 16868

[startup+668.801 s]
/proc/loadavg: 2.96 2.65 2.31 2/83 26316
/proc/meminfo: memFree=1925024/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=655.86
/proc/26292/stat : 26292 (sugar) D 26290 26292 19891 0 -1 4194304 1419 103988 0 9 6 89 64008 1483 18 0 1 0 24700687 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26292/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 655.86
Current children cumulated vsize (KiB) 16868

[startup+669.202 s]
/proc/loadavg: 2.96 2.65 2.31 2/83 26316
/proc/meminfo: memFree=1925024/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=655.87
/proc/26292/stat : 26292 (sugar) D 26290 26292 19891 0 -1 4194304 1419 103988 0 9 6 90 64008 1483 18 0 1 0 24700687 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26292/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 655.87
Current children cumulated vsize (KiB) 16868

[startup+669.402 s]
/proc/loadavg: 2.96 2.65 2.31 2/83 26316
/proc/meminfo: memFree=1925024/2055920 swapFree=4192812/4192956
[pid=26292] ppid=26290 vsize=16868 CPUtime=655.88
/proc/26292/stat : 26292 (sugar) D 26290 26292 19891 0 -1 4194304 1419 103988 0 9 6 91 64008 1483 18 0 1 0 24700687 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26292/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 655.88
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 669.423
CPU time (s): 655.899
CPU user time (s): 640.155
CPU system time (s): 15.7446
CPU usage (%): 97.9798
Max. virtual memory (cumulated for all children) (KiB): 901596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 640.155
system time used= 15.7446
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105468
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49742
involuntary context switches= 49699

runsolver used 0.834873 second user time and 2.26066 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 07:25:57
IDJOB=2082995
IDBENCH=57668
IDSOLVER=739
FILE ID=node82/2082995-1247376357
PBS_JOBID= 9506983
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp22/normalized-fapp22-1750-9.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-2082995-1247376357/watcher-2082995-1247376357 -o /tmp/evaluation-result-2082995-1247376357/solver-2082995-1247376357 -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-2082995-1247376357.xml

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

MD5SUM BENCH= 7c8eb97a2deab43c8771e25856b5f843
RANDOM SEED=1268324274

node82.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724168 kB
Buffers:         48644 kB
Cached:         178204 kB
SwapCached:          0 kB
Active:         178408 kB
Inactive:        87712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5788 kB
Writeback:           0 kB
Mapped:          57688 kB
Slab:            50740 kB
Committed_AS:   224916 kB
PageTables:       1880 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66184 MiB
End job on node82 at 2009-07-12 07:37:07