Trace number 2083886

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.14.6+minisat? 438.238 452.265

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-9.xml
MD5SUM934d5befa5025b948f72904dd764f189
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 benchmark38.1952
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data

0.06/0.32	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.32	c 0	BEGIN Sun Jul 12 08:00:09 2009
0.06/0.32	c 0	PID 24259
0.06/0.34	c 0	HOST node4.alineos.net
0.06/0.34	c 0	CONVERTING HOME/instance-2083886-1247378408.xml TO HOME/temp.csp
0.06/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083886-1247378408.xml' 'HOME/temp.csp'
3.40/3.74	c 4	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.46/3.80	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.46/3.80	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.46/3.88	c 4	Parsing HOME/temp.csp
3.47/4.20	c 4	parsed 10000 expressions
4.04/4.42	c 5	parsed 20000 expressions
4.13/4.54	c 5	parsed 30000 expressions
4.34/4.73	c 5	parsed 40000 expressions
4.43/4.85	c 5	parsed 50000 expressions
4.74/5.13	c 5	parsed 60000 expressions
4.74/5.19	c 5	parsed 65794 expressions
4.83/5.20	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.83/5.20	c 5	Converting to clausal form CSP
12.15/12.67	c 13	converted 6580 (10%) expressions
20.65/21.21	c 21	converted 13159 (20%) expressions
29.17/29.88	c 30	converted 19739 (30%) expressions
36.98/37.71	c 38	converted 26318 (40%) expressions
45.49/46.36	c 46	converted 32897 (50%) expressions
52.70/53.64	c 54	converted 39477 (60%) expressions
59.26/60.21	c 60	converted 46056 (70%) expressions
67.03/68.09	c 68	converted 52636 (80%) expressions
72.90/73.91	c 74	converted 59215 (90%) expressions
78.47/79.53	c 80	converted 65794 (100%) expressions
78.47/79.53	c 80	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
78.47/79.53	c 80	Heap : 414 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
78.47/79.53	c 80	Propagation in CSP
83.05/84.16	c 84	4658 values, 0 unsatisfiable literals, and 0 valid clauses are removed
83.05/84.17	c 84	CSP : 9184 integers, 185021 booleans, 396586 clauses, largest domain size 2821
83.05/84.17	c 84	Heap : 416 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
83.25/84.31	c 84	Simplifing CSP by introducing new Boolean variables
83.94/85.00	c 85	CSP : 9184 integers, 320807 booleans, 532372 clauses, largest domain size 2821
83.94/85.00	c 85	Heap : 464 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
86.94/88.07	c 88	Encoding CSP to SAT : HOME/temp.cnf
92.10/93.23	c 93	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
97.08/98.20	c 98	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
99.55/100.79	c 101	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
102.24/103.47	c 104	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
104.88/106.13	c 106	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
107.56/108.83	c 109	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
110.21/111.58	c 112	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
113.06/114.48	c 115	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
115.88/117.35	c 117	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
118.70/120.26	c 120	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
162.85/165.09	c 165	53238 (10%) CSP clauses are encoded (29396280 clauses, 676478231 bytes)
208.65/212.15	c 212	106475 (20%) CSP clauses are encoded (42781129 clauses, 1052578777 bytes)
248.74/253.03	c 253	159712 (30%) CSP clauses are encoded (54996862 clauses, 1396089575 bytes)
287.39/292.71	c 293	212949 (40%) CSP clauses are encoded (66828012 clauses, 1740149475 bytes)
326.46/332.67	c 333	266186 (50%) CSP clauses are encoded (79221809 clauses, 2111000693 bytes)
364.26/371.22	c 371	319424 (60%) CSP clauses are encoded (91524755 clauses, 2480934597 bytes)
399.69/407.37	c 407	372661 (70%) CSP clauses are encoded (103102532 clauses, 2829880672 bytes)
437.41/445.94	c 446	ERROR Exception Too large HOME/temp.cnf
437.41/445.94	c 446	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
437.41/445.94	c 446	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
437.41/445.94	c 446	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
437.41/445.94	s UNKNOWN
437.53/446.10	c 446	CPU 437.55 (0.06 0.03 418.46 19)
437.53/446.10	c 446	END Sun Jul 12 08:07:35 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083886-1247378408/watcher-2083886-1247378408 -o /tmp/evaluation-result-2083886-1247378408/solver-2083886-1247378408 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083886-1247378408.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.86 2.55 2.36 4/80 24259
/proc/meminfo: memFree=1422376/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=18576 CPUtime=0
/proc/24259/stat : 24259 (runsolver) R 24257 24259 22121 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24908417 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24259/statm: 4644 284 249 26 0 2626 0

