Trace number 2083478

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+picosat? 765.171 781.84

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-9.xml
MD5SUM68fe27f113711ce0fc0a376a1a638b50
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 benchmark76.9953
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:44:03 2009
0.00/0.08	c 0	PID 27819
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083478-1247377443.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083478-1247377443.xml' 'HOME/temp.csp'
3.33/3.44	c 4	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.33/3.48	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.33/3.48	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.39/3.56	c 4	Parsing HOME/temp.csp
3.39/3.88	c 4	parsed 10000 expressions
3.39/4.09	c 4	parsed 20000 expressions
3.39/4.21	c 5	parsed 30000 expressions
4.28/4.42	c 5	parsed 40000 expressions
4.37/4.53	c 5	parsed 50000 expressions
4.67/4.81	c 5	parsed 60000 expressions
4.67/4.87	c 5	parsed 64658 expressions
4.67/4.88	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.67/4.88	c 5	Converting to clausal form CSP
15.45/15.79	c 16	converted 6466 (10%) expressions
30.98/31.40	c 32	converted 12932 (20%) expressions
46.41/47.07	c 47	converted 19398 (30%) expressions
61.66/62.41	c 63	converted 25864 (40%) expressions
75.81/76.77	c 77	converted 32329 (50%) expressions
89.57/90.65	c 91	converted 38795 (60%) expressions
102.73/103.95	c 104	converted 45261 (70%) expressions
116.59/117.96	c 118	converted 51727 (80%) expressions
128.26/129.73	c 130	converted 58193 (90%) expressions
138.96/140.52	c 141	converted 64658 (100%) expressions
138.96/140.53	c 141	CSP : 14853 integers, 180878 booleans, 404167 clauses, largest domain size 4043
138.96/140.53	c 141	Heap : 243 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
138.96/140.53	c 141	Propagation in CSP
151.42/153.10	c 153	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
151.42/153.11	c 153	CSP : 14853 integers, 180878 booleans, 404167 clauses, largest domain size 4043
151.42/153.11	c 153	Heap : 246 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
151.52/153.21	c 154	Simplifing CSP by introducing new Boolean variables
152.41/154.14	c 155	CSP : 14853 integers, 325690 booleans, 548979 clauses, largest domain size 4043
152.41/154.14	c 155	Heap : 286 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
154.20/155.91	c 156	Encoding CSP to SAT : HOME/temp.cnf
187.58/189.62	c 190	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
212.22/214.55	c 215	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
219.51/221.93	c 222	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
227.13/229.76	c 230	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
234.82/237.64	c 238	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
242.37/245.41	c 246	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
249.94/253.38	c 254	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
257.49/261.13	c 262	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
265.04/268.90	c 269	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
272.50/276.83	c 277	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
446.85/454.41	c 455	54898 (10%) CSP clauses are encoded (74997037 clauses, 1734545672 bytes)
617.68/628.67	c 629	109796 (20%) CSP clauses are encoded (101961983 clauses, 2519980335 bytes)
764.26/778.33	c 779	ERROR Exception Too large HOME/temp.cnf
764.26/778.33	c 779	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
764.26/778.33	c 779	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
764.26/778.33	c 779	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
764.26/778.33	s UNKNOWN
764.29/778.46	c 779	CPU 764.35 (0.06 0.02 744.28 19.99)
764.29/778.46	c 779	END Sun Jul 12 07:57:02 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-2083478-1247377443/watcher-2083478-1247377443 -o /tmp/evaluation-result-2083478-1247377443/solver-2083478-1247377443 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083478-1247377443.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.00 2.09 2.07 4/83 27819
/proc/meminfo: memFree=1204120/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=18576 CPUtime=0
/proc/27819/stat : 27819 (runsolver) R 27817 27819 22421 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 24807027 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27819/statm: 4644 284 249 26 0 2626 0

