Trace number 1112956

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? 443.79 453.036

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-2.xml
MD5SUMe9fca648ca088ce6fc443985c24dc948
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints621
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 17:20:48 2008
0.00/0.14	c 0	PID 15795
0.00/0.15	c 0	HOST node42.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1112956-1215876048.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112956-1215876048.xml' 'HOME/temp.csp'
1.62/1.81	c 2	21 domains, 2230 variables, 8 predicates, 0 relations, 18971 constraints
1.62/1.86	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.86	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'
1.65/1.94	c 2	Parsing HOME/temp.csp
2.07/2.32	c 3	parsed 10000 expressions
2.36/2.66	c 3	parsed 20000 expressions
2.36/2.69	c 3	parsed 21230 expressions
2.46/2.70	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.56/2.89	c 3	MAX CSP: 18971 constraints
2.56/2.89	c 3	Converting to clausal form CSP
3.95/4.21	c 4	converted 4021 (10%) expressions
6.21/6.56	c 7	converted 8041 (20%) expressions
8.58/8.96	c 9	converted 12062 (30%) expressions
10.56/10.97	c 11	converted 16082 (40%) expressions
13.05/13.43	c 14	converted 20102 (50%) expressions
14.92/15.38	c 16	converted 24123 (60%) expressions
16.89/17.30	c 18	converted 28143 (70%) expressions
18.67/19.19	c 19	converted 32164 (80%) expressions
21.06/21.56	c 22	converted 36184 (90%) expressions
24.51/25.03	c 25	converted 40204 (100%) expressions
24.51/25.04	c 25	CSP : 44977 integers, 74192 booleans, 184640 clauses, largest domain size 28457
24.51/25.04	c 25	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.51/25.04	c 25	Propagation in CSP
28.76/29.37	c 30	18964 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.76/29.38	c 30	CSP : 44977 integers, 74192 booleans, 184640 clauses, largest domain size 18972
28.76/29.38	c 30	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.86/29.44	c 30	Simplifing CSP by introducing new Boolean variables
29.16/29.78	c 30	CSP : 44977 integers, 116834 booleans, 227282 clauses, largest domain size 18972
29.16/29.78	c 30	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.16/30.79	c 31	Encoding CSP to SAT : HOME/temp.cnf
43.92/44.70	c 45	4498 (10%) CSP integer variables are encoded (2511093 clauses, 45494735 bytes)
47.55/48.31	c 49	8996 (20%) CSP integer variables are encoded (5325792 clauses, 98974016 bytes)
50.90/51.75	c 52	13494 (30%) CSP integer variables are encoded (7949298 clauses, 148820630 bytes)
54.04/54.91	c 55	17991 (40%) CSP integer variables are encoded (10336545 clauses, 194885978 bytes)
56.57/57.59	c 58	22489 (50%) CSP integer variables are encoded (12292830 clauses, 235967963 bytes)
57.74/58.84	c 59	26987 (60%) CSP integer variables are encoded (13118532 clauses, 253307705 bytes)
57.84/58.91	c 59	31484 (70%) CSP integer variables are encoded (13170037 clauses, 254389310 bytes)
57.93/59.01	c 59	35982 (80%) CSP integer variables are encoded (13230706 clauses, 255663359 bytes)
57.93/59.08	c 59	40480 (90%) CSP integer variables are encoded (13282301 clauses, 256746854 bytes)
58.42/59.51	c 60	44977 (100%) CSP integer variables are encoded (13590465 clauses, 263218298 bytes)
150.50/153.17	c 153	22729 (10%) CSP clauses are encoded (29637687 clauses, 671922638 bytes)
224.22/228.04	c 228	45457 (20%) CSP clauses are encoded (43352681 clauses, 1031205329 bytes)
297.53/302.57	c 303	68185 (30%) CSP clauses are encoded (57122685 clauses, 1395271021 bytes)
368.28/374.37	c 375	90913 (40%) CSP clauses are encoded (70695693 clauses, 1757415753 bytes)
435.99/443.17	c 443	113641 (50%) CSP clauses are encoded (83815052 clauses, 2108457302 bytes)
443.09/450.33	c 451	ERROR Exception Too large HOME/temp.cnf
443.09/450.33	c 451	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
443.09/450.33	c 451	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
443.09/450.33	c 451	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
443.09/450.33	s UNKNOWN
443.15/450.42	c 451	CPU 429.75 (0.04 0.01 429.71 13.41)
443.15/450.42	c 451	END Sat Jul 12 17:28:19 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-1112956-1215876048/watcher-1112956-1215876048 -o /tmp/evaluation-result-1112956-1215876048/solver-1112956-1215876048 -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-1112956-1215876048.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: 2.06 2.07 2.16 2/82 15795
/proc/meminfo: memFree=1283600/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=18572 CPUtime=0
/proc/15795/stat : 15795 (runsolver) D 15793 15795 14221 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44304252 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259415141671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15795/statm: 4643 292 257 25 0 2626 0

