Trace number 2069464

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? 216.98 235.034

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-aflow40b.xml
MD5SUM820a621712537d81d4b78638f0edfa97
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23384
Number of constraints2884
Maximum constraint arity1202
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2884
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 00:14:43 2009
0.05/0.08	c 0	PID 15948
0.05/0.08	c 0	HOST node32.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2069464-1247350482.xml TO HOME/temp.csp
0.05/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-2069464-1247350482.xml' 'HOME/temp.csp'
2.35/2.46	c 2	1 domains, 23384 variables, 96 predicates, 0 relations, 2884 constraints
2.35/2.49	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.35/2.49	c 2	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'
2.43/2.57	c 2	Parsing HOME/temp.csp
2.43/2.84	c 2	parsed 10000 expressions
2.43/2.94	c 2	parsed 20000 expressions
9.69/9.86	c 9	parsed 26365 expressions
9.69/9.87	c 9	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.69/9.87	c 9	Converting to clausal form CSP
9.80/9.92	c 9	converted 2637 (10%) expressions
9.80/9.92	c 9	converted 5273 (20%) expressions
9.80/9.92	c 9	converted 7910 (30%) expressions
9.80/9.92	c 9	converted 10546 (40%) expressions
9.80/9.95	c 10	converted 13183 (50%) expressions
9.80/9.95	c 10	converted 15819 (60%) expressions
9.80/9.96	c 10	converted 18456 (70%) expressions
9.80/9.96	c 10	converted 21092 (80%) expressions
10.59/10.80	c 10	converted 23729 (90%) expressions
18.79/18.99	c 19	converted 26365 (100%) expressions
18.88/19.00	c 19	CSP : 61376 integers, 0 booleans, 78868 clauses, largest domain size 2349911
18.88/19.00	c 19	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.88/19.00	c 19	Propagation in CSP
19.79/19.92	c 19	1082 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.79/19.93	c 19	CSP : 61376 integers, 0 booleans, 78868 clauses, largest domain size 2349911
19.79/19.93	c 19	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.79/19.96	c 20	Simplifing CSP by introducing new Boolean variables
19.79/20.00	c 20	CSP : 61376 integers, 0 booleans, 78868 clauses, largest domain size 2349911
19.79/20.00	c 20	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.18/20.37	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.28/20.41	c 20	6138 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.28/20.42	c 20	12276 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
20.28/20.43	c 20	18413 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.95/26.14	c 26	24551 (40%) CSP integer variables are encoded (5052528 clauses, 93892250 bytes)
201.63/209.36	c 209	30688 (50%) CSP integer variables are encoded (139368035 clauses, 2983467615 bytes)
216.26/224.71	c 224	ERROR Exception Too large HOME/temp.cnf
216.26/224.71	c 224	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
216.26/224.71	c 224	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
216.26/224.71	c 224	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
216.26/224.71	s UNKNOWN
216.30/225.33	c 225	CPU 216.31 (0.06 0.01 194.68 21.56)
216.30/225.33	c 225	END Sun Jul 12 00:18:28 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-2069464-1247350482/watcher-2069464-1247350482 -o /tmp/evaluation-result-2069464-1247350482/solver-2069464-1247350482 -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-2069464-1247350482.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.19 2.34 2.28 4/73 15948
/proc/meminfo: memFree=1888848/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=12268 CPUtime=0
/proc/15948/stat : 15948 (sugar) R 15946 15948 15911 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22114745 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268213910117 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15948/statm: 3067 316 241 3 0 167 0