[startup+0.0212319 s]
/proc/loadavg: 2.86 2.55 2.36 4/80 24259
/proc/meminfo: memFree=1422376/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=18576 CPUtime=0
/proc/24259/stat : 24259 (runsolver) D 24257 24259 22121 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24908417 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101241 s]
/proc/loadavg: 2.86 2.55 2.36 4/80 24259
/proc/meminfo: memFree=1422376/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=7504 CPUtime=0
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 61 0 2 0 0 0 0 0 18 0 1 0 24908417 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 259910599376 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/24259/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.301265 s]
/proc/loadavg: 2.86 2.55 2.36 4/80 24259
/proc/meminfo: memFree=1422376/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16212 CPUtime=0.06
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 963 0 6 0 4 2 0 0 18 0 1 0 24908417 16601088 937 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4053 937 380 3 0 632 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16212

[startup+0.701302 s]
/proc/loadavg: 2.86 2.55 2.36 4/80 24259
/proc/meminfo: memFree=1422376/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=0.08
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1221 128 6 0 5 3 0 0 18 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+1.50138 s]
/proc/loadavg: 2.79 2.54 2.36 5/91 24271
/proc/meminfo: memFree=1404752/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=0.08
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1221 128 6 0 5 3 0 0 18 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24262] ppid=24259 vsize=5356 CPUtime=0
/proc/24262/stat : 24262 (sh) S 24259 24259 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24908451 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24262/statm: 1339 233 193 169 0 50 0
[pid=24263] ppid=24262 vsize=865780 CPUtime=1.13
/proc/24263/stat : 24263 (java) S 24262 24259 22121 0 -1 0 12286 0 1 0 106 7 0 0 18 0 9 0 24908451 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24263/statm: 216445 10572 2557 9 0 210957 0
[pid=24263/tid=24264] ppid=24262 vsize=865780 CPUtime=0.7
/proc/24263/task/24264/stat : 24264 (java) R 24262 24259 22121 0 -1 64 2865 0 1 0 68 2 0 0 18 0 9 0 24908452 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24265] ppid=24262 vsize=865780 CPUtime=0.31
/proc/24263/task/24265/stat : 24265 (java) R 24262 24259 22121 0 -1 64 8223 0 0 0 28 3 0 0 16 0 9 0 24908454 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 102768109 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24262 vsize=865780 CPUtime=0
/proc/24263/task/24266/stat : 24266 (java) S 24262 24259 22121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24908454 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24262 vsize=865780 CPUtime=0
/proc/24263/task/24267/stat : 24267 (java) S 24262 24259 22121 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24908454 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24268] ppid=24262 vsize=865780 CPUtime=0
/proc/24263/task/24268/stat : 24268 (java) S 24262 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908456 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24269] ppid=24262 vsize=865780 CPUtime=0.09
/proc/24263/task/24269/stat : 24269 (java) S 24262 24259 22121 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 24908456 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24270] ppid=24262 vsize=865780 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24262 24259 22121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24908456 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24262 vsize=865780 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24262 24259 22121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24908456 886558720 10572 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 888004

