Trace number 1086674

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 467.545 476.737

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-1.xml
MD5SUMe83daf1b7df41c00976ce9b348425bef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.11177
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:49:01 2008
0.00/0.04	c 0	PID 24826
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086674-1215240541.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086674-1215240541.xml' 'HOME/temp.csp'
1.84/1.94	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.84/1.97	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.97	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.91/2.05	c 2	Parsing HOME/temp.csp
2.31/2.45	c 3	parsed 10000 expressions
2.71/2.80	c 3	parsed 20000 expressions
3.00/3.11	c 3	parsed 28774 expressions
3.00/3.11	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.11	c 3	Converting to clausal form CSP
4.19/4.37	c 5	converted 2878 (10%) expressions
7.16/7.34	c 8	converted 5755 (20%) expressions
10.22/10.40	c 11	converted 8633 (30%) expressions
12.79/13.08	c 13	converted 11510 (40%) expressions
15.47/15.74	c 16	converted 14387 (50%) expressions
18.44/18.74	c 19	converted 17265 (60%) expressions
20.91/21.25	c 21	converted 20142 (70%) expressions
23.28/23.67	c 24	converted 23020 (80%) expressions
25.56/25.94	c 26	converted 25897 (90%) expressions
28.33/28.74	c 29	converted 28774 (100%) expressions
28.33/28.74	c 29	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
28.33/28.74	c 29	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.33/28.74	c 29	Propagation in CSP
31.31/31.75	c 32	74880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.31/31.76	c 32	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
31.31/31.76	c 32	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.40/31.81	c 32	Simplifing CSP by introducing new Boolean variables
31.70/32.19	c 32	CSP : 7310 integers, 139266 booleans, 235100 clauses, largest domain size 2721
31.70/32.19	c 32	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.50/32.96	c 33	Encoding CSP to SAT : HOME/temp.cnf
37.04/37.53	c 38	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
41.50/42.01	c 42	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
45.26/45.88	c 46	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
47.63/48.23	c 48	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
50.01/50.61	c 51	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
52.35/53.02	c 53	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
54.83/55.55	c 56	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
57.38/58.14	c 58	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
60.02/60.80	c 61	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
62.55/63.45	c 64	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
163.37/165.71	c 166	23510 (10%) CSP clauses are encoded (30861016 clauses, 685972381 bytes)
244.91/248.63	c 249	47020 (20%) CSP clauses are encoded (45878606 clauses, 1066657358 bytes)
320.92/325.94	c 326	70530 (30%) CSP clauses are encoded (60087458 clauses, 1428579496 bytes)
393.67/399.91	c 400	94040 (40%) CSP clauses are encoded (73827744 clauses, 1780897068 bytes)
465.50/472.82	c 473	117550 (50%) CSP clauses are encoded (87760323 clauses, 2140596506 bytes)
466.77/474.11	c 474	ERROR Exception Too large HOME/temp.cnf
466.77/474.11	c 474	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
466.77/474.11	c 474	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
466.77/474.11	c 474	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
466.77/474.11	s UNKNOWN
466.81/474.21	c 474	CPU 453.39 (0.04 0.01 453.35 13.43)
466.81/474.21	c 474	END Sat Jul  5 08:56:55 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086674-1215240541/watcher-1086674-1215240541 -o /tmp/evaluation-result-1086674-1215240541/solver-1086674-1215240541 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086674-1215240541.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.03 4/80 24826
/proc/meminfo: memFree=1139160/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=18572 CPUtime=0
/proc/24826/stat : 24826 (runsolver) R 24824 24826 24789 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003028276 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24826/statm: 4643 292 257 25 0 2626 0