[startup+0.0635701 s]
/proc/loadavg: 2.19 2.34 2.28 4/73 15948
/proc/meminfo: memFree=1888848/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16080 CPUtime=0.05
/proc/15948/stat : 15948 (sugar) R 15946 15948 15911 0 -1 4194304 943 0 0 0 4 1 0 0 18 0 1 0 22114745 16465920 911 996147200 4194304 4206940 548682068608 18446744073709551615 268233626781 0 0 4224 0 0 0 0 17 1 0 0
/proc/15948/statm: 4020 911 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.101606 s]
/proc/loadavg: 2.19 2.34 2.28 4/73 15948
/proc/meminfo: memFree=1888848/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.07
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301595 s]
/proc/loadavg: 2.19 2.34 2.28 4/73 15948
/proc/meminfo: memFree=1888848/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.07
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701643 s]
/proc/loadavg: 2.19 2.34 2.28 4/73 15948
/proc/meminfo: memFree=1888848/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.07
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50273 s]
/proc/loadavg: 2.19 2.34 2.28 4/84 15960
/proc/meminfo: memFree=1852088/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.07
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15951] ppid=15948 vsize=5356 CPUtime=0
/proc/15951/stat : 15951 (sh) S 15948 15948 15911 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22114753 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15951/statm: 1339 233 193 169 0 50 0
[pid=15952] ppid=15951 vsize=864784 CPUtime=1.39
/proc/15952/stat : 15952 (java) S 15951 15948 15911 0 -1 0 13650 0 1 0 131 8 0 0 18 0 9 0 22114753 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15952/statm: 216196 12169 2557 9 0 210708 0
[pid=15952/tid=15953] ppid=15951 vsize=864784 CPUtime=0.89
/proc/15952/task/15953/stat : 15953 (java) R 15951 15948 15911 0 -1 64 3111 0 1 0 86 3 0 0 25 0 9 0 22114754 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15954] ppid=15951 vsize=864784 CPUtime=0.33
/proc/15952/task/15954/stat : 15954 (java) S 15951 15948 15911 0 -1 64 9297 0 0 0 29 4 0 0 16 0 9 0 22114756 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15955] ppid=15951 vsize=864784 CPUtime=0
/proc/15952/task/15955/stat : 15955 (java) S 15951 15948 15911 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22114756 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15956] ppid=15951 vsize=864784 CPUtime=0
/proc/15952/task/15956/stat : 15956 (java) S 15951 15948 15911 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22114756 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15957] ppid=15951 vsize=864784 CPUtime=0
/proc/15952/task/15957/stat : 15957 (java) S 15951 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22114758 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15958] ppid=15951 vsize=864784 CPUtime=0.15
/proc/15952/task/15958/stat : 15958 (java) S 15951 15948 15911 0 -1 64 536 0 0 0 15 0 0 0 16 0 9 0 22114758 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15959] ppid=15951 vsize=864784 CPUtime=0
/proc/15952/task/15959/stat : 15959 (java) S 15951 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114758 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15952/tid=15960] ppid=15951 vsize=864784 CPUtime=0
/proc/15952/task/15960/stat : 15960 (java) S 15951 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114758 885538816 12169 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887008

[startup+3.10191 s]
/proc/loadavg: 2.17 2.33 2.28 3/84 15960
/proc/meminfo: memFree=1840504/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1309 15624 0 1 6 1 224 12 15 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30228 s]
/proc/loadavg: 2.17 2.33 2.28 2/82 15971
/proc/meminfo: memFree=1862344/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1309 15624 0 1 6 1 224 12 15 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=862560 CPUtime=3.77
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 15464 0 1 0 366 11 0 0 18 0 9 0 22114995 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 215640 13298 2158 9 0 210553 0
[pid=15962/tid=15963] ppid=15961 vsize=862560 CPUtime=2.08
/proc/15962/task/15963/stat : 15963 (java) S 15961 15948 15911 0 -1 64 2345 0 1 0 205 3 0 0 17 0 9 0 22114996 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15964] ppid=15961 vsize=862560 CPUtime=1.63
/proc/15962/task/15964/stat : 15964 (java) R 15961 15948 15911 0 -1 64 12117 0 0 0 156 7 0 0 16 0 9 0 22114997 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 103732257 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=862560 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=862560 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22114997 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=862560 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=862560 CPUtime=0.03
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 299 0 0 0 3 0 0 0 15 0 9 0 22114999 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=862560 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=862560 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 883261440 13298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 884784