[startup+3.10254 s]
/proc/loadavg: 2.79 2.54 2.36 4/91 24271
/proc/meminfo: memFree=1364368/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=0.08
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1221 128 6 0 5 3 0 0 18 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24262] ppid=24259 vsize=5356 CPUtime=0
/proc/24262/stat : 24262 (sh) S 24259 24259 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24908451 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24262/statm: 1339 233 193 169 0 50 0
[pid=24263] ppid=24262 vsize=864792 CPUtime=2.72
/proc/24263/stat : 24263 (java) S 24262 24259 22121 0 -1 0 29960 0 1 0 258 14 0 0 18 0 9 0 24908451 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24263/statm: 216198 25039 2557 9 0 210710 0
[pid=24263/tid=24264] ppid=24262 vsize=864792 CPUtime=1.44
/proc/24263/task/24264/stat : 24264 (java) R 24262 24259 22121 0 -1 64 3955 0 1 0 141 3 0 0 25 0 9 0 24908452 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4126740462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24265] ppid=24262 vsize=864792 CPUtime=1.12
/proc/24263/task/24265/stat : 24265 (java) S 24262 24259 22121 0 -1 64 24773 0 0 0 102 10 0 0 17 0 9 0 24908454 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24266] ppid=24262 vsize=864792 CPUtime=0
/proc/24263/task/24266/stat : 24266 (java) S 24262 24259 22121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24908454 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24267] ppid=24262 vsize=864792 CPUtime=0
/proc/24263/task/24267/stat : 24267 (java) S 24262 24259 22121 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 24908454 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24268] ppid=24262 vsize=864792 CPUtime=0
/proc/24263/task/24268/stat : 24268 (java) S 24262 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908456 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24269] ppid=24262 vsize=864792 CPUtime=0.14
/proc/24263/task/24269/stat : 24269 (java) S 24262 24259 22121 0 -1 64 527 0 0 0 14 0 0 0 16 0 9 0 24908456 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24263/tid=24270] ppid=24262 vsize=864792 CPUtime=0
/proc/24263/task/24270/stat : 24270 (java) S 24262 24259 22121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24908456 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24263/tid=24271] ppid=24262 vsize=864792 CPUtime=0
/proc/24263/task/24271/stat : 24271 (java) S 24262 24259 22121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24908456 885547008 25039 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 887016

[startup+6.30284 s]
/proc/loadavg: 2.73 2.53 2.36 4/91 24281
/proc/meminfo: memFree=1378832/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.47
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1303 32056 6 1 5 3 321 18 15 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868544 CPUtime=2.45
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 14841 0 1 0 239 6 0 0 18 0 9 0 24908798 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217136 13498 2570 9 0 211641 0
[pid=24273/tid=24274] ppid=24272 vsize=868544 CPUtime=1.64
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 2919 0 1 0 163 1 0 0 25 0 9 0 24908799 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4126509680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868544 CPUtime=0.61
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 9747 0 0 0 58 3 0 0 16 0 9 0 24908800 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868544 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868544 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24908800 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868544 CPUtime=0
/proc/24273/task/24278/stat : 24278 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908802 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24279] ppid=24272 vsize=868544 CPUtime=0.18
/proc/24273/task/24279/stat : 24279 (java) S 24272 24259 22121 0 -1 64 1472 0 0 0 17 1 0 0 15 0 9 0 24908802 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24280] ppid=24272 vsize=868544 CPUtime=0
/proc/24273/task/24280/stat : 24280 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24908802 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24281] ppid=24272 vsize=868544 CPUtime=0
/proc/24273/task/24281/stat : 24281 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24908802 889389056 13498 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 890768

[startup+12.7025 s]
/proc/loadavg: 2.67 2.52 2.36 3/91 24281
/proc/meminfo: memFree=1344656/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.47
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1303 32056 6 1 5 3 321 18 16 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868628 CPUtime=8.78
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 28210 0 1 0 862 16 0 0 18 0 9 0 24908798 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217157 21173 2568 9 0 211662 0
[pid=24273/tid=24274] ppid=24272 vsize=868628 CPUtime=7.05
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 3367 0 1 0 702 3 0 0 25 0 9 0 24908799 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4126510982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868628 CPUtime=1.51
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 22655 0 0 0 140 11 0 0 16 0 9 0 24908800 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24908800 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24278/stat : 24278 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908802 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24279] ppid=24272 vsize=868628 CPUtime=0.2
/proc/24273/task/24279/stat : 24279 (java) S 24272 24259 22121 0 -1 64 1485 0 0 0 19 1 0 0 16 0 9 0 24908802 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24280] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24280/stat : 24280 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24908802 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24281] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24281/stat : 24281 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24908802 889475072 21173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 890852

