Trace number 2083226

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? 274.732 299.955

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.9816
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.05/0.21	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.23	c 0	BEGIN Sun Jul 12 07:36:04 2009
0.05/0.23	c 0	PID 26471
0.05/0.24	c 0	HOST node35.alineos.net
0.05/0.24	c 0	CONVERTING HOME/instance-2083226-1247376963.xml TO HOME/temp.csp
0.05/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083226-1247376963.xml' 'HOME/temp.csp'
1.53/1.90	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.62/1.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.93	c 1	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.64/2.01	c 1	Parsing HOME/temp.csp
1.79/2.20	c 2	parsed 10000 expressions
2.09/2.42	c 2	parsed 20000 expressions
2.09/2.50	c 2	parsed 26930 expressions
2.19/2.51	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.51	c 2	Converting to clausal form CSP
4.15/4.60	c 4	converted 2693 (10%) expressions
7.51/7.99	c 7	converted 5386 (20%) expressions
10.38/10.84	c 10	converted 8079 (30%) expressions
13.45/13.97	c 13	converted 10772 (40%) expressions
16.11/16.60	c 16	converted 13465 (50%) expressions
19.07/19.67	c 19	converted 16158 (60%) expressions
21.37/21.93	c 21	converted 18851 (70%) expressions
23.57/24.11	c 24	converted 21544 (80%) expressions
25.56/26.10	c 26	converted 24237 (90%) expressions
27.46/28.08	c 28	converted 26930 (100%) expressions
27.46/28.09	c 28	CSP : 4456 integers, 73511 booleans, 158850 clauses, largest domain size 2737
27.46/28.09	c 28	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.46/28.09	c 28	Propagation in CSP
28.95/29.56	c 29	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.95/29.56	c 29	CSP : 4456 integers, 73511 booleans, 158850 clauses, largest domain size 2737
28.95/29.56	c 29	Heap : 102 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.05/29.61	c 29	Simplifing CSP by introducing new Boolean variables
30.05/30.65	c 30	CSP : 4456 integers, 128801 booleans, 214140 clauses, largest domain size 2737
30.05/30.65	c 30	Heap : 119 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.75/31.37	c 31	Encoding CSP to SAT : HOME/temp.cnf
33.42/34.07	c 33	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
36.02/36.70	c 36	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
38.91/39.63	c 39	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
40.88/41.60	c 41	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
42.25/43.07	c 42	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
43.63/44.45	c 44	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
45.02/45.82	c 45	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
46.29/47.19	c 47	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
47.68/48.59	c 48	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
49.15/50.00	c 49	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
72.61/74.06	c 73	21414 (10%) CSP clauses are encoded (15054475 clauses, 335721013 bytes)
94.99/96.81	c 96	42828 (20%) CSP clauses are encoded (22312456 clauses, 530921851 bytes)
118.50/121.86	c 121	64242 (30%) CSP clauses are encoded (29615702 clauses, 728233254 bytes)
140.80/144.64	c 144	85656 (40%) CSP clauses are encoded (36926284 clauses, 926070015 bytes)
162.91/183.33	c 183	107070 (50%) CSP clauses are encoded (44109145 clauses, 1121367814 bytes)
185.20/206.31	c 206	128484 (60%) CSP clauses are encoded (51680972 clauses, 1327774889 bytes)
206.99/228.50	c 228	149898 (70%) CSP clauses are encoded (59358235 clauses, 1537240546 bytes)
228.89/250.67	c 250	171312 (80%) CSP clauses are encoded (66915598 clauses, 1743989486 bytes)
251.73/274.06	c 273	192726 (90%) CSP clauses are encoded (74956685 clauses, 1963652158 bytes)
273.88/296.67	c 296	214140 (100%) CSP clauses are encoded (82738791 clauses, 2176775422 bytes)
273.95/296.73	c 296	214140 CSP clauses encoded
273.95/296.75	c 296	Writing map file : HOME/temp.map
274.02/297.06	c 296	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
274.02/297.06	c 296	SAT : 8144612 SAT variables, 82738791 SAT clauses, 2176775422 bytes
274.02/297.06	c 296	Heap : 96 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
274.13/297.20	c 297	SOLVING HOME/temp.cnf
274.13/297.21	c 297	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
274.13/297.25	c 297	This is MiniSat 2.0 beta
274.13/297.25	c 297	WARNING: for repeatability, setting FPU to use double precision
274.13/297.25	c 297	ERROR! Could not open file: HOME/temp.cnf
274.13/297.25	c 297	DECODING HOME/temp.out WITH HOME/temp.map
274.13/297.25	c ERROR no output file HOME/temp.out
274.13/297.25	s UNKNOWN
274.13/297.25	c 297	CPU 274.13 (0.07 0.02 259.81 14.23)
274.13/297.25	c 297	END Sun Jul 12 07:41:01 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-2083226-1247376963/watcher-2083226-1247376963 -o /tmp/evaluation-result-2083226-1247376963/solver-2083226-1247376963 -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-2083226-1247376963.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.20 2.25 2.11 4/82 26471
/proc/meminfo: memFree=997304/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=18576 CPUtime=0
/proc/26471/stat : 26471 (runsolver) R 26469 26471 21537 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24762735 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26471/statm: 4644 284 249 26 0 2626 0

