Trace number 1112806

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? 337.108 346.765

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-0.xml
MD5SUMdb919c043cbe2ccf39dda4a6ced1254b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1050
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.57	c 0	Sugar v1-13 + HOME/minisat
0.01/0.57	c 0	BEGIN Sat Jul 12 16:50:29 2008
0.01/0.57	c 0	PID 9697
0.01/0.58	c 0	HOST node75.alineos.net
0.01/0.58	c 0	CONVERTING HOME/instance-1112806-1215874228.xml TO HOME/temp.csp
0.01/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112806-1215874228.xml' 'HOME/temp.csp'
1.99/3.05	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
1.99/3.07	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.99/3.07	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.05/3.16	c 2	Parsing HOME/temp.csp
2.45/3.54	c 3	parsed 10000 expressions
2.75/3.88	c 3	parsed 20000 expressions
3.05/4.19	c 3	parsed 30000 expressions
3.25/4.34	c 3	parsed 36052 expressions
3.25/4.35	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.54/4.67	c 4	MAX CSP: 33021 constraints
3.54/4.67	c 4	Converting to clausal form CSP
5.42/6.52	c 6	converted 6908 (10%) expressions
8.09/9.25	c 8	converted 13816 (20%) expressions
10.96/12.13	c 11	converted 20723 (30%) expressions
13.23/14.47	c 14	converted 27631 (40%) expressions
15.51/16.79	c 16	converted 34538 (50%) expressions
18.58/19.84	c 19	converted 41446 (60%) expressions
20.86/22.13	c 21	converted 48354 (70%) expressions
23.13/24.43	c 24	converted 55261 (80%) expressions
25.31/26.61	c 26	converted 62169 (90%) expressions
31.25/32.66	c 32	converted 69076 (100%) expressions
31.25/32.67	c 32	CSP : 79249 integers, 125767 booleans, 319784 clauses, largest domain size 49532
31.25/32.67	c 32	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.25/32.67	c 32	Propagation in CSP
37.19/38.66	c 38	33013 values, 0 unsatisfiable literals, and 0 valid clauses are removed
37.19/38.67	c 38	CSP : 79249 integers, 125767 booleans, 319784 clauses, largest domain size 33022
37.19/38.67	c 38	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.28/38.75	c 38	Simplifing CSP by introducing new Boolean variables
37.78/39.28	c 38	CSP : 79249 integers, 210671 booleans, 404688 clauses, largest domain size 33022
37.78/39.28	c 38	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.17/40.67	c 40	Encoding CSP to SAT : HOME/temp.cnf
50.72/52.49	c 52	7925 (10%) CSP integer variables are encoded (4103809 clauses, 75758691 bytes)
57.01/58.88	c 58	15850 (20%) CSP integer variables are encoded (9438084 clauses, 177109916 bytes)
63.36/65.32	c 64	23775 (30%) CSP integer variables are encoded (14537164 clauses, 283100119 bytes)
69.38/71.67	c 71	31700 (40%) CSP integer variables are encoded (19422399 clauses, 385690054 bytes)
74.74/77.22	c 76	39625 (50%) CSP integer variables are encoded (23695242 clauses, 475419757 bytes)
77.36/79.98	c 79	47550 (60%) CSP integer variables are encoded (25852213 clauses, 520716148 bytes)
77.56/80.12	c 79	55475 (70%) CSP integer variables are encoded (25947288 clauses, 522712723 bytes)
77.65/80.27	c 79	63400 (80%) CSP integer variables are encoded (26060829 clauses, 525097084 bytes)
78.33/80.96	c 80	71325 (90%) CSP integer variables are encoded (26602998 clauses, 536482633 bytes)
78.53/81.14	c 80	79249 (100%) CSP integer variables are encoded (26733044 clauses, 539213599 bytes)
181.25/186.17	c 185	40469 (10%) CSP clauses are encoded (51826204 clauses, 1166361557 bytes)
279.22/286.19	c 285	80938 (20%) CSP clauses are encoded (76249942 clauses, 1785866542 bytes)
336.16/344.47	c 344	ERROR Exception Too large HOME/temp.cnf
336.16/344.47	c 344	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
336.16/344.47	c 344	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
336.16/344.47	c 344	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
336.16/344.47	s UNKNOWN
336.23/344.59	c 344	CPU 323.51 (0.03 0.01 323.48 12.77)
336.23/344.59	c 344	END Sat Jul 12 16:56:13 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-1112806-1215874228/watcher-1112806-1215874228 -o /tmp/evaluation-result-1112806-1215874228/solver-1112806-1215874228 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112806-1215874228.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.00 1.01 1.00 2/73 9697
/proc/meminfo: memFree=935936/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=18572 CPUtime=0
/proc/9697/stat : 9697 (runsolver) D 9695 9697 9619 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44119354 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 231882681639 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/9697/statm: 4643 292 257 25 0 2626 0