[startup+0.0519411 s]
/proc/loadavg: 1.92 1.98 2.03 4/80 24826
/proc/meminfo: memFree=1139160/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=0.03
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 2003028276 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102106 s]
/proc/loadavg: 1.92 1.98 2.03 4/80 24826
/proc/meminfo: memFree=1139160/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=0.03
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003028276 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30113 s]
/proc/loadavg: 1.92 1.98 2.03 4/80 24826
/proc/meminfo: memFree=1139160/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=0.03
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003028276 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7012 s]
/proc/loadavg: 1.92 1.98 2.03 4/80 24826
/proc/meminfo: memFree=1139160/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=0.03
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003028276 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.01 2.00 2.04 3/91 24838
/proc/meminfo: memFree=1113728/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=0.03
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003028276 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 796 370 3 0 500 0
[pid=24829] ppid=24826 vsize=5356 CPUtime=0
/proc/24829/stat : 24829 (sh) S 24826 24826 24789 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003028281 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24829/statm: 1339 233 193 169 0 50 0
[pid=24830] ppid=24829 vsize=864676 CPUtime=1.42
/proc/24830/stat : 24830 (java) S 24829 24826 24789 0 -1 0 14670 0 1 0 135 7 0 0 18 0 9 0 2003028281 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24830/statm: 216169 12715 2529 9 0 210751 0
[pid=24830/tid=24831] ppid=24829 vsize=864676 CPUtime=0.8
/proc/24830/task/24831/stat : 24831 (java) R 24829 24826 24789 0 -1 64 3020 0 1 0 78 2 0 0 24 0 9 0 2003028282 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24832] ppid=24829 vsize=864676 CPUtime=0.48
/proc/24830/task/24832/stat : 24832 (java) R 24829 24826 24789 0 -1 64 10451 0 0 0 45 3 0 0 16 0 9 0 2003028284 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 104187959 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24833] ppid=24829 vsize=864676 CPUtime=0
/proc/24830/task/24833/stat : 24833 (java) S 24829 24826 24789 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003028284 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24834] ppid=24829 vsize=864676 CPUtime=0
/proc/24830/task/24834/stat : 24834 (java) S 24829 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003028284 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24835] ppid=24829 vsize=864676 CPUtime=0
/proc/24830/task/24835/stat : 24835 (java) S 24829 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028286 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24836] ppid=24829 vsize=864676 CPUtime=0.11
/proc/24830/task/24836/stat : 24836 (java) S 24829 24826 24789 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 2003028286 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24837] ppid=24829 vsize=864676 CPUtime=0
/proc/24830/task/24837/stat : 24837 (java) S 24829 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003028286 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24830/tid=24838] ppid=24829 vsize=864676 CPUtime=0
/proc/24830/task/24838/stat : 24838 (java) S 24829 24826 24789 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003028286 885428224 12715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10155 s]
/proc/loadavg: 2.01 2.00 2.04 3/91 24848
/proc/meminfo: memFree=1130816/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.91
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 973 15970 0 1 3 1 178 9 15 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=864084 CPUtime=1.09
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 8218 0 1 0 105 4 0 0 18 0 9 0 2003028474 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 216021 7160 2532 9 0 210603 0
[pid=24840/tid=24841] ppid=24839 vsize=864084 CPUtime=0.67
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 2693 0 1 0 66 1 0 0 25 0 9 0 2003028475 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4126444339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=864084 CPUtime=0.33
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 4490 0 0 0 31 2 0 0 16 0 9 0 2003028476 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=864084 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=864084 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003028476 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=864084 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=864084 CPUtime=0.07
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 2003028478 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=864084 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=864084 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 884822016 7160 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883040

