Trace number 1112901

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 726.581 735.015

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-3.xml
MD5SUMe300dafa26bcab4445d58a8b5c31c7b7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints439
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 17:08:29 2008
0.00/0.08	c 0	PID 18437
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1112901-1215875309.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112901-1215875309.xml' 'HOME/temp.csp'
1.74/1.80	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.74/1.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.81	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.74/1.89	c 2	Parsing HOME/temp.csp
2.22/2.33	c 3	parsed 10000 expressions
2.52/2.64	c 3	parsed 20000 expressions
2.61/2.73	c 3	parsed 23592 expressions
2.61/2.74	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.95	c 3	MAX CSP: 22067 constraints
2.81/2.95	c 3	Converting to clausal form CSP
6.57/6.79	c 7	converted 4567 (10%) expressions
11.51/11.71	c 12	converted 9133 (20%) expressions
15.67/15.94	c 16	converted 13699 (30%) expressions
19.73/20.05	c 20	converted 18265 (40%) expressions
24.19/24.55	c 25	converted 22831 (50%) expressions
28.15/28.52	c 29	converted 27398 (60%) expressions
32.01/32.40	c 33	converted 31964 (70%) expressions
35.76/36.22	c 37	converted 36530 (80%) expressions
40.02/40.57	c 41	converted 41096 (90%) expressions
45.66/46.27	c 47	converted 45662 (100%) expressions
45.66/46.28	c 47	CSP : 48089 integers, 85875 booleans, 203420 clauses, largest domain size 33101
45.66/46.28	c 47	Heap : 139 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.66/46.28	c 47	Propagation in CSP
50.11/50.79	c 51	22059 values, 0 unsatisfiable literals, and 0 valid clauses are removed
50.20/50.80	c 51	CSP : 48089 integers, 85875 booleans, 203420 clauses, largest domain size 22068
50.20/50.80	c 51	Heap : 147 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.20/50.85	c 51	Simplifing CSP by introducing new Boolean variables
51.49/52.19	c 52	CSP : 48089 integers, 133279 booleans, 250824 clauses, largest domain size 22068
51.49/52.19	c 52	Heap : 155 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
52.48/53.12	c 53	Encoding CSP to SAT : HOME/temp.cnf
79.12/80.05	c 80	4809 (10%) CSP integer variables are encoded (2817177 clauses, 51307991 bytes)
80.91/81.83	c 82	9618 (20%) CSP integer variables are encoded (4196089 clauses, 77507319 bytes)
82.17/83.10	c 83	14427 (30%) CSP integer variables are encoded (5151260 clauses, 95655568 bytes)
83.12/84.27	c 85	19236 (40%) CSP integer variables are encoded (5947698 clauses, 110787890 bytes)
83.42/84.58	c 85	24045 (50%) CSP integer variables are encoded (6182957 clauses, 115257811 bytes)
83.52/84.67	c 85	28854 (60%) CSP integer variables are encoded (6245480 clauses, 116445748 bytes)
83.62/84.75	c 85	33663 (70%) CSP integer variables are encoded (6298942 clauses, 117461526 bytes)
83.72/84.84	c 85	38472 (80%) CSP integer variables are encoded (6367514 clauses, 118764394 bytes)
83.82/84.92	c 85	43281 (90%) CSP integer variables are encoded (6423726 clauses, 119832422 bytes)
84.22/85.39	c 86	48089 (100%) CSP integer variables are encoded (6779219 clauses, 126586789 bytes)
235.68/238.64	c 239	25083 (10%) CSP clauses are encoded (20625835 clauses, 466306602 bytes)
329.84/334.09	c 334	50165 (20%) CSP clauses are encoded (31153727 clauses, 738988363 bytes)
421.91/427.35	c 428	75248 (30%) CSP clauses are encoded (41582427 clauses, 1009577322 bytes)
496.34/502.52	c 503	100330 (40%) CSP clauses are encoded (50734519 clauses, 1252634304 bytes)
569.00/575.57	c 576	125412 (50%) CSP clauses are encoded (60349806 clauses, 1507614478 bytes)
631.44/638.32	c 639	150495 (60%) CSP clauses are encoded (69174212 clauses, 1745140604 bytes)
686.12/693.42	c 694	175577 (70%) CSP clauses are encoded (77407597 clauses, 1969776188 bytes)
725.62/733.24	c 734	ERROR Exception Too large HOME/temp.cnf
725.62/733.24	c 734	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
725.62/733.24	c 734	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
725.62/733.24	c 734	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
725.62/733.24	s UNKNOWN
725.70/733.40	c 734	CPU 712.82 (0.06 0.01 712.76 12.87)
725.70/733.40	c 734	END Sat Jul 12 17:20:43 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112901-1215875309/watcher-1112901-1215875309 -o /tmp/evaluation-result-1112901-1215875309/solver-1112901-1215875309 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112901-1215875309.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18437
/proc/meminfo: memFree=1885208/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=18572 CPUtime=0
/proc/18437/stat : 18437 (runsolver) R 18435 18437 16399 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 44234149 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18437/statm: 4643 292 257 25 0 2626 0