[startup+0.030674 s]
/proc/loadavg: 2.20 2.25 2.11 4/82 26471
/proc/meminfo: memFree=997304/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=12268 CPUtime=0
/proc/26471/stat : 26471 (sugar) D 26469 26471 21537 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24762735 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/26471/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102681 s]
/proc/loadavg: 2.20 2.25 2.11 4/82 26471
/proc/meminfo: memFree=997304/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=12940 CPUtime=0.02
/proc/26471/stat : 26471 (sugar) R 26469 26471 21537 0 -1 4194304 609 0 0 0 2 0 0 0 18 0 1 0 24762735 13250560 577 996147200 4194304 4206940 548682068608 18446744073709551615 266152039852 0 0 4224 0 0 0 0 17 1 0 0
/proc/26471/statm: 3235 577 316 3 0 335 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12940

[startup+0.301703 s]
/proc/loadavg: 2.20 2.25 2.11 4/82 26471
/proc/meminfo: memFree=997304/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=0.07
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701748 s]
/proc/loadavg: 2.20 2.25 2.11 4/82 26471
/proc/meminfo: memFree=997304/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=0.07
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 2.26 2.26 2.12 4/93 26483
/proc/meminfo: memFree=960032/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=0.07
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1227 128 0 0 6 1 0 0 18 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26474] ppid=26471 vsize=5356 CPUtime=0
/proc/26474/stat : 26474 (sh) S 26471 26471 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24762760 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26474/statm: 1339 233 193 169 0 50 0
[pid=26475] ppid=26474 vsize=865780 CPUtime=1.15
/proc/26475/stat : 26475 (java) S 26474 26471 21537 0 -1 0 14529 0 1 0 107 8 0 0 18 0 9 0 24762760 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26475/statm: 216445 12559 2556 9 0 210957 0
[pid=26475/tid=26476] ppid=26474 vsize=865780 CPUtime=0.56
/proc/26475/task/26476/stat : 26476 (java) R 26474 26471 21537 0 -1 64 3065 0 1 0 54 2 0 0 18 0 9 0 24762764 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26475/tid=26477] ppid=26474 vsize=865780 CPUtime=0.44
/proc/26475/task/26477/stat : 26477 (java) S 26474 26471 21537 0 -1 64 10246 0 0 0 40 4 0 0 16 0 9 0 24762768 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26475/tid=26478] ppid=26474 vsize=865780 CPUtime=0
/proc/26475/task/26478/stat : 26478 (java) S 26474 26471 21537 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24762768 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26475/tid=26479] ppid=26474 vsize=865780 CPUtime=0
/proc/26475/task/26479/stat : 26479 (java) S 26474 26471 21537 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24762768 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26475/tid=26480] ppid=26474 vsize=865780 CPUtime=0
/proc/26475/task/26480/stat : 26480 (java) S 26474 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 24762770 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26475/tid=26481] ppid=26474 vsize=865780 CPUtime=0.11
/proc/26475/task/26481/stat : 26481 (java) R 26474 26471 21537 0 -1 64 512 0 0 0 11 0 0 0 16 0 9 0 24762770 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 101781904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26475/tid=26482] ppid=26474 vsize=865780 CPUtime=0
/proc/26475/task/26482/stat : 26482 (java) S 26474 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 24762770 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26475/tid=26483] ppid=26474 vsize=865780 CPUtime=0
/proc/26475/task/26483/stat : 26483 (java) S 26474 26471 21537 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 24762771 886558720 12559 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 888004

[startup+3.10301 s]
/proc/loadavg: 2.26 2.26 2.12 5/93 26493
/proc/meminfo: memFree=962464/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.64
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1309 15518 0 1 6 1 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868552 CPUtime=1.14
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 9280 0 1 0 107 7 0 0 19 0 9 0 24762929 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217138 8385 2569 9 0 211643 0
[pid=26485/tid=26486] ppid=26484 vsize=868552 CPUtime=0.74
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 2619 0 1 0 71 3 0 0 21 0 9 0 24762930 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4126447684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868552 CPUtime=0.22
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 4494 0 0 0 20 2 0 0 16 0 9 0 24762931 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868552 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868552 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24762931 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868552 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868552 CPUtime=0.16
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1464 0 0 0 15 1 0 0 16 0 9 0 24762933 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868552 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868552 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889397248 8385 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 890776