[startup+12.703 s]
/proc/loadavg: 2.07 2.30 2.27 4/84 15998
/proc/meminfo: memFree=1777600/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1309 15624 0 1 6 1 224 12 16 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868588 CPUtime=10.16
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 56375 0 1 0 985 31 0 0 18 0 9 0 22114995 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217147 28198 2567 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868588 CPUtime=5.94
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15911 0 -1 64 3480 0 1 0 589 5 0 0 25 0 9 0 22114996 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4126566089 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868588 CPUtime=4.02
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15911 0 -1 64 50697 0 0 0 377 25 0 0 16 0 9 0 22114997 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22114997 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868588 CPUtime=0.18
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 1495 0 0 0 18 0 0 0 16 0 9 0 22114999 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 889434112 28198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890812

[startup+25.5014 s]
/proc/loadavg: 2.06 2.29 2.27 3/84 15998
/proc/meminfo: memFree=1650048/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1310 15624 0 1 6 1 224 12 16 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=22.93
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 70060 0 1 0 2212 81 0 0 18 0 9 0 22114995 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 37886 2591 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=16.99
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15911 0 -1 64 4413 0 1 0 1652 47 0 0 25 0 9 0 22114996 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=5.68
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15911 0 -1 64 63416 0 0 0 536 32 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 890924

[startup+51.1014 s]
/proc/loadavg: 2.82 2.45 2.32 4/94 16037
/proc/meminfo: memFree=1255088/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1310 15624 0 1 6 1 224 12 16 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=47.93
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 70688 0 1 0 4435 358 0 0 18 0 9 0 22114995 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15962] ppid=15961 vsize=868700 CPUtime=97.04
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 71881 0 1 0 8806 898 0 0 18 0 9 0 22114995 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 37886 2591 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=90
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15911 0 -1 64 6234 0 1 0 8149 851 0 0 25 0 9 0 22114996 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4127035109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=6.79
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15911 0 -1 64 63416 0 0 0 633 46 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.47
Current children cumulated vsize (KiB) 890924

[startup+162.302 s]
/proc/loadavg: 3.20 2.77 2.45 3/94 16048
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1310 15624 0 1 6 1 224 12 16 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=154.39
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 73280 0 1 0 13938 1501 0 0 18 0 9 0 22114995 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 37886 2591 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=146.49
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15911 0 -1 64 7633 0 1 0 13206 1443 0 0 25 0 9 0 22114996 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=7.64
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15911 0 -1 64 63416 0 0 0 708 56 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.82
Current children cumulated vsize (KiB) 890924

[startup+222.302 s]
/proc/loadavg: 3.40 2.88 2.50 3/94 16052
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1310 15624 0 1 6 1 224 12 16 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=211.63
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 74617 0 1 0 19046 2117 0 0 18 0 9 0 22114995 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 37886 2591 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=202.92
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15911 0 -1 64 8970 0 1 0 18244 2048 0 0 25 0 9 0 22114996 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4126614388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=8.46
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15911 0 -1 64 63416 0 0 0 778 68 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 214.06
Current children cumulated vsize (KiB) 890924

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

[startup+224.303 s]
/proc/loadavg: 3.52 2.92 2.52 3/96 16054
/proc/meminfo: memFree=15136/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=2.43
/proc/15948/stat : 15948 (sugar) S 15946 15948 15911 0 -1 4194304 1310 15624 0 1 6 1 224 12 16 0 1 0 22114745 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15911 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22114995 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=213.44
/proc/15962/stat : 15962 (java) S 15961 15948 15911 0 -1 0 74658 0 1 0 19208 2136 0 0 18 0 9 0 22114995 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 37886 2591 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=204.7
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15911 0 -1 64 9011 0 1 0 18404 2066 0 0 25 0 9 0 22114996 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=8.48
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15911 0 -1 64 63416 0 0 0 780 68 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15911 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15911 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22114997 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15911 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15911 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15911 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22114999 889548800 37886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.87
Current children cumulated vsize (KiB) 890924

