Trace number 2069465

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 232.911 247.713

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/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 00:14:43 2009
0.05/0.08	c 0	PID 19733
0.05/0.08	c 0	HOST node5.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2069465-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-2069465-1247350482.xml' 'HOME/temp.csp'
2.45/2.56	c 3	1 domains, 23384 variables, 96 predicates, 0 relations, 2884 constraints
2.51/2.60	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.51/2.60	c 3	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.51/2.68	c 3	Parsing HOME/temp.csp
2.51/2.95	c 3	parsed 10000 expressions
2.51/3.05	c 3	parsed 20000 expressions
10.30/10.53	c 11	parsed 26365 expressions
10.30/10.54	c 11	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.30/10.54	c 11	Converting to clausal form CSP
10.30/10.59	c 11	converted 2637 (10%) expressions
10.30/10.60	c 11	converted 5273 (20%) expressions
10.40/10.60	c 11	converted 7910 (30%) expressions
10.40/10.60	c 11	converted 10546 (40%) expressions
10.40/10.63	c 11	converted 13183 (50%) expressions
10.40/10.64	c 11	converted 15819 (60%) expressions
10.40/10.64	c 11	converted 18456 (70%) expressions
10.40/10.65	c 11	converted 21092 (80%) expressions
11.39/11.65	c 12	converted 23729 (90%) expressions
20.87/21.20	c 21	converted 26365 (100%) expressions
20.87/21.21	c 21	CSP : 61376 integers, 0 booleans, 78868 clauses, largest domain size 2349911
20.87/21.21	c 21	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.87/21.21	c 21	Propagation in CSP
21.96/22.30	c 22	1082 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.96/22.31	c 22	CSP : 61376 integers, 0 booleans, 78868 clauses, largest domain size 2349911
21.96/22.31	c 22	Heap : 122 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.96/22.35	c 22	Simplifing CSP by introducing new Boolean variables
21.96/22.40	c 23	CSP : 61376 integers, 0 booleans, 78868 clauses, largest domain size 2349911
21.96/22.40	c 23	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.56/22.92	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.56/22.97	c 23	6138 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
22.56/22.98	c 23	12276 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
22.56/22.99	c 23	18413 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
29.16/29.70	c 30	24551 (40%) CSP integer variables are encoded (5052528 clauses, 93892250 bytes)
217.55/227.18	c 227	30688 (50%) CSP integer variables are encoded (139368035 clauses, 2983467615 bytes)
231.90/242.40	c 243	ERROR Exception Too large HOME/temp.cnf
232.00/242.40	c 243	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
232.00/242.40	c 243	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
232.00/242.40	c 243	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
232.00/242.40	s UNKNOWN
232.02/242.50	c 243	CPU 232.05 (0.06 0.01 210.67 21.31)
232.02/242.50	c 243	END Sun Jul 12 00:18:46 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-2069465-1247350482/watcher-2069465-1247350482 -o /tmp/evaluation-result-2069465-1247350482/solver-2069465-1247350482 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2069465-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.07 2.27 2.27 4/81 19733
/proc/meminfo: memFree=1465128/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=18576 CPUtime=0
/proc/19733/stat : 19733 (runsolver) R 19731 19733 19378 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22115779 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19733/statm: 4644 284 249 26 0 2626 0