[startup+25.5017 s]
/proc/loadavg: 2.52 2.50 2.35 3/91 24281
/proc/meminfo: memFree=1277200/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.47
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1303 32056 6 1 5 3 321 18 16 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868628 CPUtime=21.44
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 52754 0 1 0 2115 29 0 0 18 0 9 0 24908798 889475072 37220 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217157 37220 2568 9 0 211662 0
[pid=24273/tid=24274] ppid=24272 vsize=868628 CPUtime=17.33
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 4798 0 1 0 1730 3 0 0 25 0 9 0 24908799 889475072 37220 996147200 134512640 134550932 4294955936 18446744073709551615 4126585185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868628 CPUtime=3.87
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 45763 0 0 0 364 23 0 0 16 0 9 0 24908800 889475072 37220 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889475072 37220 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868628 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24908800 889475072 37220 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868628 CPUtime=0

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

[startup+402.302 s]
/proc/loadavg: 2.43 2.38 2.34 4/91 24287
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.47
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1304 32056 6 1 5 3 321 18 16 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868740 CPUtime=391.32
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 154286 0 3 0 37504 1628 0 0 18 0 9 0 24908798 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217185 127306 2593 9 0 211662 0
[pid=24273/tid=24274] ppid=24272 vsize=868740 CPUtime=372.54
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 10313 0 3 0 35710 1544 0 0 25 0 9 0 24908799 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868740 CPUtime=18.45
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 141731 0 0 0 1763 82 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24278/stat : 24278 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24279] ppid=24272 vsize=868740 CPUtime=0.3
/proc/24273/task/24279/stat : 24279 (java) S 24272 24259 22121 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24280] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24280/stat : 24280 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24281] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24281/stat : 24281 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 394.79
Current children cumulated vsize (KiB) 890964

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

[startup+409.601 s]
/proc/loadavg: 2.39 2.37 2.33 3/91 24287
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.48
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1304 32056 6 1 6 3 321 18 16 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868740 CPUtime=398.5
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 154319 0 3 0 38179 1671 0 0 18 0 9 0 24908798 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217185 127306 2593 9 0 211662 0
[pid=24273/tid=24274] ppid=24272 vsize=868740 CPUtime=379.64
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 10346 0 3 0 36378 1586 0 0 25 0 9 0 24908799 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868740 CPUtime=18.51
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 141731 0 0 0 1769 82 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24278/stat : 24278 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24279] ppid=24272 vsize=868740 CPUtime=0.3
/proc/24273/task/24279/stat : 24279 (java) S 24272 24259 22121 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24280] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24280/stat : 24280 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24281] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24281/stat : 24281 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 890964

[startup+435.202 s]
/proc/loadavg: 2.26 2.34 2.33 3/91 24287
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.48
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1304 32056 6 1 6 3 321 18 16 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868740 CPUtime=423.47
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 154435 0 3 0 40535 1812 0 0 18 0 9 0 24908798 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217185 127306 2593 9 0 211662 0
[pid=24273/tid=24274] ppid=24272 vsize=868740 CPUtime=404.39
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 10462 0 3 0 38713 1726 0 0 25 0 9 0 24908799 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868740 CPUtime=18.74
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 141731 0 0 0 1791 83 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24278/stat : 24278 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24279] ppid=24272 vsize=868740 CPUtime=0.3
/proc/24273/task/24279/stat : 24279 (java) S 24272 24259 22121 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24280] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24280/stat : 24280 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24281] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24281/stat : 24281 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 426.95
Current children cumulated vsize (KiB) 890964