[startup+230.702 s]
/proc/loadavg: 3.48 2.92 2.52 2/84 16054
/proc/meminfo: memFree=881152/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=216.87
/proc/15948/stat : 15948 (sugar) D 15946 15948 15911 0 -1 4194304 1335 90588 0 4 6 57 19468 2156 18 0 1 0 22114745 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15948/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 216.87
Current children cumulated vsize (KiB) 16868

[startup+232.302 s]
/proc/loadavg: 3.48 2.92 2.52 2/84 16054
/proc/meminfo: memFree=863552/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=216.91
/proc/15948/stat : 15948 (sugar) D 15946 15948 15911 0 -1 4194304 1335 90588 0 4 6 61 19468 2156 18 0 1 0 22114745 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15948/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 216.91
Current children cumulated vsize (KiB) 16868

[startup+233.901 s]
/proc/loadavg: 3.44 2.92 2.52 2/84 16054
/proc/meminfo: memFree=833408/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=216.92
/proc/15948/stat : 15948 (sugar) D 15946 15948 15911 0 -1 4194304 1335 90588 0 4 6 62 19468 2156 18 0 1 0 22114745 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15948/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 216.92
Current children cumulated vsize (KiB) 16868

[startup+234.706 s]
/proc/loadavg: 3.44 2.92 2.52 2/84 16054
/proc/meminfo: memFree=817152/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=216.94
/proc/15948/stat : 15948 (sugar) D 15946 15948 15911 0 -1 4194304 1335 90588 0 4 6 64 19468 2156 18 0 1 0 22114745 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15948/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 216.94
Current children cumulated vsize (KiB) 16868

[startup+234.901 s]
/proc/loadavg: 3.44 2.92 2.52 2/84 16054
/proc/meminfo: memFree=817152/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=216.95
/proc/15948/stat : 15948 (sugar) D 15946 15948 15911 0 -1 4194304 1335 90588 0 4 6 65 19468 2156 18 0 1 0 22114745 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15948/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 216.95
Current children cumulated vsize (KiB) 16868

[startup+235.001 s]
/proc/loadavg: 3.44 2.92 2.52 2/84 16054
/proc/meminfo: memFree=817152/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=216.96
/proc/15948/stat : 15948 (sugar) D 15946 15948 15911 0 -1 4194304 1335 90588 0 4 6 66 19468 2156 18 0 1 0 22114745 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15948/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 216.96
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 235.034
CPU time (s): 216.98
CPU user time (s): 194.747
CPU system time (s): 22.2326
CPU usage (%): 92.3187
Max. virtual memory (cumulated for all children) (KiB): 902064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.747
system time used= 22.2326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91984
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= 53615
involuntary context switches= 55155

runsolver used 0.375942 second user time and 0.932858 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 00:14:43
IDJOB=2069464
IDBENCH=55062
IDSOLVER=738
FILE ID=node32/2069464-1247350482
PBS_JOBID= 9506940
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-aflow40b.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-2069464-1247350482/watcher-2069464-1247350482 -o /tmp/evaluation-result-2069464-1247350482/solver-2069464-1247350482 -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-2069464-1247350482.xml

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

MD5SUM BENCH= 820a621712537d81d4b78638f0edfa97
RANDOM SEED=483716098

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1889328 kB
Buffers:         14044 kB
Cached:          65380 kB
SwapCached:          0 kB
Active:          84124 kB
Inactive:        31168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8260 kB
Writeback:           0 kB
Mapped:          47736 kB
Slab:            36472 kB
Committed_AS:   179108 kB
PageTables:       1884 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= 64004 MiB
End job on node32 at 2009-07-12 00:18:38