[startup+0.056518 s]
/proc/loadavg: 2.06 2.07 2.16 2/82 15795
/proc/meminfo: memFree=1283600/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=12272 CPUtime=0
/proc/15795/stat : 15795 (sugar) R 15793 15795 14221 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44304252 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 0 0 0 0 17 1 0 0
/proc/15795/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101468 s]
/proc/loadavg: 2.06 2.07 2.16 2/82 15795
/proc/meminfo: memFree=1283600/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=12544 CPUtime=0
/proc/15795/stat : 15795 (sugar) R 15793 15795 14221 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 44304252 12845056 486 996147200 4194304 4206940 548682068592 18446744073709551615 259415018808 0 0 4224 0 0 0 0 17 1 0 0
/proc/15795/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301491 s]
/proc/loadavg: 2.06 2.07 2.16 2/82 15795
/proc/meminfo: memFree=1283600/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=0.03
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44304252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701537 s]
/proc/loadavg: 2.06 2.07 2.16 2/82 15795
/proc/meminfo: memFree=1283600/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=0.03
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44304252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50263 s]
/proc/loadavg: 2.06 2.07 2.16 4/93 15807
/proc/meminfo: memFree=1260528/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=0.03
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 44304252 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 796 370 3 0 500 0
[pid=15798] ppid=15795 vsize=5356 CPUtime=0
/proc/15798/stat : 15798 (sh) S 15795 15795 14221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44304267 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15798/statm: 1339 233 193 169 0 50 0
[pid=15799] ppid=15798 vsize=864676 CPUtime=1.29
/proc/15799/stat : 15799 (java) S 15798 15795 14221 0 -1 0 12341 0 1 0 123 6 0 0 18 0 9 0 44304268 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15799/statm: 216169 10388 2529 9 0 210751 0
[pid=15799/tid=15800] ppid=15798 vsize=864676 CPUtime=0.72
/proc/15799/task/15800/stat : 15800 (java) R 15798 15795 14221 0 -1 64 2921 0 1 0 70 2 0 0 18 0 9 0 44304269 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4126702560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15801] ppid=15798 vsize=864676 CPUtime=0.41
/proc/15799/task/15801/stat : 15801 (java) S 15798 15795 14221 0 -1 64 8222 0 0 0 38 3 0 0 17 0 9 0 44304273 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15802] ppid=15798 vsize=864676 CPUtime=0
/proc/15799/task/15802/stat : 15802 (java) S 15798 15795 14221 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44304273 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15803] ppid=15798 vsize=864676 CPUtime=0
/proc/15799/task/15803/stat : 15803 (java) S 15798 15795 14221 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44304273 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15804] ppid=15798 vsize=864676 CPUtime=0
/proc/15799/task/15804/stat : 15804 (java) S 15798 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304275 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15805] ppid=15798 vsize=864676 CPUtime=0.13
/proc/15799/task/15805/stat : 15805 (java) S 15798 15795 14221 0 -1 64 499 0 0 0 13 0 0 0 16 0 9 0 44304275 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15806] ppid=15798 vsize=864676 CPUtime=0
/proc/15799/task/15806/stat : 15806 (java) S 15798 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44304275 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15799/tid=15807] ppid=15798 vsize=864676 CPUtime=0
/proc/15799/task/15807/stat : 15807 (java) S 15798 15795 14221 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44304275 885428224 10388 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 883632

[startup+3.1018 s]
/proc/loadavg: 2.06 2.07 2.16 4/93 15817
/proc/meminfo: memFree=1273392/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.65
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 3 1 153 8 15 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=864272 CPUtime=1.21
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 9079 0 1 0 115 6 0 0 18 0 9 0 44304438 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 216068 8045 2543 9 0 210643 0
[pid=15809/tid=15810] ppid=15808 vsize=864272 CPUtime=0.7
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 2784 0 1 0 68 2 0 0 19 0 9 0 44304439 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=864272 CPUtime=0.35
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 5224 0 0 0 33 2 0 0 16 0 9 0 44304441 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=864272 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=864272 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44304441 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=864272 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=864272 CPUtime=0.12
/proc/15809/task/15815/stat : 15815 (java) R 15808 15795 14221 0 -1 64 374 0 0 0 12 0 0 0 16 0 9 0 44304443 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 104252452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=864272 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=864272 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 885014528 8045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 883228