[startup+0.0943479 s]
/proc/loadavg: 2.00 2.09 2.07 4/83 27819
/proc/meminfo: memFree=1204120/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=0.06
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101358 s]
/proc/loadavg: 2.00 2.09 2.07 4/83 27819
/proc/meminfo: memFree=1204120/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=0.06
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301385 s]
/proc/loadavg: 2.00 2.09 2.07 4/83 27819
/proc/meminfo: memFree=1204120/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=0.06
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701456 s]
/proc/loadavg: 2.00 2.09 2.07 4/83 27819
/proc/meminfo: memFree=1204120/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=0.06
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50259 s]
/proc/loadavg: 2.00 2.09 2.07 4/94 27831
/proc/meminfo: memFree=1168320/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=0.06
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27822] ppid=27819 vsize=5356 CPUtime=0
/proc/27822/stat : 27822 (sh) S 27819 27819 22421 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24807036 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27822/statm: 1339 233 193 169 0 50 0
[pid=27823] ppid=27822 vsize=864756 CPUtime=1.39
/proc/27823/stat : 27823 (java) S 27822 27819 22421 0 -1 0 17462 0 1 0 129 10 0 0 18 0 9 0 24807036 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27823/statm: 216189 14530 2557 9 0 210701 0
[pid=27823/tid=27824] ppid=27822 vsize=864756 CPUtime=0.69
/proc/27823/task/27824/stat : 27824 (java) R 27822 27819 22421 0 -1 64 3040 0 1 0 67 2 0 0 25 0 9 0 24807037 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4126509584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27825] ppid=27822 vsize=864756 CPUtime=0.58
/proc/27823/task/27825/stat : 27825 (java) S 27822 27819 22421 0 -1 64 13222 0 0 0 51 7 0 0 17 0 9 0 24807038 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27826] ppid=27822 vsize=864756 CPUtime=0
/proc/27823/task/27826/stat : 27826 (java) S 27822 27819 22421 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24807038 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27827] ppid=27822 vsize=864756 CPUtime=0
/proc/27823/task/27827/stat : 27827 (java) S 27822 27819 22421 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24807038 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27828] ppid=27822 vsize=864756 CPUtime=0
/proc/27823/task/27828/stat : 27828 (java) S 27822 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807040 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27829] ppid=27822 vsize=864756 CPUtime=0.09
/proc/27823/task/27829/stat : 27829 (java) S 27822 27819 22421 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 24807040 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27830] ppid=27822 vsize=864756 CPUtime=0
/proc/27823/task/27830/stat : 27830 (java) S 27822 27819 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24807040 885510144 14530 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27831] ppid=27822 vsize=864756 CPUtime=0
/proc/27823/task/27831/stat : 27831 (java) S 27822 27819 22421 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24807040 885510144 14530 996147200 134512640 134550932 4294955984 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) 886980

[startup+3.10286 s]
/proc/loadavg: 2.00 2.09 2.07 4/94 27831
/proc/meminfo: memFree=1121344/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=0.06
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27822] ppid=27819 vsize=5356 CPUtime=0
/proc/27822/stat : 27822 (sh) S 27819 27819 22421 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24807036 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27822/statm: 1339 233 193 169 0 50 0
[pid=27823] ppid=27822 vsize=864772 CPUtime=2.97
/proc/27823/stat : 27823 (java) S 27822 27819 22421 0 -1 0 29970 0 1 0 281 16 0 0 18 0 9 0 24807036 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27823/statm: 216193 26057 2557 9 0 210705 0
[pid=27823/tid=27824] ppid=27822 vsize=864772 CPUtime=1.56
/proc/27823/task/27824/stat : 27824 (java) R 27822 27819 22421 0 -1 64 3950 0 1 0 153 3 0 0 25 0 9 0 24807037 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4126754688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27825] ppid=27822 vsize=864772 CPUtime=1.24
/proc/27823/task/27825/stat : 27825 (java) S 27822 27819 22421 0 -1 64 24781 0 0 0 112 12 0 0 16 0 9 0 24807038 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27826] ppid=27822 vsize=864772 CPUtime=0
/proc/27823/task/27826/stat : 27826 (java) S 27822 27819 22421 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24807038 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27827] ppid=27822 vsize=864772 CPUtime=0
/proc/27823/task/27827/stat : 27827 (java) S 27822 27819 22421 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24807038 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27828] ppid=27822 vsize=864772 CPUtime=0
/proc/27823/task/27828/stat : 27828 (java) S 27822 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807040 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27829] ppid=27822 vsize=864772 CPUtime=0.15
/proc/27823/task/27829/stat : 27829 (java) S 27822 27819 22421 0 -1 64 535 0 0 0 15 0 0 0 16 0 9 0 24807040 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27830] ppid=27822 vsize=864772 CPUtime=0
/proc/27823/task/27830/stat : 27830 (java) S 27822 27819 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24807040 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27823/tid=27831] ppid=27822 vsize=864772 CPUtime=0
/proc/27823/task/27831/stat : 27831 (java) S 27822 27819 22421 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24807040 885526528 26057 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886996