[startup+6.30202 s]
/proc/loadavg: 2.01 2.00 2.04 3/91 24848
/proc/meminfo: memFree=1104256/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.91
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 3 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868424 CPUtime=4.26
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 12516 0 1 0 417 9 0 0 18 0 9 0 2003028474 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217106 11120 2541 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868424 CPUtime=3.28
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 3138 0 1 0 326 2 0 0 25 0 9 0 2003028475 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4126639644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868424 CPUtime=0.73
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 7193 0 0 0 69 4 0 0 16 0 9 0 2003028476 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=868424 CPUtime=0.21
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1487 0 0 0 21 0 0 0 15 0 9 0 2003028478 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889266176 11120 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887380

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 2.04 3/91 24848
/proc/meminfo: memFree=1080648/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.91
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 3 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868424 CPUtime=10.59
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 22417 0 1 0 1045 14 0 0 18 0 9 0 2003028474 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217106 16919 2541 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868424 CPUtime=8.77
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 3620 0 1 0 874 3 0 0 25 0 9 0 2003028475 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4126568164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868424 CPUtime=1.57
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 16601 0 0 0 148 9 0 0 16 0 9 0 2003028476 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=868424 CPUtime=0.22
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1498 0 0 0 22 0 0 0 15 0 9 0 2003028478 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889266176 16919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887380

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.03 3/91 24848
/proc/meminfo: memFree=1032776/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.91
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 3 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868424 CPUtime=23.26
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 35461 0 1 0 2303 23 0 0 18 0 9 0 2003028474 889266176 28400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217106 28400 2541 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868424 CPUtime=19.97
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 4300 0 1 0 1993 4 0 0 25 0 9 0 2003028475 889266176 28400 996147200 134512640 134550740 4294955952 18446744073709551615 4126428751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868424 CPUtime=3.03
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 28963 0 0 0 287 16 0 0 16 0 9 0 2003028476 889266176 28400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889266176 28400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868424 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889266176 28400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24840/tid=24846] ppid=24839 vsize=868536 CPUtime=0.32
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 337.1
Current children cumulated vsize (KiB) 887492

[startup+402.302 s]
/proc/loadavg: 2.06 2.04 2.03 3/91 24848
/proc/meminfo: memFree=14856/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.92
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 4 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868536 CPUtime=394.13
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 52310 0 1 0 38302 1111 0 0 18 0 9 0 2003028474 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217134 39384 2566 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868536 CPUtime=386.17
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 8767 0 1 0 37558 1059 0 0 25 0 9 0 2003028475 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4127091774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868536 CPUtime=7.6
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 41299 0 0 0 711 49 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=868536 CPUtime=0.32
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 396.05
Current children cumulated vsize (KiB) 887492

[startup+462.302 s]
/proc/loadavg: 2.07 2.04 2.03 3/91 24848
/proc/meminfo: memFree=16136/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.92
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 4 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868536 CPUtime=453.23
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 52915 0 1 0 44031 1292 0 0 18 0 9 0 2003028474 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217134 39384 2566 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868536 CPUtime=444.85
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 9372 0 1 0 43249 1236 0 0 25 0 9 0 2003028475 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4126895479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868536 CPUtime=8.04
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 41299 0 0 0 750 54 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=868536 CPUtime=0.32
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 455.15
Current children cumulated vsize (KiB) 887492

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

[startup+467.103 s]
/proc/loadavg: 2.06 2.04 2.03 3/91 24848
/proc/meminfo: memFree=15432/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.92
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 4 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868536 CPUtime=457.96
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 52963 0 1 0 44489 1307 0 0 18 0 9 0 2003028474 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217134 39384 2566 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868536 CPUtime=449.55
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 9420 0 1 0 43705 1250 0 0 25 0 9 0 2003028475 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4127083014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868536 CPUtime=8.06
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 41299 0 0 0 752 54 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=868536 CPUtime=0.32
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.88
Current children cumulated vsize (KiB) 887492