[startup+6.30216 s]
/proc/loadavg: 2.05 2.07 2.16 3/93 15817
/proc/meminfo: memFree=1244080/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.65
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 3 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=868444 CPUtime=4.37
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 13669 0 1 0 427 10 0 0 18 0 9 0 44304438 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 217111 12230 2541 9 0 211686 0
[pid=15809/tid=15810] ppid=15808 vsize=868444 CPUtime=3.32
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 3071 0 1 0 330 2 0 0 25 0 9 0 44304439 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4126673500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=868444 CPUtime=0.78
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 8423 0 0 0 73 5 0 0 16 0 9 0 44304441 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=868444 CPUtime=0.23
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1478 0 0 0 23 0 0 0 15 0 9 0 44304443 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 889286656 12230 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887400

[startup+12.7019 s]
/proc/loadavg: 2.05 2.07 2.16 3/93 15817
/proc/meminfo: memFree=1174192/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.65
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 3 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=878696 CPUtime=10.7
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 27939 0 1 0 1051 19 0 0 18 0 9 0 44304438 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 219674 21810 2541 9 0 214249 0
[pid=15809/tid=15810] ppid=15808 vsize=878696 CPUtime=8.62
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 3499 0 1 0 859 3 0 0 25 0 9 0 44304439 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=878696 CPUtime=1.8
/proc/15809/task/15811/stat : 15811 (java) R 15808 15795 14221 0 -1 64 22253 0 0 0 167 13 0 0 16 0 9 0 44304441 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 101574388 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=878696 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=878696 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=878696 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=878696 CPUtime=0.24
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1490 0 0 0 24 0 0 0 15 0 9 0 44304443 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=878696 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=878696 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 899784704 21810 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 897652

[startup+25.5023 s]
/proc/loadavg: 2.12 2.08 2.16 3/93 15817
/proc/meminfo: memFree=1094320/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.65
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 3 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=868444 CPUtime=23.35
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 53732 0 1 0 2302 33 0 0 18 0 9 0 44304438 889286656 39094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 217111 39094 2541 9 0 211686 0
[pid=15809/tid=15810] ppid=15808 vsize=868444 CPUtime=18.96
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 4686 0 1 0 1891 5 0 0 25 0 9 0 44304439 889286656 39094 996147200 134512640 134550740 4294955936 18446744073709551615 4126607299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=868444 CPUtime=4.09
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 46839 0 0 0 383 26 0 0 15 0 9 0 44304441 889286656 39094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889286656 39094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=868444 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889286656 39094 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15809/tid=15815] ppid=15808 vsize=868556 CPUtime=0.36
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1546 0 0 0 35 1 0 0 17 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 395.79
Current children cumulated vsize (KiB) 887512

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

[startup+409.603 s]
/proc/loadavg: 2.15 2.14 2.17 3/92 15817
/proc/meminfo: memFree=15984/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.66
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 4 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=868556 CPUtime=401.33
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 62997 0 1 0 38927 1206 0 0 18 0 9 0 44304438 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 217139 44504 2566 9 0 211686 0
[pid=15809/tid=15810] ppid=15808 vsize=868556 CPUtime=393.02
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 8379 0 1 0 38148 1154 0 0 25 0 9 0 44304439 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4127157601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=868556 CPUtime=7.92
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 52375 0 0 0 743 49 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=868556 CPUtime=0.36
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1546 0 0 0 35 1 0 0 17 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.99
Current children cumulated vsize (KiB) 887512

[startup+435.203 s]
/proc/loadavg: 2.10 2.13 2.16 3/92 15817
/proc/meminfo: memFree=16176/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.66
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 4 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=868556 CPUtime=426.56
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 63229 0 1 0 41373 1283 0 0 18 0 9 0 44304438 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 217139 44504 2566 9 0 211686 0
[pid=15809/tid=15810] ppid=15808 vsize=868556 CPUtime=418.06
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 8611 0 1 0 40577 1229 0 0 25 0 9 0 44304439 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4127157595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=868556 CPUtime=8.11
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 52375 0 0 0 761 50 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=868556 CPUtime=0.36
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1546 0 0 0 35 1 0 0 17 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 428.22
Current children cumulated vsize (KiB) 887512

[startup+441.602 s]
/proc/loadavg: 2.08 2.13 2.16 3/92 15817
/proc/meminfo: memFree=15408/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.66
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 4 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=868556 CPUtime=432.86
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 63285 0 1 0 41986 1300 0 0 18 0 9 0 44304438 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 217139 44504 2566 9 0 211686 0
[pid=15809/tid=15810] ppid=15808 vsize=868556 CPUtime=424.32
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 8667 0 1 0 41186 1246 0 0 25 0 9 0 44304439 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=868556 CPUtime=8.15
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 52375 0 0 0 764 51 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=868556 CPUtime=0.36
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1546 0 0 0 35 1 0 0 17 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.52
Current children cumulated vsize (KiB) 887512