[startup+0.100941 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 9697
/proc/meminfo: memFree=935936/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=11864 CPUtime=0
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 124 0 4 0 0 0 0 0 18 0 1 0 44119354 12148736 96 996147200 4194304 4206940 548682068592 18446744073709551615 231901071184 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/9697/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.201961 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 9697
/proc/meminfo: memFree=935936/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=12264 CPUtime=0
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 280 0 14 0 0 0 0 0 18 0 1 0 44119354 12558336 262 996147200 4194304 4206940 548682068592 18446744073709551615 231900302688 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/9697/statm: 3066 262 192 3 0 166 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12264

[startup+0.301981 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 9697
/proc/meminfo: memFree=935936/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=12272 CPUtime=0
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 344 0 15 0 0 0 0 0 18 0 1 0 44119354 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 231882848869 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/9697/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701111 s]
/proc/loadavg: 1.00 1.01 1.00 2/73 9697
/proc/meminfo: memFree=935936/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=0.04
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 882 127 16 0 3 1 0 0 19 0 1 0 44119354 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 1.00 1.01 1.00 2/92 9717
/proc/meminfo: memFree=901160/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=0.04
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 882 127 16 0 3 1 0 0 19 0 1 0 44119354 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 796 370 3 0 500 0
[pid=9701] ppid=9697 vsize=5356 CPUtime=0
/proc/9701/stat : 9701 (sh) S 9697 9697 9619 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44119412 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9701/statm: 1339 233 193 169 0 50 0
[pid=9702] ppid=9701 vsize=865648 CPUtime=0.45
/proc/9702/stat : 9702 (java) S 9701 9697 9619 0 -1 0 7080 0 44 0 39 6 0 0 19 0 9 0 44119412 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9702/statm: 216412 6331 2529 9 0 210994 0
[pid=9702/tid=9703] ppid=9701 vsize=865648 CPUtime=0.26
/proc/9702/task/9703/stat : 9703 (java) S 9701 9697 9619 0 -1 64 2641 0 41 0 23 3 0 0 16 0 9 0 44119414 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9702/tid=9704] ppid=9701 vsize=865648 CPUtime=0.07
/proc/9702/task/9704/stat : 9704 (java) R 9701 9697 9619 0 -1 64 3253 0 2 0 6 1 0 0 17 0 9 0 44119426 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 103828985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9702/tid=9706] ppid=9701 vsize=865648 CPUtime=0
/proc/9702/task/9706/stat : 9706 (java) S 9701 9697 9619 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 44119428 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9702/tid=9707] ppid=9701 vsize=865648 CPUtime=0
/proc/9702/task/9707/stat : 9707 (java) S 9701 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44119428 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9702/tid=9710] ppid=9701 vsize=865648 CPUtime=0
/proc/9702/task/9710/stat : 9710 (java) S 9701 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 44119436 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9702/tid=9711] ppid=9701 vsize=865648 CPUtime=0.1
/proc/9702/task/9711/stat : 9711 (java) S 9701 9697 9619 0 -1 64 487 0 1 0 9 1 0 0 16 0 9 0 44119436 886423552 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9702/tid=9714] ppid=9701 vsize=865888 CPUtime=0
/proc/9702/task/9714/stat : 9714 (java) S 9701 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44119436 886669312 6331 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9702/tid=9715] ppid=9701 vsize=865888 CPUtime=0
/proc/9702/task/9715/stat : 9715 (java) S 9701 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119436 886669312 6336 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 884604

[startup+3.10154 s]
/proc/loadavg: 1.24 1.06 1.02 3/92 9717
/proc/meminfo: memFree=855608/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 941 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13600