[startup+0.0589499 s]
/proc/loadavg: 2.07 2.27 2.27 4/81 19733
/proc/meminfo: memFree=1465128/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=15948 CPUtime=0.05
/proc/19733/stat : 19733 (sugar) R 19731 19733 19378 0 -1 4194304 907 0 0 0 4 1 0 0 20 0 1 0 22115779 16330752 875 996147200 4194304 4206940 548682068608 18446744073709551615 226910828213 0 0 4224 0 0 0 0 17 1 0 0
/proc/19733/statm: 3987 875 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.101962 s]
/proc/loadavg: 2.07 2.27 2.27 4/81 19733
/proc/meminfo: memFree=1465128/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=0.07
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301996 s]
/proc/loadavg: 2.07 2.27 2.27 4/81 19733
/proc/meminfo: memFree=1465128/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=0.07
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701081 s]
/proc/loadavg: 2.07 2.27 2.27 4/81 19733
/proc/meminfo: memFree=1465128/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=0.07
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 2.07 2.26 2.27 4/92 19745
/proc/meminfo: memFree=1428368/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=0.07
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19736] ppid=19733 vsize=5356 CPUtime=0
/proc/19736/stat : 19736 (sh) S 19733 19733 19378 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 22115788 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19736/statm: 1339 233 193 169 0 50 0
[pid=19737] ppid=19736 vsize=864772 CPUtime=1.38
/proc/19737/stat : 19737 (java) S 19736 19733 19378 0 -1 0 13579 0 1 0 128 10 0 0 18 0 9 0 22115788 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19737/statm: 216193 12088 2557 9 0 210705 0
[pid=19737/tid=19738] ppid=19736 vsize=864772 CPUtime=0.81
/proc/19737/task/19738/stat : 19738 (java) R 19736 19733 19378 0 -1 64 3109 0 1 0 77 4 0 0 25 0 9 0 22115789 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19739] ppid=19736 vsize=864772 CPUtime=0.38
/proc/19737/task/19739/stat : 19739 (java) R 19736 19733 19378 0 -1 64 9233 0 0 0 33 5 0 0 16 0 9 0 22115790 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 102546970 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19740] ppid=19736 vsize=864772 CPUtime=0
/proc/19737/task/19740/stat : 19740 (java) S 19736 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22115790 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19741] ppid=19736 vsize=864772 CPUtime=0
/proc/19737/task/19741/stat : 19741 (java) S 19736 19733 19378 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 22115790 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19742] ppid=19736 vsize=864772 CPUtime=0
/proc/19737/task/19742/stat : 19742 (java) S 19736 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22115793 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19743] ppid=19736 vsize=864772 CPUtime=0.16
/proc/19737/task/19743/stat : 19743 (java) S 19736 19733 19378 0 -1 64 532 0 0 0 16 0 0 0 16 0 9 0 22115793 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19744] ppid=19736 vsize=864772 CPUtime=0
/proc/19737/task/19744/stat : 19744 (java) S 19736 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22115793 885526528 12088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19737/tid=19745] ppid=19736 vsize=864772 CPUtime=0
/proc/19737/task/19745/stat : 19745 (java) S 19736 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22115793 885526528 12088 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) 886996

[startup+3.10153 s]
/proc/loadavg: 2.07 2.26 2.27 3/92 19745
/proc/meminfo: memFree=1417552/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1309 15631 0 1 6 1 229 15 15 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 16868

[startup+6.30115 s]
/proc/loadavg: 2.07 2.26 2.27 4/92 19755
/proc/meminfo: memFree=1424016/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1309 15631 0 1 6 1 229 15 15 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=862292 CPUtime=3.65
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 13912 0 1 0 355 10 0 0 18 0 9 0 22116040 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 215573 11788 2158 9 0 210486 0
[pid=19747/tid=19748] ppid=19746 vsize=862292 CPUtime=1.99
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 2326 0 1 0 197 2 0 0 25 0 9 0 22116041 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 103297749 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19749] ppid=19746 vsize=862292 CPUtime=1.59
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 10584 0 0 0 153 6 0 0 15 0 9 0 22116042 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19750] ppid=19746 vsize=862292 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=862292 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22116042 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=862292 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=862292 CPUtime=0.03
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 299 0 0 0 3 0 0 0 16 0 9 0 22116044 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=862292 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 882987008 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=862292 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 882987008 11788 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) 884516

[startup+12.7024 s]
/proc/loadavg: 2.22 2.29 2.28 3/92 19755
/proc/meminfo: memFree=1367760/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1309 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868556 CPUtime=9.97
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 54481 0 1 0 965 32 0 0 18 0 9 0 22116040 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217139 26299 2567 9 0 211644 0
[pid=19747/tid=19748] ppid=19746 vsize=868556 CPUtime=5.44
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 3475 0 1 0 540 4 0 0 25 0 9 0 22116041 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4126566042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19749] ppid=19746 vsize=868556 CPUtime=4.29
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 48824 0 0 0 403 26 0 0 16 0 9 0 22116042 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19750] ppid=19746 vsize=868556 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=868556 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22116042 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=868556 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=868556 CPUtime=0.2
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 1479 0 0 0 20 0 0 0 16 0 9 0 22116044 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=868556 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=868556 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 889401344 26299 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890780

