Trace number 1086696

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+minisat? 466.298 475.004

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-7.xml
MD5SUM5e9cbe4379af043e5c10a73f4d59f1d6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.3297
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/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:52:20 2008
0.00/0.04	c 0	PID 9252
0.03/0.05	c 0	HOST node2.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086696-1215240740.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086696-1215240740.xml' 'HOME/temp.csp'
1.85/1.94	c 2	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.85/1.99	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.85/1.99	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.07	c 2	Parsing HOME/temp.csp
2.30/2.47	c 2	parsed 10000 expressions
2.69/2.82	c 3	parsed 20000 expressions
2.99/3.15	c 3	parsed 28774 expressions
2.99/3.15	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.15	c 3	Converting to clausal form CSP
4.28/4.41	c 4	converted 2878 (10%) expressions
7.14/7.37	c 7	converted 5755 (20%) expressions
10.11/10.38	c 10	converted 8633 (30%) expressions
12.79/13.03	c 13	converted 11510 (40%) expressions
15.35/15.65	c 16	converted 14387 (50%) expressions
18.33/18.61	c 19	converted 17265 (60%) expressions
20.80/21.13	c 21	converted 20142 (70%) expressions
23.18/23.55	c 23	converted 23020 (80%) expressions
25.45/25.84	c 26	converted 25897 (90%) expressions
28.22/28.63	c 29	converted 28774 (100%) expressions
28.22/28.63	c 29	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
28.22/28.63	c 29	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.22/28.63	c 29	Propagation in CSP
31.19/31.60	c 32	74880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.19/31.61	c 32	CSP : 7310 integers, 76888 booleans, 172722 clauses, largest domain size 2721
31.19/31.61	c 32	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.19/31.65	c 32	Simplifing CSP by introducing new Boolean variables
31.59/32.06	c 32	CSP : 7310 integers, 139266 booleans, 235100 clauses, largest domain size 2721
31.59/32.06	c 32	Heap : 131 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.38/32.82	c 33	Encoding CSP to SAT : HOME/temp.cnf
36.84/37.31	c 37	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
41.20/41.79	c 42	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
45.06/45.70	c 46	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
47.43/48.04	c 48	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
49.70/50.38	c 50	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
52.04/52.80	c 53	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
54.50/55.29	c 55	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
57.05/57.86	c 58	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
59.69/60.53	c 60	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
62.20/63.16	c 63	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
162.40/164.88	c 165	23510 (10%) CSP clauses are encoded (30862883 clauses, 686025459 bytes)
243.52/247.29	c 247	47020 (20%) CSP clauses are encoded (45882467 clauses, 1066767849 bytes)
319.45/324.30	c 324	70530 (30%) CSP clauses are encoded (60093400 clauses, 1428749824 bytes)
392.12/398.37	c 398	94040 (40%) CSP clauses are encoded (73835620 clauses, 1781123181 bytes)
464.04/471.63	c 472	117550 (50%) CSP clauses are encoded (87770204 clauses, 2140880549 bytes)
465.20/472.89	c 473	ERROR Exception Too large HOME/temp.cnf
465.20/472.89	c 473	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
465.20/472.89	c 473	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
465.20/472.89	c 473	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
465.20/472.89	s UNKNOWN
465.33/473.24	c 473	CPU 452.07 (0.03 0.01 452.04 13.26)
465.33/473.24	c 473	END Sat Jul  5 09:00:13 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-1086696-1215240740/watcher-1086696-1215240740 -o /tmp/evaluation-result-1086696-1215240740/solver-1086696-1215240740 -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/minisat -tmp=HOME/temp HOME/instance-1086696-1215240740.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.99 1.98 1.99 3/72 9252
/proc/meminfo: memFree=1706792/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=4708 CPUtime=0
/proc/9252/stat : 9252 (sugar) R 9250 9252 7628 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1008478607 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 206378694025 0 0 4096 0 0 0 0 17 1 0 0
/proc/9252/statm: 1177 43 33 3 0 8 0