[startup+6.30407 s]
/proc/loadavg: 1.24 1.06 1.02 3/92 9727
/proc/meminfo: memFree=846712/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 15 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868464 CPUtime=3.18
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 15477 0 1 0 308 10 0 0 20 0 9 0 44119662 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217116 14064 2544 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868464 CPUtime=2.17
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 3081 0 1 0 215 2 0 0 25 0 9 0 44119662 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868464 CPUtime=0.76
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 10219 0 0 0 71 5 0 0 15 0 9 0 44119664 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44119664 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868464 CPUtime=0.21
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1481 0 0 0 21 0 0 0 15 0 9 0 44119666 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889307136 14064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.23
Current children cumulated vsize (KiB) 887420

[startup+12.7014 s]
/proc/loadavg: 1.44 1.11 1.03 3/93 9728
/proc/meminfo: memFree=782320/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868464 CPUtime=9.5
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 30563 0 1 0 931 19 0 0 20 0 9 0 44119662 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217116 24067 2541 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868464 CPUtime=7.16
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 3923 0 1 0 713 3 0 0 25 0 9 0 44119662 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4126675016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868464 CPUtime=2.08
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 24452 0 0 0 195 13 0 0 16 0 9 0 44119664 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44119664 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868464 CPUtime=0.22
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1492 0 0 0 22 0 0 0 15 0 9 0 44119666 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889307136 24067 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 887420

[startup+25.503 s]
/proc/loadavg: 1.97 1.23 1.07 3/93 9728
/proc/meminfo: memFree=663216/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868464 CPUtime=22.17
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 55633 0 1 0 2186 31 0 0 20 0 9 0 44119662 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217116 44486 2541 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868464 CPUtime=17.78
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 4776 0 1 0 1774 4 0 0 25 0 9 0 44119662 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4126609204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868464 CPUtime=4.14
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 48669 0 0 0 389 25 0 0 16 0 9 0 44119664 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44119664 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868464 CPUtime=0.22
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1492 0 0 0 22 0 0 0 15 0 9 0 44119666 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868464 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889307136 44486 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.22
Current children cumulated vsize (KiB) 887420

[startup+51.102 s]
/proc/loadavg: 2.12 1.33 1.11 3/92 9728
/proc/meminfo: memFree=324144/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868576 CPUtime=47.5
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 87623 0 1 0 4674 76 0 0 20 0 9 0 44119662 889421824 70974 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=9719/tid=9725] ppid=9718 vsize=868576 CPUtime=0.33
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.73
Current children cumulated vsize (KiB) 887532

[startup+282.302 s]
/proc/loadavg: 2.24 1.87 1.38 3/92 9728
/proc/meminfo: memFree=15920/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868576 CPUtime=273.46
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 89321 0 1 0 26307 1039 0 0 20 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217144 70986 2566 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868576 CPUtime=263.33
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 7949 0 1 0 25345 988 0 0 25 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4126675068 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868576 CPUtime=9.77
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 79128 0 0 0 928 49 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868576 CPUtime=0.33
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 275.51
Current children cumulated vsize (KiB) 887532

[startup+342.303 s]
/proc/loadavg: 2.20 1.92 1.42 3/92 9728
/proc/meminfo: memFree=15792/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868576 CPUtime=332.06
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 89711 0 1 0 31957 1249 0 0 20 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217144 70986 2566 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868576 CPUtime=321.56
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 8339 0 1 0 30960 1196 0 0 25 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4126610749 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868576 CPUtime=10.14
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 79128 0 0 0 963 51 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868576 CPUtime=0.33
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.11
Current children cumulated vsize (KiB) 887532

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

[startup+342.403 s]
/proc/loadavg: 2.20 1.92 1.42 3/92 9728
/proc/meminfo: memFree=15792/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868576 CPUtime=332.17
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 89712 0 1 0 31967 1250 0 0 20 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217144 70986 2566 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868576 CPUtime=321.66
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 8340 0 1 0 30970 1196 0 0 25 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4126675070 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868576 CPUtime=10.14
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 79128 0 0 0 963 51 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868576 CPUtime=0.33
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.22
Current children cumulated vsize (KiB) 887532