[startup+6.30237 s]
/proc/loadavg: 2.26 2.26 2.12 3/93 26493
/proc/meminfo: memFree=902112/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.64
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1309 15518 0 1 6 1 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868636 CPUtime=4.29
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 12045 0 1 0 418 11 0 0 19 0 9 0 24762929 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217159 10830 2567 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868636 CPUtime=3.48
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 2954 0 1 0 344 4 0 0 25 0 9 0 24762930 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4126447684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868636 CPUtime=0.59
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 6910 0 0 0 54 5 0 0 16 0 9 0 24762931 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868636 CPUtime=0.19
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1478 0 0 0 18 1 0 0 15 0 9 0 24762933 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889483264 10830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 890860

[startup+12.7021 s]
/proc/loadavg: 2.22 2.25 2.11 3/93 26493
/proc/meminfo: memFree=804896/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.64
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1309 15518 0 1 6 1 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868636 CPUtime=10.61
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 22277 0 1 0 1040 21 0 0 19 0 9 0 24762929 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217159 16632 2568 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868636 CPUtime=8.76
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 3651 0 1 0 870 6 0 0 25 0 9 0 24762930 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4126447791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868636 CPUtime=1.61
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 16439 0 0 0 149 12 0 0 16 0 9 0 24762931 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868636 CPUtime=0.19
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1484 0 0 0 18 1 0 0 17 0 9 0 24762933 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889483264 16632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890860

[startup+25.5025 s]
/proc/loadavg: 2.27 2.26 2.12 3/93 26493
/proc/meminfo: memFree=609056/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.64
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1309 15518 0 1 6 1 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868636 CPUtime=23.32
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 37800 0 1 0 2298 34 0 0 19 0 9 0 24762929 889483264 29967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217159 29967 2568 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868636 CPUtime=19.93
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 4363 0 1 0 1984 9 0 0 25 0 9 0 24762930 889483264 29967 996147200 134512640 134550932 4294955936 18446744073709551615 4126511956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868636 CPUtime=3.16
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 31246 0 0 0 294 22 0 0 16 0 9 0 24762931 889483264 29967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889483264 29967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868636 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889483264 29967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868636 CPUtime=0

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

[pid=26485/tid=26491] ppid=26484 vsize=868748 CPUtime=0.28
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.16
Current children cumulated vsize (KiB) 890972

[startup+222.302 s]
/proc/loadavg: 3.57 2.67 2.28 3/93 26588
/proc/meminfo: memFree=1036008/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.66
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1310 15518 0 1 7 2 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868748 CPUtime=199.33
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 51849 0 1 0 18955 978 0 0 19 0 9 0 24762929 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217187 39300 2593 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868748 CPUtime=192.11
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 8017 0 1 0 18282 929 0 0 25 0 9 0 24762930 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4127055107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868748 CPUtime=6.89
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 41594 0 0 0 644 45 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868748 CPUtime=0.28
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.99
Current children cumulated vsize (KiB) 890972

[startup+282.303 s]
/proc/loadavg: 3.31 2.76 2.33 3/85 26590
/proc/meminfo: memFree=15336/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.66
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1310 15518 0 1 7 2 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868748 CPUtime=258.2
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 52864 0 1 0 24497 1323 0 0 19 0 9 0 24762929 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217187 39300 2593 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868748 CPUtime=250.28
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 9032 0 1 0 23760 1268 0 0 25 0 9 0 24762930 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4127060680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868748 CPUtime=7.61
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 41594 0 0 0 709 52 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868748 CPUtime=0.28
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 259.86
Current children cumulated vsize (KiB) 890972

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

[startup+288.103 s]
/proc/loadavg: 3.29 2.76 2.33 2/81 26600
/proc/meminfo: memFree=1042568/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.66
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1310 15518 0 1 7 2 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868748 CPUtime=263.89
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 52965 0 1 0 25029 1360 0 0 19 0 9 0 24762929 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217187 39300 2593 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868748 CPUtime=255.89
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 9133 0 1 0 24285 1304 0 0 22 0 9 0 24762930 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4126851543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868748 CPUtime=7.68
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 41594 0 0 0 715 53 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868748 CPUtime=0.28
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.55
Current children cumulated vsize (KiB) 890972