[startup+448.001 s]
/proc/loadavg: 2.07 2.12 2.16 3/92 15817
/proc/meminfo: memFree=16112/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=1.66
/proc/15795/stat : 15795 (sugar) S 15793 15795 14221 0 -1 4194304 974 13207 0 1 4 1 153 8 16 0 1 0 44304252 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15795/statm: 3400 797 370 3 0 500 0
[pid=15808] ppid=15795 vsize=5356 CPUtime=0
/proc/15808/stat : 15808 (sh) S 15795 15795 14221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44304438 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15808/statm: 1339 233 193 169 0 50 0
[pid=15809] ppid=15808 vsize=868556 CPUtime=439.16
/proc/15809/stat : 15809 (java) S 15808 15795 14221 0 -1 0 63343 0 1 0 42593 1323 0 0 18 0 9 0 44304438 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15809/statm: 217139 44504 2566 9 0 211686 0
[pid=15809/tid=15810] ppid=15808 vsize=868556 CPUtime=430.59
/proc/15809/task/15810/stat : 15810 (java) R 15808 15795 14221 0 -1 64 8725 0 1 0 41790 1269 0 0 25 0 9 0 44304439 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 102064687 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15811] ppid=15808 vsize=868556 CPUtime=8.19
/proc/15809/task/15811/stat : 15811 (java) S 15808 15795 14221 0 -1 64 52375 0 0 0 768 51 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15812] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15812/stat : 15812 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15813] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15813/stat : 15813 (java) S 15808 15795 14221 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44304441 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15814] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15814/stat : 15814 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15815] ppid=15808 vsize=868556 CPUtime=0.36
/proc/15809/task/15815/stat : 15815 (java) S 15808 15795 14221 0 -1 64 1546 0 0 0 35 1 0 0 17 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15816] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15816/stat : 15816 (java) S 15808 15795 14221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15809/tid=15817] ppid=15808 vsize=868556 CPUtime=0
/proc/15809/task/15817/stat : 15817 (java) S 15808 15795 14221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44304443 889401344 44504 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 440.82
Current children cumulated vsize (KiB) 887512

[startup+451.201 s]
/proc/loadavg: 2.07 2.12 2.16 2/82 15817
/proc/meminfo: memFree=1251264/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=443.7
/proc/15795/stat : 15795 (sugar) D 15793 15795 14221 0 -1 4194304 998 76869 0 3 4 54 42971 1341 18 0 1 0 44304252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15795/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 443.7
Current children cumulated vsize (KiB) 13600

[startup+452.002 s]
/proc/loadavg: 2.07 2.12 2.16 2/82 15817
/proc/meminfo: memFree=1251264/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=443.73
/proc/15795/stat : 15795 (sugar) D 15793 15795 14221 0 -1 4194304 998 76869 0 3 4 57 42971 1341 18 0 1 0 44304252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15795/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 443.73
Current children cumulated vsize (KiB) 13600

[startup+452.802 s]
/proc/loadavg: 2.07 2.12 2.16 2/82 15817
/proc/meminfo: memFree=1250880/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=443.76
/proc/15795/stat : 15795 (sugar) D 15793 15795 14221 0 -1 4194304 998 76869 0 3 4 60 42971 1341 18 0 1 0 44304252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15795/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 443.76
Current children cumulated vsize (KiB) 13600

[startup+453.002 s]
/proc/loadavg: 2.07 2.12 2.16 2/82 15817
/proc/meminfo: memFree=1250880/2055920 swapFree=4181092/4192956
[pid=15795] ppid=15793 vsize=13600 CPUtime=443.76
/proc/15795/stat : 15795 (sugar) D 15793 15795 14221 0 -1 4194304 998 76869 0 3 4 60 42971 1341 18 0 1 0 44304252 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15795/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 443.76
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 453.036
CPU time (s): 443.79
CPU user time (s): 429.762
CPU system time (s): 14.0279
CPU usage (%): 97.9591
Max. virtual memory (cumulated for all children) (KiB): 900212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.762
system time used= 14.0279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77897
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42077
involuntary context switches= 50465

runsolver used 0.536918 second user time and 1.58576 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-12 17:20:48
IDJOB=1112956
IDBENCH=61502
IDSOLVER=368
FILE ID=node42/1112956-1215876048
PBS_JOBID= 7903462
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp25/normalized-fapp25-2230-2.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-1112956-1215876048/watcher-1112956-1215876048 -o /tmp/evaluation-result-1112956-1215876048/solver-1112956-1215876048 -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-1112956-1215876048.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e9fca648ca088ce6fc443985c24dc948
RANDOM SEED=756963788

node42.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.232
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.232
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:       1284336 kB
Buffers:          2968 kB
Cached:          37000 kB
SwapCached:       6000 kB
Active:         704684 kB
Inactive:        15380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1284336 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:         696044 kB
Slab:            35452 kB
Committed_AS:   969600 kB
PageTables:       3280 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= 66492 MiB
End job on node42 at 2008-07-12 17:28:21