[startup+6.30241 s]
/proc/loadavg: 2.00 2.09 2.07 3/94 27841
/proc/meminfo: memFree=1157184/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.39
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1309 30623 0 1 5 1 314 19 15 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868544 CPUtime=2.77
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 14321 0 1 0 271 6 0 0 18 0 9 0 24807376 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217136 12961 2570 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868544 CPUtime=1.94
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 2920 0 1 0 193 1 0 0 25 0 9 0 24807377 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4126503936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868544 CPUtime=0.61
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 9228 0 0 0 58 3 0 0 16 0 9 0 24807378 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24807379 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27838/stat : 27838 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807381 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27839] ppid=27832 vsize=868544 CPUtime=0.18
/proc/27833/task/27839/stat : 27839 (java) S 27832 27819 22421 0 -1 64 1470 0 0 0 18 0 0 0 15 0 9 0 24807381 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27840] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27840/stat : 27840 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807381 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27841] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27841/stat : 27841 (java) R 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807381 889389056 12961 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890768

[startup+12.7033 s]
/proc/loadavg: 2.00 2.08 2.07 3/94 27841
/proc/meminfo: memFree=1148544/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.39
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1309 30623 0 1 5 1 314 19 15 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868544 CPUtime=9.1
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 16801 0 1 0 900 10 0 0 18 0 9 0 24807376 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217136 15178 2570 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868544 CPUtime=7.85
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 3183 0 1 0 783 2 0 0 25 0 9 0 24807377 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868544 CPUtime=1.01
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 11436 0 0 0 95 6 0 0 15 0 9 0 24807378 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24807379 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27838/stat : 27838 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807381 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27839] ppid=27832 vsize=868544 CPUtime=0.2
/proc/27833/task/27839/stat : 27839 (java) S 27832 27819 22421 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 24807381 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27840] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27840/stat : 27840 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807381 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27841] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27841/stat : 27841 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807381 889389056 15178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890768

[startup+25.5017 s]
/proc/loadavg: 2.00 2.08 2.07 3/94 27841
/proc/meminfo: memFree=1127424/2055920 swapFree=4192952/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.39
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1309 30623 0 1 5 1 314 19 16 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868544 CPUtime=21.76
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 25668 0 1 0 2157 19 0 0 18 0 9 0 24807376 889389056 20187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217136 20187 2568 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868544 CPUtime=19.42
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 3786 0 1 0 1939 3 0 0 25 0 9 0 24807377 889389056 20187 996147200 134512640 134550932 4294955936 18446744073709551615 4126509680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868544 CPUtime=2.09
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 19692 0 0 0 196 13 0 0 16 0 9 0 24807378 889389056 20187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889389056 20187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868544 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24807379 889389056 20187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868544 CPUtime=0

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