[startup+441.602 s]
/proc/loadavg: 2.22 2.33 2.32 3/91 24287
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=3.48
/proc/24259/stat : 24259 (sugar) S 24257 24259 22121 0 -1 4194304 1304 32056 6 1 6 3 321 18 16 0 1 0 24908417 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24259/statm: 4217 1111 409 3 0 796 0
[pid=24272] ppid=24259 vsize=5356 CPUtime=0
/proc/24272/stat : 24272 (sh) S 24259 24259 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24908797 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24272/statm: 1339 233 193 169 0 50 0
[pid=24273] ppid=24272 vsize=868740 CPUtime=429.7
/proc/24273/stat : 24273 (java) S 24272 24259 22121 0 -1 0 154464 0 3 0 41124 1846 0 0 18 0 9 0 24908798 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24273/statm: 217185 127306 2593 9 0 211662 0
[pid=24273/tid=24274] ppid=24272 vsize=868740 CPUtime=410.58
/proc/24273/task/24274/stat : 24274 (java) R 24272 24259 22121 0 -1 64 10491 0 3 0 39297 1761 0 0 25 0 9 0 24908799 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24275] ppid=24272 vsize=868740 CPUtime=18.79
/proc/24273/task/24275/stat : 24275 (java) S 24272 24259 22121 0 -1 64 141731 0 0 0 1796 83 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24273/tid=24276] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24276/stat : 24276 (java) S 24272 24259 22121 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24277] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24277/stat : 24277 (java) S 24272 24259 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24908800 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24278] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24278/stat : 24278 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24279] ppid=24272 vsize=868740 CPUtime=0.3
/proc/24273/task/24279/stat : 24279 (java) S 24272 24259 22121 0 -1 64 1539 0 0 0 29 1 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24280] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24280/stat : 24280 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24273/tid=24281] ppid=24272 vsize=868740 CPUtime=0
/proc/24273/task/24281/stat : 24281 (java) S 24272 24259 22121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24908802 889589760 127306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.18
Current children cumulated vsize (KiB) 890964

[startup+448.002 s]
/proc/loadavg: 2.36 2.36 2.33 4/81 24287
/proc/meminfo: memFree=1446560/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=438.05
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 1328 186835 6 6 6 53 41846 1900 18 0 1 0 24908417 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 438.05
Current children cumulated vsize (KiB) 16868

[startup+449.601 s]
/proc/loadavg: 2.36 2.36 2.33 2/81 24287
/proc/meminfo: memFree=1446176/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=438.11
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 1328 186835 6 6 6 59 41846 1900 18 0 1 0 24908417 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 438.11
Current children cumulated vsize (KiB) 16868

[startup+451.202 s]
/proc/loadavg: 2.33 2.35 2.33 2/81 24287
/proc/meminfo: memFree=1445152/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=438.17
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 1328 186835 6 6 6 65 41846 1900 18 0 1 0 24908417 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 438.17
Current children cumulated vsize (KiB) 16868

[startup+452.002 s]
/proc/loadavg: 2.33 2.35 2.33 2/81 24287
/proc/meminfo: memFree=1445152/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=438.2
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 1328 186835 6 6 6 68 41846 1900 18 0 1 0 24908417 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 438.2
Current children cumulated vsize (KiB) 16868

[startup+452.206 s]
/proc/loadavg: 2.33 2.35 2.33 2/81 24287
/proc/meminfo: memFree=1444576/2055920 swapFree=4192812/4192956
[pid=24259] ppid=24257 vsize=16868 CPUtime=438.21
/proc/24259/stat : 24259 (sugar) D 24257 24259 22121 0 -1 4194304 1328 186835 6 6 6 69 41846 1900 18 0 1 0 24908417 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24259/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 438.21
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 452.265
CPU time (s): 438.238
CPU user time (s): 418.526
CPU system time (s): 19.712
CPU usage (%): 96.8985
Max. virtual memory (cumulated for all children) (KiB): 905104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 418.526
system time used= 19.712
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188224
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30873
involuntary context switches= 36751

runsolver used 0.558915 second user time and 1.57376 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 08:00:09
IDJOB=2083886
IDBENCH=57965
IDSOLVER=739
FILE ID=node4/2083886-1247378408
PBS_JOBID= 9507116
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083886-1247378408/watcher-2083886-1247378408 -o /tmp/evaluation-result-2083886-1247378408/solver-2083886-1247378408 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083886-1247378408.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 934d5befa5025b948f72904dd764f189
RANDOM SEED=561079499

node4.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.213
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.213
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:       1422856 kB
Buffers:          2748 kB
Cached:          51992 kB
SwapCached:          0 kB
Active:         565260 kB
Inactive:        18736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1422856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10160 kB
Writeback:           0 kB
Mapped:         547068 kB
Slab:            33316 kB
Committed_AS:   929376 kB
PageTables:       2900 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= 66256 MiB
End job on node4 at 2009-07-12 08:07:41