[startup+25.5018 s]
/proc/loadavg: 2.33 2.31 2.28 3/92 19755
/proc/meminfo: memFree=1285264/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1310 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868668 CPUtime=22.61
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 67430 0 1 0 2200 61 0 0 18 0 9 0 22116040 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217167 37879 2591 9 0 211644 0
[pid=19747/tid=19748] ppid=19746 vsize=868668 CPUtime=15.77
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 4342 0 1 0 1550 27 0 0 25 0 9 0 22116041 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4126581971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19749] ppid=19746 vsize=868668 CPUtime=6.55
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 60872 0 0 0 622 33 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19750] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=868668 CPUtime=0.26
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 1513 0 0 0 26 0 0 0 16 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 890892

[startup+51.1018 s]
/proc/loadavg: 2.37 2.32 2.29 3/92 19755
/proc/meminfo: memFree=926800/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1310 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868668 CPUtime=47.34
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 67996 0 1 0 4431 303 0 0 18 0 9 0 22116040 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217167 37879 2591 9 0 211644 0

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

[startup+162.302 s]
/proc/loadavg: 2.57 2.42 2.32 3/92 19755
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1310 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868668 CPUtime=153.1
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 70387 0 1 0 13964 1346 0 0 18 0 9 0 22116040 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217167 37879 2591 9 0 211644 0
[pid=19747/tid=19748] ppid=19746 vsize=868668 CPUtime=144.14
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 7299 0 1 0 13132 1282 0 0 25 0 9 0 22116041 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 102094108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19749] ppid=19746 vsize=868668 CPUtime=8.65
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 60872 0 0 0 804 61 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19750] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=868668 CPUtime=0.26
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 1513 0 0 0 26 0 0 0 16 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.61
Current children cumulated vsize (KiB) 890892

[startup+222.303 s]
/proc/loadavg: 2.58 2.43 2.33 3/92 19755
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1310 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868668 CPUtime=210.43
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 71677 0 1 0 19125 1918 0 0 18 0 9 0 22116040 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217167 37879 2591 9 0 211644 0
[pid=19747/tid=19748] ppid=19746 vsize=868668 CPUtime=200.6
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 8589 0 1 0 18215 1845 0 0 25 0 9 0 22116041 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19747/tid=19749] ppid=19746 vsize=868668 CPUtime=9.53
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 60872 0 0 0 882 71 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19747/tid=19750] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=868668 CPUtime=0.26
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 1513 0 0 0 26 0 0 0 16 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.94
Current children cumulated vsize (KiB) 890892

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

[startup+230.302 s]
/proc/loadavg: 2.62 2.44 2.33 3/92 19755
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1310 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868668 CPUtime=217.87
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 71850 0 1 0 19790 1997 0 0 18 0 9 0 22116040 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217167 37879 2591 9 0 211644 0
[pid=19747/tid=19748] ppid=19746 vsize=868668 CPUtime=207.92
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 8762 0 1 0 18870 1922 0 0 25 0 9 0 22116041 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4127052785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19747/tid=19749] ppid=19746 vsize=868668 CPUtime=9.65
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 60872 0 0 0 893 72 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19747/tid=19750] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=868668 CPUtime=0.26
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 1513 0 0 0 26 0 0 0 16 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 890892

[startup+236.702 s]
/proc/loadavg: 2.74 2.48 2.35 4/92 19755
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=2.51
/proc/19733/stat : 19733 (sugar) S 19731 19733 19378 0 -1 4194304 1310 15631 0 1 6 1 229 15 16 0 1 0 22115779 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19733/statm: 4217 1111 409 3 0 796 0
[pid=19746] ppid=19733 vsize=5356 CPUtime=0
/proc/19746/stat : 19746 (sh) S 19733 19733 19378 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22116040 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19746/statm: 1339 233 193 169 0 50 0
[pid=19747] ppid=19746 vsize=868668 CPUtime=224
/proc/19747/stat : 19747 (java) S 19746 19733 19378 0 -1 0 71992 0 1 0 20343 2057 0 0 18 0 9 0 22116040 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19747/statm: 217167 37879 2591 9 0 211644 0
[pid=19747/tid=19748] ppid=19746 vsize=868668 CPUtime=213.95
/proc/19747/task/19748/stat : 19748 (java) R 19746 19733 19378 0 -1 64 8904 0 1 0 19414 1981 0 0 24 0 9 0 22116041 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4126912802 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19747/tid=19749] ppid=19746 vsize=868668 CPUtime=9.76
/proc/19747/task/19749/stat : 19749 (java) S 19746 19733 19378 0 -1 64 60872 0 0 0 902 74 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19747/tid=19750] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19750/stat : 19750 (java) S 19746 19733 19378 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19751] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19751/stat : 19751 (java) S 19746 19733 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22116042 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19752] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19752/stat : 19752 (java) S 19746 19733 19378 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19753] ppid=19746 vsize=868668 CPUtime=0.26
/proc/19747/task/19753/stat : 19753 (java) S 19746 19733 19378 0 -1 64 1513 0 0 0 26 0 0 0 16 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19754] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19754/stat : 19754 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19747/tid=19755] ppid=19746 vsize=868668 CPUtime=0
/proc/19747/task/19755/stat : 19755 (java) S 19746 19733 19378 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22116044 889516032 37879 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 226.51
Current children cumulated vsize (KiB) 890892