[startup+0.105895 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18437
/proc/meminfo: memFree=1885208/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=0.06
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202911 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18437
/proc/meminfo: memFree=1885208/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=0.06
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302925 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18437
/proc/meminfo: memFree=1885208/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=0.06
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.703003 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18437
/proc/meminfo: memFree=1885208/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=0.06
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50115 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 18449
/proc/meminfo: memFree=1856832/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=0.06
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18440] ppid=18437 vsize=5356 CPUtime=0
/proc/18440/stat : 18440 (sh) S 18437 18437 16399 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44234157 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18440/statm: 1339 233 193 169 0 50 0
[pid=18441] ppid=18440 vsize=864696 CPUtime=1.38
/proc/18441/stat : 18441 (java) S 18440 18437 16399 0 -1 0 13657 0 1 0 131 7 0 0 18 0 9 0 44234158 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18441/statm: 216174 11699 2529 9 0 210756 0
[pid=18441/tid=18442] ppid=18440 vsize=864696 CPUtime=0.79
/proc/18441/task/18442/stat : 18442 (java) R 18440 18437 16399 0 -1 64 3007 0 1 0 77 2 0 0 24 0 9 0 44234159 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18443] ppid=18440 vsize=864696 CPUtime=0.44
/proc/18441/task/18443/stat : 18443 (java) S 18440 18437 16399 0 -1 64 9442 0 0 0 40 4 0 0 16 0 9 0 44234160 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18444] ppid=18440 vsize=864696 CPUtime=0
/proc/18441/task/18444/stat : 18444 (java) S 18440 18437 16399 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44234160 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18445] ppid=18440 vsize=864696 CPUtime=0
/proc/18441/task/18445/stat : 18445 (java) S 18440 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44234160 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18446] ppid=18440 vsize=864696 CPUtime=0
/proc/18441/task/18446/stat : 18446 (java) S 18440 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234162 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18447] ppid=18440 vsize=864696 CPUtime=0.13
/proc/18441/task/18447/stat : 18447 (java) R 18440 18437 16399 0 -1 64 508 0 0 0 13 0 0 0 16 0 9 0 44234162 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 102302688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18448] ppid=18440 vsize=864696 CPUtime=0
/proc/18441/task/18448/stat : 18448 (java) S 18440 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234162 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18441/tid=18449] ppid=18440 vsize=864696 CPUtime=0
/proc/18441/task/18449/stat : 18449 (java) S 18440 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234162 885448704 11699 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886792

[startup+3.10245 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 18459
/proc/meminfo: memFree=1872512/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.75
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 5 1 160 9 15 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=864264 CPUtime=1.26
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 9693 0 1 0 122 4 0 0 18 0 9 0 44234331 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 216066 8638 2543 9 0 210641 0
[pid=18451/tid=18452] ppid=18450 vsize=864264 CPUtime=0.75
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 2805 0 1 0 74 1 0 0 19 0 9 0 44234332 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4126610361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18453] ppid=18450 vsize=864264 CPUtime=0.38
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 5826 0 0 0 36 2 0 0 16 0 9 0 44234333 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18454] ppid=18450 vsize=864264 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=864264 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44234333 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=864264 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=864264 CPUtime=0.11
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 44234335 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18458] ppid=18450 vsize=864264 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=864264 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 885006336 8638 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886360