[startup+0.0498219 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 9252
/proc/meminfo: memFree=1706792/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=0.03
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 1008478607 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102471 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 9252
/proc/meminfo: memFree=1706792/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=0.03
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1008478607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301485 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 9252
/proc/meminfo: memFree=1706792/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=0.03
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1008478607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701534 s]
/proc/loadavg: 1.99 1.98 1.99 3/72 9252
/proc/meminfo: memFree=1706792/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=0.03
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1008478607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 9264
/proc/meminfo: memFree=1681360/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=0.03
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1008478607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 796 370 3 0 500 0
[pid=9255] ppid=9252 vsize=5356 CPUtime=0
/proc/9255/stat : 9255 (sh) S 9252 9252 7628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1008478612 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9255/statm: 1339 233 193 169 0 50 0
[pid=9256] ppid=9255 vsize=864676 CPUtime=1.42
/proc/9256/stat : 9256 (java) S 9255 9252 7628 0 -1 0 14785 0 1 0 135 7 0 0 18 0 9 0 1008478612 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9256/statm: 216169 12830 2529 9 0 210751 0
[pid=9256/tid=9257] ppid=9255 vsize=864676 CPUtime=0.79
/proc/9256/task/9257/stat : 9257 (java) R 9255 9252 7628 0 -1 64 3020 0 1 0 77 2 0 0 24 0 9 0 1008478613 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9258] ppid=9255 vsize=864676 CPUtime=0.48
/proc/9256/task/9258/stat : 9258 (java) R 9255 9252 7628 0 -1 64 10564 0 0 0 45 3 0 0 16 0 9 0 1008478614 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 104187989 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9259] ppid=9255 vsize=864676 CPUtime=0
/proc/9256/task/9259/stat : 9259 (java) S 9255 9252 7628 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1008478615 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9260] ppid=9255 vsize=864676 CPUtime=0
/proc/9256/task/9260/stat : 9260 (java) S 9255 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1008478615 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9261] ppid=9255 vsize=864676 CPUtime=0
/proc/9256/task/9261/stat : 9261 (java) S 9255 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1008478617 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9262] ppid=9255 vsize=864676 CPUtime=0.11
/proc/9256/task/9262/stat : 9262 (java) S 9255 9252 7628 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 1008478617 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9263] ppid=9255 vsize=864676 CPUtime=0
/proc/9256/task/9263/stat : 9263 (java) S 9255 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478617 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9256/tid=9264] ppid=9255 vsize=864676 CPUtime=0
/proc/9256/task/9264/stat : 9264 (java) S 9255 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478617 885428224 12830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10178 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 9274
/proc/meminfo: memFree=1698576/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.91
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 973 15972 0 1 2 1 179 9 15 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=864356 CPUtime=1.08
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 8071 0 1 0 102 6 0 0 18 0 9 0 1008478806 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 216089 7082 2532 9 0 210671 0
[pid=9266/tid=9267] ppid=9265 vsize=864356 CPUtime=0.66
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 2596 0 1 0 64 2 0 0 25 0 9 0 1008478807 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=864356 CPUtime=0.32
/proc/9266/task/9268/stat : 9268 (java) R 9265 9252 7628 0 -1 64 4441 0 0 0 30 2 0 0 16 0 9 0 1008478808 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=864356 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=864356 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1008478809 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=864356 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=864356 CPUtime=0.06
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 1008478811 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=864356 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=864356 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 885100544 7082 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883312