[startup+762.308 s]
/proc/loadavg: 2.10 2.07 2.06 3/94 27843
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.41
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1310 30623 0 1 6 2 314 19 16 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868656 CPUtime=745.16
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 106017 0 1 0 72589 1927 0 0 18 0 9 0 24807376 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217164 82458 2593 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868656 CPUtime=728.09
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 10359 0 1 0 70959 1850 0 0 25 0 9 0 24807377 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4126585127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868656 CPUtime=16.71
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 93420 0 0 0 1597 74 0 0 16 0 9 0 24807378 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27838/stat : 27838 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27839] ppid=27832 vsize=868656 CPUtime=0.3
/proc/27833/task/27839/stat : 27839 (java) S 27832 27819 22421 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27840] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27840/stat : 27840 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27841] ppid=27832 vsize=868656 CPUtime=0.02
/proc/27833/task/27841/stat : 27841 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 748.57
Current children cumulated vsize (KiB) 890880

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

[startup+767.901 s]
/proc/loadavg: 2.08 2.07 2.06 3/94 27843
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.41
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1310 30623 0 1 6 2 314 19 16 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868656 CPUtime=750.66
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 106039 0 1 0 73121 1945 0 0 18 0 9 0 24807376 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217164 82458 2593 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868656 CPUtime=733.55
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 10381 0 1 0 71488 1867 0 0 25 0 9 0 24807377 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4126585145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868656 CPUtime=16.73
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 93420 0 0 0 1599 74 0 0 16 0 9 0 24807378 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27838/stat : 27838 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27839] ppid=27832 vsize=868656 CPUtime=0.3
/proc/27833/task/27839/stat : 27839 (java) S 27832 27819 22421 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27840] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27840/stat : 27840 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27841] ppid=27832 vsize=868656 CPUtime=0.02
/proc/27833/task/27841/stat : 27841 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 754.07
Current children cumulated vsize (KiB) 890880

[startup+774.303 s]
/proc/loadavg: 2.08 2.07 2.06 3/94 27843
/proc/meminfo: memFree=16128/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.41
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1310 30623 0 1 6 2 314 19 16 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868656 CPUtime=756.94
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 106062 0 1 0 73731 1963 0 0 18 0 9 0 24807376 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217164 82458 2593 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868656 CPUtime=739.8
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 10404 0 1 0 72095 1885 0 0 25 0 9 0 24807377 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4127069308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868656 CPUtime=16.77
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 93420 0 0 0 1603 74 0 0 16 0 9 0 24807378 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27838/stat : 27838 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27839] ppid=27832 vsize=868656 CPUtime=0.3
/proc/27833/task/27839/stat : 27839 (java) S 27832 27819 22421 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27840] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27840/stat : 27840 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27841] ppid=27832 vsize=868656 CPUtime=0.02
/proc/27833/task/27841/stat : 27841 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.35
Current children cumulated vsize (KiB) 890880

[startup+777.501 s]
/proc/loadavg: 2.08 2.07 2.06 3/94 27843
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=3.41
/proc/27819/stat : 27819 (sugar) S 27817 27819 22421 0 -1 4194304 1310 30623 0 1 6 2 314 19 16 0 1 0 24807027 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27819/statm: 4217 1111 409 3 0 796 0
[pid=27832] ppid=27819 vsize=5356 CPUtime=0
/proc/27832/stat : 27832 (sh) S 27819 27819 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27832/statm: 1339 233 193 169 0 50 0
[pid=27833] ppid=27832 vsize=868656 CPUtime=760.06
/proc/27833/stat : 27833 (java) S 27832 27819 22421 0 -1 0 106076 0 1 0 74034 1972 0 0 18 0 9 0 24807376 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27833/statm: 217164 82458 2593 9 0 211641 0
[pid=27833/tid=27834] ppid=27832 vsize=868656 CPUtime=742.9
/proc/27833/task/27834/stat : 27834 (java) R 27832 27819 22421 0 -1 64 10418 0 1 0 72396 1894 0 0 24 0 9 0 24807377 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4127069308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27835] ppid=27832 vsize=868656 CPUtime=16.79
/proc/27833/task/27835/stat : 27835 (java) S 27832 27819 22421 0 -1 64 93420 0 0 0 1605 74 0 0 16 0 9 0 24807378 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27836] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27836/stat : 27836 (java) S 27832 27819 22421 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27837] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27837/stat : 27837 (java) S 27832 27819 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24807379 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27838] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27838/stat : 27838 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27839] ppid=27832 vsize=868656 CPUtime=0.3
/proc/27833/task/27839/stat : 27839 (java) S 27832 27819 22421 0 -1 64 1535 0 0 0 30 0 0 0 16 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27840] ppid=27832 vsize=868656 CPUtime=0
/proc/27833/task/27840/stat : 27840 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27833/tid=27841] ppid=27832 vsize=868656 CPUtime=0.02
/proc/27833/task/27841/stat : 27841 (java) S 27832 27819 22421 0 -1 64 1 0 0 0 1 1 0 0 15 0 9 0 24807381 889503744 82458 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 763.47
Current children cumulated vsize (KiB) 890880