[startup+6.30104 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 18459
/proc/meminfo: memFree=1847296/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.75
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 5 1 160 9 15 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868432 CPUtime=4.42
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 12615 0 1 0 435 7 0 0 18 0 9 0 44234331 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217108 11149 2541 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868432 CPUtime=3.46
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 3113 0 1 0 345 1 0 0 25 0 9 0 44234332 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4126606998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868432 CPUtime=0.71
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 7332 0 0 0 68 3 0 0 16 0 9 0 44234333 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868432 CPUtime=0.22
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1473 0 0 0 21 1 0 0 16 0 9 0 44234335 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889274368 11149 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890528

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 18459
/proc/meminfo: memFree=1832320/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.75
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 5 1 160 9 16 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868432 CPUtime=10.76
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 20387 0 1 0 1062 14 0 0 18 0 9 0 44234331 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217108 14809 2541 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868432 CPUtime=9.05
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 3605 0 1 0 903 2 0 0 25 0 9 0 44234332 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4126974728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868432 CPUtime=1.45
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 14611 0 0 0 136 9 0 0 16 0 9 0 44234333 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868432 CPUtime=0.22
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1474 0 0 0 21 1 0 0 15 0 9 0 44234335 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889274368 14809 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890528

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 18459
/proc/meminfo: memFree=1800768/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.75
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 5 1 160 9 16 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868432 CPUtime=23.43
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 30007 0 1 0 2322 21 0 0 18 0 9 0 44234331 889274368 22504 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217108 22504 2541 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868432 CPUtime=20.46
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 4343 0 1 0 2042 4 0 0 25 0 9 0 44234332 889274368 22504 996147200 134512640 134550740 4294955920 18446744073709551615 4126607063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868432 CPUtime=2.7
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 23486 0 0 0 256 14 0 0 16 0 9 0 44234333 889274368 22504 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889274368 22504 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868432 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889274368 22504 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 9249 0 1 0 67190 1147 0 0 25 0 9 0 44234332 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4126672081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868544 CPUtime=9.46
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 51805 0 0 0 897 49 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868544 CPUtime=0.35
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1538 0 0 0 34 1 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 694.97
Current children cumulated vsize (KiB) 890640

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

[startup+716.802 s]
/proc/loadavg: 2.88 2.72 2.31 3/92 18461
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.76
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 6 1 160 9 16 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868544 CPUtime=707.59
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 63379 0 1 0 69522 1237 0 0 18 0 9 0 44234331 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217136 48824 2566 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868544 CPUtime=697.67
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 9339 0 1 0 68583 1184 0 0 25 0 9 0 44234332 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868544 CPUtime=9.54
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 51805 0 0 0 904 50 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868544 CPUtime=0.35
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1538 0 0 0 34 1 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 709.35
Current children cumulated vsize (KiB) 890640

[startup+723.202 s]
/proc/loadavg: 2.81 2.71 2.31 3/92 18461
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.76
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 6 1 160 9 16 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868544 CPUtime=713.93
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 63418 0 1 0 70140 1253 0 0 18 0 9 0 44234331 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217136 48824 2566 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868544 CPUtime=703.99
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 9378 0 1 0 69199 1200 0 0 25 0 9 0 44234332 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4127152096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868544 CPUtime=9.56
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 51805 0 0 0 906 50 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868544 CPUtime=0.35
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1538 0 0 0 34 1 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 715.69
Current children cumulated vsize (KiB) 890640

[startup+729.603 s]
/proc/loadavg: 2.69 2.68 2.30 3/92 18461
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.76
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 6 1 160 9 16 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868544 CPUtime=720.29
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 63458 0 1 0 70761 1268 0 0 18 0 9 0 44234331 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217136 48824 2566 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868544 CPUtime=710.3
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 9418 0 1 0 69816 1214 0 0 25 0 9 0 44234332 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868544 CPUtime=9.59
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 51805 0 0 0 909 50 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868544 CPUtime=0.35
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1538 0 0 0 34 1 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 722.05
Current children cumulated vsize (KiB) 890640

[startup+732.801 s]
/proc/loadavg: 2.69 2.68 2.30 3/92 18461
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=1.76
/proc/18437/stat : 18437 (sugar++) S 18435 18437 16399 0 -1 4194304 1297 14279 0 1 6 1 160 9 16 0 1 0 44234149 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18437/statm: 4185 1104 409 3 0 764 0
[pid=18450] ppid=18437 vsize=5356 CPUtime=0
/proc/18450/stat : 18450 (sh) S 18437 18437 16399 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234330 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18450/statm: 1339 233 193 169 0 50 0
[pid=18451] ppid=18450 vsize=868544 CPUtime=723.46
/proc/18451/stat : 18451 (java) S 18450 18437 16399 0 -1 0 63478 0 1 0 71072 1274 0 0 18 0 9 0 44234331 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18451/statm: 217136 48824 2566 9 0 211683 0
[pid=18451/tid=18452] ppid=18450 vsize=868544 CPUtime=713.48
/proc/18451/task/18452/stat : 18452 (java) R 18450 18437 16399 0 -1 64 9438 0 1 0 70127 1221 0 0 25 0 9 0 44234332 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4126672008 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18453] ppid=18450 vsize=868544 CPUtime=9.61
/proc/18451/task/18453/stat : 18453 (java) S 18450 18437 16399 0 -1 64 51805 0 0 0 911 50 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18454] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18454/stat : 18454 (java) S 18450 18437 16399 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18455] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18455/stat : 18455 (java) S 18450 18437 16399 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234333 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18456] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18456/stat : 18456 (java) S 18450 18437 16399 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18457] ppid=18450 vsize=868544 CPUtime=0.35
/proc/18451/task/18457/stat : 18457 (java) S 18450 18437 16399 0 -1 64 1538 0 0 0 34 1 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18451/tid=18458] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18458/stat : 18458 (java) S 18450 18437 16399 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18451/tid=18459] ppid=18450 vsize=868544 CPUtime=0
/proc/18451/task/18459/stat : 18459 (java) S 18450 18437 16399 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44234335 889389056 48824 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 725.22
Current children cumulated vsize (KiB) 890640