[startup+6.30211 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 9274
/proc/meminfo: memFree=1671888/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.91
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 2 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868424 CPUtime=4.24
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 12485 0 1 0 414 10 0 0 18 0 9 0 1008478806 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217106 11092 2541 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868424 CPUtime=3.25
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 3135 0 1 0 322 3 0 0 25 0 9 0 1008478807 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4126428774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868424 CPUtime=0.75
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 7166 0 0 0 70 5 0 0 16 0 9 0 1008478808 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=868424 CPUtime=0.22
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 1487 0 0 0 21 1 0 0 15 0 9 0 1008478811 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 889266176 11092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887380

[startup+12.7018 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 9274
/proc/meminfo: memFree=1648208/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.92
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 3 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868424 CPUtime=10.58
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 22517 0 1 0 1042 16 0 0 18 0 9 0 1008478806 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217106 17021 2541 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868424 CPUtime=8.74
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 3618 0 1 0 871 3 0 0 25 0 9 0 1008478807 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868424 CPUtime=1.57
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 16704 0 0 0 147 10 0 0 16 0 9 0 1008478808 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=868424 CPUtime=0.23
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 1498 0 0 0 22 1 0 0 15 0 9 0 1008478811 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 889266176 17021 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 889266176 17021 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.5021 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 9274
/proc/meminfo: memFree=1599888/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.92
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 3 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868424 CPUtime=23.23
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 35820 0 1 0 2298 25 0 0 18 0 9 0 1008478806 889266176 28440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217106 28440 2541 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868424 CPUtime=19.94
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 4285 0 1 0 1989 5 0 0 25 0 9 0 1008478807 889266176 28440 996147200 134512640 134550740 4294955952 18446744073709551615 4126568176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868424 CPUtime=3.04
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 29338 0 0 0 286 18 0 0 16 0 9 0 1008478808 889266176 28440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889266176 28440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868424 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889266176 28440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+402.303 s]
/proc/loadavg: 2.96 2.48 2.19 3/83 9276
/proc/meminfo: memFree=15696/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.92
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 3 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868536 CPUtime=394.14
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 53045 0 1 0 38312 1102 0 0 18 0 9 0 1008478806 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217134 39787 2566 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868536 CPUtime=386.21
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 8765 0 1 0 37568 1053 0 0 25 0 9 0 1008478807 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4127083808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868536 CPUtime=7.57
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 42037 0 0 0 711 46 0 0 16 0 9 0 1008478808 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=868536 CPUtime=0.32
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.06
Current children cumulated vsize (KiB) 887492

[startup+462.302 s]
/proc/loadavg: 2.98 2.57 2.23 3/83 9276
/proc/meminfo: memFree=16144/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.92
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 3 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868536 CPUtime=452.99
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 53647 0 1 0 44016 1283 0 0 18 0 9 0 1008478806 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217134 39787 2566 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868536 CPUtime=444.63
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 9367 0 1 0 43233 1230 0 0 25 0 9 0 1008478807 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4127083867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868536 CPUtime=8.01
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 42037 0 0 0 751 50 0 0 16 0 9 0 1008478808 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=868536 CPUtime=0.32
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.91
Current children cumulated vsize (KiB) 887492

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

[startup+467.103 s]
/proc/loadavg: 2.98 2.58 2.24 3/83 9276
/proc/meminfo: memFree=15312/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.92
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 3 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868536 CPUtime=457.7
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 53696 0 1 0 44474 1296 0 0 18 0 9 0 1008478806 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217134 39787 2566 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868536 CPUtime=449.31
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 9416 0 1 0 43688 1243 0 0 25 0 9 0 1008478807 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4127083808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868536 CPUtime=8.03
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 42037 0 0 0 753 50 0 0 16 0 9 0 1008478808 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=868536 CPUtime=0.32
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.62
Current children cumulated vsize (KiB) 887492

[startup+470.302 s]
/proc/loadavg: 2.98 2.59 2.24 3/83 9276
/proc/meminfo: memFree=16016/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=1.92
/proc/9252/stat : 9252 (sugar) S 9250 9252 7628 0 -1 4194304 974 15972 0 1 3 1 179 9 16 0 1 0 1008478607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9252/statm: 3400 797 370 3 0 500 0
[pid=9265] ppid=9252 vsize=5356 CPUtime=0
/proc/9265/stat : 9265 (sh) S 9252 9252 7628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1008478806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9265/statm: 1339 233 193 169 0 50 0
[pid=9266] ppid=9265 vsize=868536 CPUtime=460.84
/proc/9266/stat : 9266 (java) S 9265 9252 7628 0 -1 0 53730 0 1 0 44778 1306 0 0 18 0 9 0 1008478806 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9266/statm: 217134 39787 2566 9 0 211681 0
[pid=9266/tid=9267] ppid=9265 vsize=868536 CPUtime=452.43
/proc/9266/task/9267/stat : 9267 (java) R 9265 9252 7628 0 -1 64 9450 0 1 0 43990 1253 0 0 25 0 9 0 1008478807 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4127082980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9268] ppid=9265 vsize=868536 CPUtime=8.06
/proc/9266/task/9268/stat : 9268 (java) S 9265 9252 7628 0 -1 64 42037 0 0 0 756 50 0 0 16 0 9 0 1008478808 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9269] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9269/stat : 9269 (java) S 9265 9252 7628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9270] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9270/stat : 9270 (java) S 9265 9252 7628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1008478809 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9271] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9271/stat : 9271 (java) S 9265 9252 7628 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9272] ppid=9265 vsize=868536 CPUtime=0.32
/proc/9266/task/9272/stat : 9272 (java) S 9265 9252 7628 0 -1 64 1546 0 0 0 31 1 0 0 16 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9273] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9273/stat : 9273 (java) S 9265 9252 7628 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9266/tid=9274] ppid=9265 vsize=868536 CPUtime=0
/proc/9266/task/9274/stat : 9274 (java) S 9265 9252 7628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1008478811 889380864 39787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.76
Current children cumulated vsize (KiB) 887492