[startup+294.502 s]
/proc/loadavg: 3.35 2.78 2.34 3/83 26627
/proc/meminfo: memFree=970936/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=1.66
/proc/26471/stat : 26471 (sugar) S 26469 26471 21537 0 -1 4194304 1310 15518 0 1 7 2 146 11 16 0 1 0 24762735 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26471/statm: 4217 1111 409 3 0 796 0
[pid=26484] ppid=26471 vsize=5356 CPUtime=0
/proc/26484/stat : 26484 (sh) S 26471 26471 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24762929 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26484/statm: 1339 233 193 169 0 50 0
[pid=26485] ppid=26484 vsize=868748 CPUtime=270.17
/proc/26485/stat : 26485 (java) S 26484 26471 21537 0 -1 0 53067 0 1 0 25622 1395 0 0 19 0 9 0 24762929 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26485/statm: 217187 39300 2593 9 0 211664 0
[pid=26485/tid=26486] ppid=26484 vsize=868748 CPUtime=262.09
/proc/26485/task/26486/stat : 26486 (java) R 26484 26471 21537 0 -1 64 9235 0 1 0 24871 1338 0 0 25 0 9 0 24762930 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4127056647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26487] ppid=26484 vsize=868748 CPUtime=7.76
/proc/26485/task/26487/stat : 26487 (java) S 26484 26471 21537 0 -1 64 41594 0 0 0 722 54 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26488] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26488/stat : 26488 (java) S 26484 26471 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26489] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26489/stat : 26489 (java) S 26484 26471 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24762931 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26490] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26490/stat : 26490 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26491] ppid=26484 vsize=868748 CPUtime=0.28
/proc/26485/task/26491/stat : 26491 (java) S 26484 26471 21537 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26485/tid=26492] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26492/stat : 26492 (java) S 26484 26471 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26485/tid=26493] ppid=26484 vsize=868748 CPUtime=0
/proc/26485/task/26493/stat : 26493 (java) S 26484 26471 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24762933 889597952 39300 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 271.83
Current children cumulated vsize (KiB) 890972

[startup+297.724 s]
/proc/loadavg: 3.32 2.78 2.35 3/76 26627
/proc/meminfo: memFree=1085688/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=274.57
/proc/26471/stat : 26471 (sugar) D 26469 26471 21537 0 -1 4194304 1419 69291 0 8 7 46 25981 1423 19 0 1 0 24762735 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26471/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 274.57
Current children cumulated vsize (KiB) 16868

[startup+299.303 s]
/proc/loadavg: 3.32 2.78 2.35 2/73 26629
/proc/meminfo: memFree=1937288/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=274.68
/proc/26471/stat : 26471 (sugar) D 26469 26471 21537 0 -1 4194304 1419 69291 0 8 7 57 25981 1423 18 0 1 0 24762735 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26471/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 274.68
Current children cumulated vsize (KiB) 16868

[startup+299.702 s]
/proc/loadavg: 3.32 2.78 2.35 2/73 26629
/proc/meminfo: memFree=1937288/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=274.69
/proc/26471/stat : 26471 (sugar) D 26469 26471 21537 0 -1 4194304 1419 69291 0 8 7 58 25981 1423 18 0 1 0 24762735 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26471/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 274.69
Current children cumulated vsize (KiB) 16868

[startup+299.902 s]
/proc/loadavg: 3.32 2.78 2.35 2/73 26629
/proc/meminfo: memFree=1937288/2055920 swapFree=4192812/4192956
[pid=26471] ppid=26469 vsize=16868 CPUtime=274.7
/proc/26471/stat : 26471 (sugar) D 26469 26471 21537 0 -1 4194304 1419 69291 0 8 7 59 25981 1423 18 0 1 0 24762735 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26471/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 274.7
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 299.955
CPU time (s): 274.732
CPU user time (s): 259.891
CPU system time (s): 14.8407
CPU usage (%): 91.5912
Max. virtual memory (cumulated for all children) (KiB): 896240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 259.891
system time used= 14.8407
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70770
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51177
involuntary context switches= 53108

runsolver used 0.438933 second user time and 1.05484 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 07:36:03
IDJOB=2083226
IDBENCH=57745
IDSOLVER=739
FILE ID=node35/2083226-1247376963
PBS_JOBID= 9507005
Free space on /tmp= 65616 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.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-2083226-1247376963/watcher-2083226-1247376963 -o /tmp/evaluation-result-2083226-1247376963/solver-2083226-1247376963 -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-2083226-1247376963.xml

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

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=387400925

node35.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.213
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.213
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:        997976 kB
Buffers:          4240 kB
Cached:         738048 kB
SwapCached:          0 kB
Active:         816020 kB
Inactive:       165700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        997976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           69808 kB
Writeback:           0 kB
Mapped:         260744 kB
Slab:            60980 kB
Committed_AS:   578384 kB
PageTables:       2380 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= 66300 MiB
End job on node35 at 2009-07-12 07:41:03