[startup+734.402 s]
/proc/loadavg: 2.63 2.67 2.30 3/82 18461
/proc/meminfo: memFree=216856/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=726.41
/proc/18437/stat : 18437 (sugar++) R 18435 18437 16399 0 -1 4194304 1320 78057 0 2 6 72 71276 1287 23 0 1 0 44234149 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18437/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 726.41
Current children cumulated vsize (KiB) 16740

[startup+734.802 s]
/proc/loadavg: 2.63 2.67 2.30 2/82 18461
/proc/meminfo: memFree=1906584/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=726.54
/proc/18437/stat : 18437 (sugar++) D 18435 18437 16399 0 -1 4194304 1320 78057 0 2 6 85 71276 1287 18 0 1 0 44234149 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18437/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 726.54
Current children cumulated vsize (KiB) 16740

[startup+735.002 s]
/proc/loadavg: 2.63 2.67 2.30 2/82 18461
/proc/meminfo: memFree=1906584/2055920 swapFree=4192812/4192956
[pid=18437] ppid=18435 vsize=16740 CPUtime=726.56
/proc/18437/stat : 18437 (sugar++) D 18435 18437 16399 0 -1 4194304 1320 78057 0 2 6 87 71276 1287 18 0 1 0 44234149 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18437/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 726.56
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 735.015
CPU time (s): 726.581
CPU user time (s): 712.829
CPU system time (s): 13.7519
CPU usage (%): 98.8524
Max. virtual memory (cumulated for all children) (KiB): 900776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.829
system time used= 13.7519
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79433
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46963
involuntary context switches= 59084

runsolver used 0.923859 second user time and 2.48162 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-12 17:08:29
IDJOB=1112901
IDBENCH=61493
IDSOLVER=367
FILE ID=node7/1112901-1215875309
PBS_JOBID= 7903466
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-3.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112901-1215875309/watcher-1112901-1215875309 -o /tmp/evaluation-result-1112901-1215875309/solver-1112901-1215875309 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112901-1215875309.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e300dafa26bcab4445d58a8b5c31c7b7
RANDOM SEED=2057533684

node7.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.259
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.259
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:       1885688 kB
Buffers:          7432 kB
Cached:          49144 kB
SwapCached:          0 kB
Active:         101484 kB
Inactive:        17280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3924 kB
Writeback:           0 kB
Mapped:          82344 kB
Slab:            36392 kB
Committed_AS:   348824 kB
PageTables:       2028 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= 66520 MiB
End job on node7 at 2008-07-12 17:20:44