[startup+473.501 s]
/proc/loadavg: 2.91 2.58 2.24 2/83 9276
/proc/meminfo: memFree=15376/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=465.36
/proc/9252/stat : 9252 (sugar) R 9250 9252 7628 0 -1 4194304 996 70028 0 2 3 3 45204 1326 16 0 1 0 1008478607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9252/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 465.36
Current children cumulated vsize (KiB) 13600

[startup+474.301 s]
/proc/loadavg: 2.91 2.58 2.24 3/73 9276
/proc/meminfo: memFree=1309408/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=466.14
/proc/9252/stat : 9252 (sugar) D 9250 9252 7628 0 -1 4194304 996 70028 0 2 3 81 45204 1326 23 0 1 0 1008478607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9252/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.14
Current children cumulated vsize (KiB) 13600

[startup+474.701 s]
/proc/loadavg: 2.91 2.58 2.24 3/73 9276
/proc/meminfo: memFree=1309408/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=466.26
/proc/9252/stat : 9252 (sugar) D 9250 9252 7628 0 -1 4194304 996 70028 0 2 3 93 45204 1326 18 0 1 0 1008478607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9252/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.26
Current children cumulated vsize (KiB) 13600

[startup+474.902 s]
/proc/loadavg: 2.91 2.58 2.24 3/73 9276
/proc/meminfo: memFree=1309408/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=466.27
/proc/9252/stat : 9252 (sugar) D 9250 9252 7628 0 -1 4194304 996 70028 0 2 3 94 45204 1326 18 0 1 0 1008478607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9252/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.27
Current children cumulated vsize (KiB) 13600

[startup+475.002 s]
/proc/loadavg: 2.91 2.58 2.24 3/73 9276
/proc/meminfo: memFree=1309408/2055920 swapFree=4180884/4192956
[pid=9252] ppid=9250 vsize=13600 CPUtime=466.28
/proc/9252/stat : 9252 (sugar) D 9250 9252 7628 0 -1 4194304 996 70028 0 2 3 95 45204 1326 18 0 1 0 1008478607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9252/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 466.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 475.004
CPU time (s): 466.298
CPU user time (s): 452.074
CPU system time (s): 14.2238
CPU usage (%): 98.1673
Max. virtual memory (cumulated for all children) (KiB): 897628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.074
system time used= 14.2238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71054
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= 49106
involuntary context switches= 60283

runsolver used 0.58991 second user time and 1.67474 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-05 08:52:20
IDJOB=1086696
IDBENCH=57863
IDSOLVER=346
FILE ID=node2/1086696-1215240740
PBS_JOBID= 7881872
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-7.xml
COMMAND LINE= DIR/sugar -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-1086696-1215240740/watcher-1086696-1215240740 -o /tmp/evaluation-result-1086696-1215240740/solver-1086696-1215240740 -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/minisat" -tmp="HOME/temp" HOME/instance-1086696-1215240740.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e9cbe4379af043e5c10a73f4d59f1d6
RANDOM SEED=1877508582

node2.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.236
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.236
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:       1707272 kB
Buffers:         34504 kB
Cached:         187464 kB
SwapCached:       5968 kB
Active:         114636 kB
Inactive:       167308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707272 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            9796 kB
Writeback:           0 kB
Mapped:          67420 kB
Slab:            51616 kB
Committed_AS:  1698840 kB
PageTables:       2072 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66504 MiB
End job on node2 at 2008-07-05 09:00:15