[startup+243.106 s]
/proc/loadavg: 2.76 2.48 2.35 3/82 19755
/proc/meminfo: memFree=1140576/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=232.59
/proc/19733/stat : 19733 (sugar) R 19731 19733 19378 0 -1 4194304 1335 88046 0 3 6 55 21067 2131 21 0 1 0 22115779 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19733/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 232.59
Current children cumulated vsize (KiB) 16868

[startup+246.302 s]
/proc/loadavg: 2.70 2.48 2.35 2/82 19755
/proc/meminfo: memFree=1533152/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=232.8
/proc/19733/stat : 19733 (sugar) R 19731 19733 19378 0 -1 4194304 1335 88046 0 3 6 76 21067 2131 18 0 1 0 22115779 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19733/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 232.8
Current children cumulated vsize (KiB) 16868

[startup+247.101 s]
/proc/loadavg: 2.70 2.48 2.35 2/82 19755
/proc/meminfo: memFree=1533152/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=232.85
/proc/19733/stat : 19733 (sugar) D 19731 19733 19378 0 -1 4194304 1335 88046 0 3 6 81 21067 2131 18 0 1 0 22115779 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19733/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 232.85
Current children cumulated vsize (KiB) 16868

[startup+247.506 s]
/proc/loadavg: 2.70 2.48 2.35 2/82 19755
/proc/meminfo: memFree=1532192/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=232.87
/proc/19733/stat : 19733 (sugar) D 19731 19733 19378 0 -1 4194304 1335 88046 0 3 6 83 21067 2131 18 0 1 0 22115779 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19733/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 232.87
Current children cumulated vsize (KiB) 16868

[startup+247.701 s]
/proc/loadavg: 2.70 2.48 2.35 2/82 19755
/proc/meminfo: memFree=1532192/2055920 swapFree=4192812/4192956
[pid=19733] ppid=19731 vsize=16868 CPUtime=232.89
/proc/19733/stat : 19733 (sugar) D 19731 19733 19378 0 -1 4194304 1335 88046 0 3 6 85 21067 2131 18 0 1 0 22115779 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19733/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 232.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 247.713
CPU time (s): 232.911
CPU user time (s): 210.746
CPU system time (s): 22.1646
CPU usage (%): 94.0245
Max. virtual memory (cumulated for all children) (KiB): 897020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.746
system time used= 22.1646
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89442
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55575
involuntary context switches= 61682

runsolver used 0.39194 second user time and 1.00885 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-12 00:14:43
IDJOB=2069465
IDBENCH=55062
IDSOLVER=739
FILE ID=node5/2069465-1247350482
PBS_JOBID= 9506849
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069465-1247350482/watcher-2069465-1247350482 -o /tmp/evaluation-result-2069465-1247350482/solver-2069465-1247350482 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2069465-1247350482.xml

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

MD5SUM BENCH= 820a621712537d81d4b78638f0edfa97
RANDOM SEED=1859335409

node5.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:       1465608 kB
Buffers:         13320 kB
Cached:          83920 kB
SwapCached:          0 kB
Active:         502664 kB
Inactive:        36020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8612 kB
Writeback:           0 kB
Mapped:         461876 kB
Slab:            35924 kB
Committed_AS:   639588 kB
PageTables:       2672 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node5 at 2009-07-12 00:18:51