[startup+473.503 s]
/proc/loadavg: 2.14 2.06 2.03 3/91 24848
/proc/meminfo: memFree=14920/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=1.92
/proc/24826/stat : 24826 (sugar) S 24824 24826 24789 0 -1 4194304 974 15970 0 1 4 1 178 9 16 0 1 0 2003028276 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24826/statm: 3400 797 370 3 0 500 0
[pid=24839] ppid=24826 vsize=5356 CPUtime=0
/proc/24839/stat : 24839 (sh) S 24826 24826 24789 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003028474 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24839/statm: 1339 233 193 169 0 50 0
[pid=24840] ppid=24839 vsize=868536 CPUtime=464.26
/proc/24840/stat : 24840 (java) S 24839 24826 24789 0 -1 0 53031 0 1 0 45098 1328 0 0 18 0 9 0 2003028474 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24840/statm: 217134 39384 2566 9 0 211681 0
[pid=24840/tid=24841] ppid=24839 vsize=868536 CPUtime=455.8
/proc/24840/task/24841/stat : 24841 (java) R 24839 24826 24789 0 -1 64 9488 0 1 0 44309 1271 0 0 25 0 9 0 2003028475 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24842] ppid=24839 vsize=868536 CPUtime=8.12
/proc/24840/task/24842/stat : 24842 (java) S 24839 24826 24789 0 -1 64 41299 0 0 0 757 55 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24843] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24843/stat : 24843 (java) S 24839 24826 24789 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24844] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24844/stat : 24844 (java) S 24839 24826 24789 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003028476 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24845] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24845/stat : 24845 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24846] ppid=24839 vsize=868536 CPUtime=0.32
/proc/24840/task/24846/stat : 24846 (java) S 24839 24826 24789 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24847] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24847/stat : 24847 (java) S 24839 24826 24789 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24840/tid=24848] ppid=24839 vsize=868536 CPUtime=0
/proc/24840/task/24848/stat : 24848 (java) S 24839 24826 24789 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003028478 889380864 39384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 466.18
Current children cumulated vsize (KiB) 887492

[startup+475.101 s]
/proc/loadavg: 2.14 2.06 2.03 2/81 24848
/proc/meminfo: memFree=1353176/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=467.47
/proc/24826/stat : 24826 (sugar) D 24824 24826 24789 0 -1 4194304 996 69305 0 2 4 65 45335 1343 18 0 1 0 2003028276 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24826/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 467.47
Current children cumulated vsize (KiB) 13600

[startup+475.901 s]
/proc/loadavg: 2.14 2.06 2.03 2/81 24848
/proc/meminfo: memFree=1353176/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=467.5
/proc/24826/stat : 24826 (sugar) D 24824 24826 24789 0 -1 4194304 996 69305 0 2 4 68 45335 1343 18 0 1 0 2003028276 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24826/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 467.5
Current children cumulated vsize (KiB) 13600

[startup+476.306 s]
/proc/loadavg: 2.12 2.06 2.03 2/81 24848
/proc/meminfo: memFree=1352792/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=467.51
/proc/24826/stat : 24826 (sugar) D 24824 24826 24789 0 -1 4194304 996 69305 0 2 4 69 45335 1343 18 0 1 0 2003028276 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24826/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 467.51
Current children cumulated vsize (KiB) 13600

[startup+476.701 s]
/proc/loadavg: 2.12 2.06 2.03 2/81 24848
/proc/meminfo: memFree=1352792/2055920 swapFree=4180256/4192956
[pid=24826] ppid=24824 vsize=13600 CPUtime=467.53
/proc/24826/stat : 24826 (sugar) D 24824 24826 24789 0 -1 4194304 996 69305 0 2 4 71 45335 1343 18 0 1 0 2003028276 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24826/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 467.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 476.737
CPU time (s): 467.545
CPU user time (s): 453.396
CPU system time (s): 14.1488
CPU usage (%): 98.0718
Max. virtual memory (cumulated for all children) (KiB): 897632

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

runsolver used 0.574912 second user time and 1.67974 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-05 08:49:01
IDJOB=1086674
IDBENCH=57861
IDSOLVER=345
FILE ID=node22/1086674-1215240541
PBS_JOBID= 7881994
Free space on /tmp= 66456 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086674-1215240541/watcher-1086674-1215240541 -o /tmp/evaluation-result-1086674-1215240541/solver-1086674-1215240541 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086674-1215240541.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e83daf1b7df41c00976ce9b348425bef
RANDOM SEED=79634492

node22.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.267
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.267
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:       1139640 kB
Buffers:         50100 kB
Cached:         194768 kB
SwapCached:       6596 kB
Active:         772140 kB
Inactive:        87112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139640 kB
SwapTotal:     4192956 kB
SwapFree:      4180256 kB
Dirty:            5188 kB
Writeback:           0 kB
Mapped:         627924 kB
Slab:            41180 kB
Committed_AS:  4220620 kB
PageTables:       2920 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= 66452 MiB
End job on node22 at 2008-07-05 08:56:58