[startup+344.001 s]
/proc/loadavg: 2.20 1.92 1.42 3/92 9728
/proc/meminfo: memFree=15600/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=2.05
/proc/9697/stat : 9697 (sugar) S 9695 9697 9619 0 -1 4194304 958 19444 16 44 3 1 187 14 16 0 1 0 44119354 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9697/statm: 3400 797 370 3 0 500 0
[pid=9718] ppid=9697 vsize=5356 CPUtime=0
/proc/9718/stat : 9718 (sh) S 9697 9697 9619 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44119661 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9718/statm: 1339 233 193 169 0 50 0
[pid=9719] ppid=9718 vsize=868576 CPUtime=333.72
/proc/9719/stat : 9719 (java) S 9718 9697 9619 0 -1 0 89722 0 1 0 32117 1255 0 0 20 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9719/statm: 217144 70986 2566 9 0 211691 0
[pid=9719/tid=9720] ppid=9718 vsize=868576 CPUtime=323.2
/proc/9719/task/9720/stat : 9720 (java) R 9718 9697 9619 0 -1 64 8350 0 1 0 31119 1201 0 0 25 0 9 0 44119662 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4126675016 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9721] ppid=9718 vsize=868576 CPUtime=10.15
/proc/9719/task/9721/stat : 9721 (java) S 9718 9697 9619 0 -1 64 79128 0 0 0 964 51 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9722] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9722/stat : 9722 (java) S 9718 9697 9619 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9723] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9723/stat : 9723 (java) S 9718 9697 9619 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44119664 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9724] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9724/stat : 9724 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9725] ppid=9718 vsize=868576 CPUtime=0.33
/proc/9719/task/9725/stat : 9725 (java) S 9718 9697 9619 0 -1 64 1548 0 0 0 32 1 0 0 16 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9726] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9726/stat : 9726 (java) S 9718 9697 9619 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9719/tid=9727] ppid=9718 vsize=868576 CPUtime=0
/proc/9719/task/9727/stat : 9727 (java) S 9718 9697 9619 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44119666 889421824 70986 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 335.77
Current children cumulated vsize (KiB) 887532

[startup+345.601 s]
/proc/loadavg: 2.20 1.92 1.42 2/82 9728
/proc/meminfo: memFree=1718016/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=337.03
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 982 109466 16 46 3 75 32348 1277 18 0 1 0 44119354 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9697/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 337.03
Current children cumulated vsize (KiB) 13600

[startup+346.402 s]
/proc/loadavg: 2.20 1.92 1.42 2/82 9728
/proc/meminfo: memFree=1718016/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=337.07
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 982 109466 16 46 3 79 32348 1277 18 0 1 0 44119354 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9697/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 337.07
Current children cumulated vsize (KiB) 13600

[startup+346.607 s]
/proc/loadavg: 2.20 1.92 1.42 2/82 9728
/proc/meminfo: memFree=1717632/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=337.08
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 982 109466 16 46 3 80 32348 1277 18 0 1 0 44119354 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9697/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 337.08
Current children cumulated vsize (KiB) 13600

[startup+346.702 s]
/proc/loadavg: 2.20 1.92 1.42 2/82 9728
/proc/meminfo: memFree=1717632/2055920 swapFree=4181288/4192956
[pid=9697] ppid=9695 vsize=13600 CPUtime=337.09
/proc/9697/stat : 9697 (sugar) D 9695 9697 9619 0 -1 4194304 982 109466 16 46 3 81 32348 1277 18 0 1 0 44119354 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9697/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 337.09
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 346.765
CPU time (s): 337.108
CPU user time (s): 323.521
CPU system time (s): 13.5869
CPU usage (%): 97.215
Max. virtual memory (cumulated for all children) (KiB): 897672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.521
system time used= 13.5869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110478
page faults= 62
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28811
involuntary context switches= 37906

runsolver used 0.417936 second user time and 1.21481 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-12 16:50:28
IDJOB=1112806
IDBENCH=61477
IDSOLVER=368
FILE ID=node75/1112806-1215874228
PBS_JOBID= 7903586
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db919c043cbe2ccf39dda4a6ced1254b
RANDOM SEED=530300111

node75.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.266
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.266
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        936480 kB
Buffers:           824 kB
Cached:        1071312 kB
SwapCached:       4372 kB
Active:         442752 kB
Inactive:       637680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        936480 kB
SwapTotal:     4192956 kB
SwapFree:      4181288 kB
Dirty:            7724 kB
Writeback:           0 kB
Mapped:          15104 kB
Slab:            24276 kB
Committed_AS:    84244 kB
PageTables:       1800 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= 66552 MiB
End job on node75 at 2008-07-12 16:56:15