[startup+779.143 s]
/proc/loadavg: 2.07 2.07 2.06 3/84 27843
/proc/meminfo: memFree=761680/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=764.98
/proc/27819/stat : 27819 (sugar) D 27817 27819 22421 0 -1 4194304 1335 136997 0 4 6 65 74428 1999 21 0 1 0 24807027 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27819/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 764.98
Current children cumulated vsize (KiB) 16868

[startup+780.702 s]
/proc/loadavg: 2.07 2.07 2.06 2/84 27843
/proc/meminfo: memFree=1502032/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=765.07
/proc/27819/stat : 27819 (sugar) D 27817 27819 22421 0 -1 4194304 1335 136997 0 4 6 74 74428 1999 18 0 1 0 24807027 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27819/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 765.07
Current children cumulated vsize (KiB) 16868

[startup+781.502 s]
/proc/loadavg: 2.07 2.07 2.06 2/84 27843
/proc/meminfo: memFree=1501200/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=765.13
/proc/27819/stat : 27819 (sugar) D 27817 27819 22421 0 -1 4194304 1335 136997 0 4 6 80 74428 1999 18 0 1 0 24807027 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27819/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 765.13
Current children cumulated vsize (KiB) 16868

[startup+781.703 s]
/proc/loadavg: 2.07 2.07 2.06 2/84 27843
/proc/meminfo: memFree=1501200/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=765.13
/proc/27819/stat : 27819 (sugar) D 27817 27819 22421 0 -1 4194304 1335 136997 0 4 6 80 74428 1999 18 0 1 0 24807027 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27819/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 765.13
Current children cumulated vsize (KiB) 16868

[startup+781.803 s]
/proc/loadavg: 2.07 2.07 2.06 2/84 27843
/proc/meminfo: memFree=1501200/2055920 swapFree=4192812/4192956
[pid=27819] ppid=27817 vsize=16868 CPUtime=765.14
/proc/27819/stat : 27819 (sugar) D 27817 27819 22421 0 -1 4194304 1335 136997 0 4 6 81 74428 1999 18 0 1 0 24807027 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27819/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 765.14
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 781.84
CPU time (s): 765.171
CPU user time (s): 744.353
CPU system time (s): 20.8178
CPU usage (%): 97.868
Max. virtual memory (cumulated for all children) (KiB): 905020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.353
system time used= 20.8178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138393
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57786
involuntary context switches= 75879

runsolver used 1.02684 second user time and 2.70559 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 07:44:03
IDJOB=2083478
IDBENCH=57829
IDSOLVER=738
FILE ID=node68/2083478-1247377443
PBS_JOBID= 9507060
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= 68fe27f113711ce0fc0a376a1a638b50
RANDOM SEED=644518989

node68.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.258
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.258
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:       1204600 kB
Buffers:         78004 kB
Cached:         227856 kB
SwapCached:          4 kB
Active:         609724 kB
Inactive:       163748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204600 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            9968 kB
Writeback:           0 kB
Mapped:         485704 kB
Slab:            61912 kB
Committed_AS:   959764 kB
PageTables:       2848 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node68 at 2009-07-12 07:57:05