Trace number 2087846

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? 176.26 178.742

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-3.xml
MD5SUM7a2002403f90a55551911ef90dc24de1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark134.853
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:21:59 2009
0.00/0.08	c 0	PID 29147
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087846-1247386913.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087846-1247386913.xml' 'HOME/temp.csp'
18.77/19.63	c 20	1 domains, 23 variables, 0 predicates, 16 relations, 16 constraints
18.87/19.71	c 20	ENCODING HOME/temp.csp TO HOME/temp.cnf
18.87/19.71	c 20	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'
18.87/19.79	c 20	Parsing HOME/temp.csp
48.93/50.14	c 50	parsed 56 expressions
48.93/50.15	c 50	Heap : 464 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
48.93/50.15	c 50	Converting to clausal form CSP
48.93/50.17	c 50	converted 6 (10%) expressions
48.93/50.17	c 50	converted 12 (20%) expressions
48.93/50.17	c 50	converted 17 (30%) expressions
48.93/50.17	c 50	converted 23 (40%) expressions
52.10/53.34	c 54	converted 28 (50%) expressions
53.29/54.54	c 55	converted 34 (60%) expressions
53.69/54.91	c 55	converted 40 (70%) expressions
176.01/178.57	c 179	ERROR Exception Java heap space
176.01/178.57	c 179	java.lang.Object.clone(Native Method)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.<init>(RelationLiteral.java:100)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:816)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:854)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1161)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1192)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1201)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:102)
176.01/178.57	c 179	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
176.01/178.57	s UNKNOWN
176.10/178.70	c 179	CPU 176.2 (0.05 0.02 171.75 4.38)
176.20/178.70	c 179	END Sun Jul 12 10:24:58 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-2087846-1247386913/watcher-2087846-1247386913 -o /tmp/evaluation-result-2087846-1247386913/solver-2087846-1247386913 -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-2087846-1247386913.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.12 2.14 2.06 4/81 29147
/proc/meminfo: memFree=1694360/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=12268 CPUtime=0
/proc/29147/stat : 29147 (sugar) R 29145 29147 27042 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 25756475 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255390795352 0 0 4224 0 0 0 0 17 1 0 0
/proc/29147/statm: 3067 316 241 3 0 167 0

[startup+0.095195 s]
/proc/loadavg: 2.12 2.14 2.06 4/81 29147
/proc/meminfo: memFree=1694360/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102209 s]
/proc/loadavg: 2.12 2.14 2.06 4/81 29147
/proc/meminfo: memFree=1694360/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301216 s]
/proc/loadavg: 2.12 2.14 2.06 4/81 29147
/proc/meminfo: memFree=1694360/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702262 s]
/proc/loadavg: 2.12 2.14 2.06 4/81 29147
/proc/meminfo: memFree=1694360/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50439 s]
/proc/loadavg: 2.12 2.14 2.06 3/92 29159
/proc/meminfo: memFree=1640768/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29150] ppid=29147 vsize=5356 CPUtime=0
/proc/29150/stat : 29150 (sh) S 29147 29147 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25756484 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29150/statm: 1339 233 193 169 0 50 0
[pid=29151] ppid=29150 vsize=864628 CPUtime=1.39
/proc/29151/stat : 29151 (java) S 29150 29147 27042 0 -1 0 28709 0 1 0 119 20 0 0 18 0 9 0 25756484 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29151/statm: 216157 27963 2555 9 0 210669 0
[pid=29151/tid=29152] ppid=29150 vsize=864628 CPUtime=0.97
/proc/29151/task/29152/stat : 29152 (java) R 29150 29147 27042 0 -1 64 4142 0 1 0 90 7 0 0 25 0 9 0 25756485 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4126459529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29153] ppid=29150 vsize=864628 CPUtime=0.34
/proc/29151/task/29153/stat : 29153 (java) S 29150 29147 27042 0 -1 64 23430 0 0 0 23 11 0 0 16 0 9 0 25756487 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29154] ppid=29150 vsize=864628 CPUtime=0
/proc/29151/task/29154/stat : 29154 (java) S 29150 29147 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25756487 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29155] ppid=29150 vsize=864628 CPUtime=0
/proc/29151/task/29155/stat : 29155 (java) S 29150 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25756487 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29156] ppid=29150 vsize=864628 CPUtime=0
/proc/29151/task/29156/stat : 29156 (java) S 29150 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25756489 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29157] ppid=29150 vsize=864628 CPUtime=0.04
/proc/29151/task/29157/stat : 29157 (java) S 29150 29147 27042 0 -1 64 435 0 0 0 4 0 0 0 16 0 9 0 25756489 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29158] ppid=29150 vsize=864628 CPUtime=0
/proc/29151/task/29158/stat : 29158 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25756489 885379072 27963 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29159] ppid=29150 vsize=864628 CPUtime=0
/proc/29151/task/29159/stat : 29159 (java) R 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25756489 885379072 27963 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) 886852

[startup+3.10152 s]
/proc/loadavg: 2.27 2.17 2.07 3/92 29159
/proc/meminfo: memFree=1533312/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29150] ppid=29147 vsize=5356 CPUtime=0
/proc/29150/stat : 29150 (sh) S 29147 29147 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25756484 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29150/statm: 1339 233 193 169 0 50 0
[pid=29151] ppid=29150 vsize=864776 CPUtime=2.94
/proc/29151/stat : 29151 (java) S 29150 29147 27042 0 -1 0 64744 0 1 0 250 44 0 0 18 0 9 0 25756484 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29151/statm: 216194 63972 2555 9 0 210706 0
[pid=29151/tid=29152] ppid=29150 vsize=864776 CPUtime=2.21
/proc/29151/task/29152/stat : 29152 (java) R 29150 29147 27042 0 -1 64 13934 0 1 0 204 17 0 0 25 0 9 0 25756485 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29153] ppid=29150 vsize=864776 CPUtime=0.64
/proc/29151/task/29153/stat : 29153 (java) R 29150 29147 27042 0 -1 64 49661 0 0 0 39 25 0 0 16 0 9 0 25756487 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29154] ppid=29150 vsize=864776 CPUtime=0
/proc/29151/task/29154/stat : 29154 (java) S 29150 29147 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25756487 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29155] ppid=29150 vsize=864776 CPUtime=0
/proc/29151/task/29155/stat : 29155 (java) S 29150 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25756487 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29156] ppid=29150 vsize=864776 CPUtime=0
/proc/29151/task/29156/stat : 29156 (java) S 29150 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25756489 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29157] ppid=29150 vsize=864776 CPUtime=0.06
/proc/29151/task/29157/stat : 29157 (java) S 29150 29147 27042 0 -1 64 447 0 0 0 6 0 0 0 16 0 9 0 25756489 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29158] ppid=29150 vsize=864776 CPUtime=0
/proc/29151/task/29158/stat : 29158 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25756489 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29159] ppid=29150 vsize=864776 CPUtime=0
/proc/29151/task/29159/stat : 29159 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25756489 885530624 63972 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887000

[startup+6.30285 s]
/proc/loadavg: 2.27 2.17 2.07 4/92 29159
/proc/meminfo: memFree=1329984/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29150] ppid=29147 vsize=5356 CPUtime=0
/proc/29150/stat : 29150 (sh) S 29147 29147 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25756484 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29150/statm: 1339 233 193 169 0 50 0
[pid=29151] ppid=29150 vsize=864740 CPUtime=6.11
/proc/29151/stat : 29151 (java) S 29150 29147 27042 0 -1 0 100877 0 1 0 543 68 0 0 18 0 9 0 25756484 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29151/statm: 216185 99151 2555 9 0 210697 0
[pid=29151/tid=29152] ppid=29150 vsize=864740 CPUtime=4.55
/proc/29151/task/29152/stat : 29152 (java) R 29150 29147 27042 0 -1 64 15375 0 1 0 431 24 0 0 25 0 9 0 25756485 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4126561520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29153] ppid=29150 vsize=864740 CPUtime=1.46
/proc/29151/task/29153/stat : 29153 (java) S 29150 29147 27042 0 -1 64 84343 0 0 0 104 42 0 0 16 0 9 0 25756487 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29154] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29154/stat : 29154 (java) S 29150 29147 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25756487 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29155] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29155/stat : 29155 (java) S 29150 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25756487 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29156] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29156/stat : 29156 (java) S 29150 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25756489 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29157] ppid=29150 vsize=864740 CPUtime=0.07
/proc/29151/task/29157/stat : 29157 (java) S 29150 29147 27042 0 -1 64 457 0 0 0 7 0 0 0 16 0 9 0 25756489 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29158] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29158/stat : 29158 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25756489 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29159] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29159/stat : 29159 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25756489 885493760 99151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886964

[startup+12.7015 s]
/proc/loadavg: 2.30 2.18 2.07 5/92 29159
/proc/meminfo: memFree=1215744/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=0.07
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29150] ppid=29147 vsize=5356 CPUtime=0
/proc/29150/stat : 29150 (sh) S 29147 29147 27042 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25756484 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29150/statm: 1339 233 193 169 0 50 0
[pid=29151] ppid=29150 vsize=864740 CPUtime=12
/proc/29151/stat : 29151 (java) S 29150 29147 27042 0 -1 0 118043 0 1 0 1113 87 0 0 18 0 9 0 25756484 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29151/statm: 216185 113410 2555 9 0 210697 0
[pid=29151/tid=29152] ppid=29150 vsize=864740 CPUtime=9.03
/proc/29151/task/29152/stat : 29152 (java) D 29150 29147 27042 0 -1 64 15879 0 1 0 868 35 0 0 25 0 9 0 25756485 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744072099202260 0 0 -1 1 0 0
[pid=29151/tid=29153] ppid=29150 vsize=864740 CPUtime=2.85
/proc/29151/task/29153/stat : 29153 (java) S 29150 29147 27042 0 -1 64 101003 0 0 0 235 50 0 0 16 0 9 0 25756487 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29154] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29154/stat : 29154 (java) S 29150 29147 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25756487 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29155] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29155/stat : 29155 (java) S 29150 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25756487 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29156] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29156/stat : 29156 (java) S 29150 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25756489 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29157] ppid=29150 vsize=864740 CPUtime=0.08
/proc/29151/task/29157/stat : 29157 (java) S 29150 29147 27042 0 -1 64 459 0 0 0 8 0 0 0 17 0 9 0 25756489 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29158] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29158/stat : 29158 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25756489 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29151/tid=29159] ppid=29150 vsize=864740 CPUtime=0
/proc/29151/task/29159/stat : 29159 (java) S 29150 29147 27042 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25756489 885493760 113410 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 886964

[startup+25.5029 s]
/proc/loadavg: 2.25 2.18 2.07 4/92 29169
/proc/meminfo: memFree=1520384/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=18.89
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1309 134116 0 1 5 2 1764 118 16 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29160] ppid=29147 vsize=5356 CPUtime=0
/proc/29160/stat : 29160 (sh) S 29147 29147 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25758447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29160/statm: 1339 233 193 169 0 50 0
[pid=29161] ppid=29160 vsize=862284 CPUtime=5.71
/proc/29161/stat : 29161 (java) S 29160 29147 27042 0 -1 0 31014 0 1 0 554 17 0 0 18 0 9 0 25758447 882978816 27070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29161/statm: 215571 27070 2158 9 0 210484 0
[pid=29161/tid=29162] ppid=29160 vsize=862284 CPUtime=3.78
/proc/29161/task/29162/stat : 29162 (java) R 29160 29147 27042 0 -1 64 3098 0 1 0 374 4 0 0 25 0 9 0 25758448 882978816 27070 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29163] ppid=29160 vsize=862284 CPUtime=1.86
/proc/29161/task/29163/stat : 29163 (java) S 29160 29147 27042 0 -1 64 26903 0 0 0 174 12 0 0 16 0 9 0 25758449 882978816 27070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29164] ppid=29160 vsize=862284 CPUtime=0
/proc/29161/task/29164/stat : 29164 (java) S 29160 29147 27042 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25758450 882978816 27070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29165] ppid=29160 vsize=862284 CPUtime=0
/proc/29161/task/29165/stat : 29165 (java) S 29160 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25758450 882978816 27070 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29166] ppid=29160 vsize=862284 CPUtime=0

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

[pid=29161/tid=29169] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29169/stat : 29169 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.97
Current children cumulated vsize (KiB) 910868

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

[startup+166.302 s]
/proc/loadavg: 2.06 2.15 2.08 3/92 29169
/proc/meminfo: memFree=863488/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=18.89
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1310 134116 0 1 5 2 1764 118 15 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29160] ppid=29147 vsize=5356 CPUtime=0
/proc/29160/stat : 29160 (sh) S 29147 29147 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25758447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29160/statm: 1339 233 193 169 0 50 0
[pid=29161] ppid=29160 vsize=888644 CPUtime=145.04
/proc/29161/stat : 29161 (java) S 29160 29147 27042 0 -1 0 566524 0 1 0 14214 290 0 0 18 0 9 0 25758447 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29161/statm: 222161 189882 2568 9 0 216666 0
[pid=29161/tid=29162] ppid=29160 vsize=888644 CPUtime=22.36
/proc/29161/task/29162/stat : 29162 (java) S 29160 29147 27042 0 -1 64 8702 0 1 0 2223 13 0 0 16 0 9 0 25758448 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29163] ppid=29160 vsize=888644 CPUtime=122.61
/proc/29161/task/29163/stat : 29163 (java) R 29160 29147 27042 0 -1 64 556801 0 0 0 11985 276 0 0 25 0 9 0 25758449 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29164] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29164/stat : 29164 (java) S 29160 29147 27042 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25758450 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29165] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29165/stat : 29165 (java) S 29160 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25758450 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29166] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29166/stat : 29166 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29167] ppid=29160 vsize=888644 CPUtime=0.06
/proc/29161/task/29167/stat : 29167 (java) S 29160 29147 27042 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29168] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29168/stat : 29168 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29169] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29169/stat : 29169 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.93
Current children cumulated vsize (KiB) 910868

[startup+172.707 s]
/proc/loadavg: 2.05 2.14 2.08 3/92 29169
/proc/meminfo: memFree=863488/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=18.89
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1310 134116 0 1 5 2 1764 118 15 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29160] ppid=29147 vsize=5356 CPUtime=0
/proc/29160/stat : 29160 (sh) S 29147 29147 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25758447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29160/statm: 1339 233 193 169 0 50 0
[pid=29161] ppid=29160 vsize=888644 CPUtime=151.39
/proc/29161/stat : 29161 (java) S 29160 29147 27042 0 -1 0 590758 0 1 0 14837 302 0 0 18 0 9 0 25758447 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29161/statm: 222161 189882 2568 9 0 216666 0
[pid=29161/tid=29162] ppid=29160 vsize=888644 CPUtime=22.36
/proc/29161/task/29162/stat : 29162 (java) S 29160 29147 27042 0 -1 64 8704 0 1 0 2223 13 0 0 17 0 9 0 25758448 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29163] ppid=29160 vsize=888644 CPUtime=128.94
/proc/29161/task/29163/stat : 29163 (java) R 29160 29147 27042 0 -1 64 581033 0 0 0 12607 287 0 0 25 0 9 0 25758449 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 104189916 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29164] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29164/stat : 29164 (java) S 29160 29147 27042 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25758450 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29165] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29165/stat : 29165 (java) S 29160 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25758450 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29166] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29166/stat : 29166 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29167] ppid=29160 vsize=888644 CPUtime=0.06
/proc/29161/task/29167/stat : 29167 (java) S 29160 29147 27042 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29168] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29168/stat : 29168 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29169] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29169/stat : 29169 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.28
Current children cumulated vsize (KiB) 910868

[startup+175.903 s]
/proc/loadavg: 2.05 2.14 2.08 3/92 29169
/proc/meminfo: memFree=883968/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=18.89
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1310 134116 0 1 5 2 1764 118 15 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29160] ppid=29147 vsize=5356 CPUtime=0
/proc/29160/stat : 29160 (sh) S 29147 29147 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25758447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29160/statm: 1339 233 193 169 0 50 0
[pid=29161] ppid=29160 vsize=868156 CPUtime=154.55
/proc/29161/stat : 29161 (java) S 29160 29147 27042 0 -1 0 592700 0 1 0 15153 302 0 0 18 0 9 0 25758447 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29161/statm: 217039 184760 2568 9 0 211544 0
[pid=29161/tid=29162] ppid=29160 vsize=868156 CPUtime=22.36
/proc/29161/task/29162/stat : 29162 (java) S 29160 29147 27042 0 -1 64 8704 0 1 0 2223 13 0 0 17 0 9 0 25758448 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29163] ppid=29160 vsize=868156 CPUtime=132.11
/proc/29161/task/29163/stat : 29163 (java) R 29160 29147 27042 0 -1 64 582975 0 0 0 12923 288 0 0 25 0 9 0 25758449 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 103825730 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29164] ppid=29160 vsize=868156 CPUtime=0
/proc/29161/task/29164/stat : 29164 (java) S 29160 29147 27042 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25758450 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29165] ppid=29160 vsize=868156 CPUtime=0
/proc/29161/task/29165/stat : 29165 (java) S 29160 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25758450 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29166] ppid=29160 vsize=868156 CPUtime=0
/proc/29161/task/29166/stat : 29166 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25758452 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29167] ppid=29160 vsize=868156 CPUtime=0.06
/proc/29161/task/29167/stat : 29167 (java) S 29160 29147 27042 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 25758452 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29168] ppid=29160 vsize=868156 CPUtime=0
/proc/29161/task/29168/stat : 29168 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25758452 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29169] ppid=29160 vsize=868156 CPUtime=0
/proc/29161/task/29169/stat : 29169 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25758452 888991744 184760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.44
Current children cumulated vsize (KiB) 890380

[startup+177.503 s]
/proc/loadavg: 2.05 2.14 2.08 3/92 29169
/proc/meminfo: memFree=863424/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=18.89
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1310 134116 0 1 5 2 1764 118 15 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29160] ppid=29147 vsize=5356 CPUtime=0
/proc/29160/stat : 29160 (sh) S 29147 29147 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25758447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29160/statm: 1339 233 193 169 0 50 0
[pid=29161] ppid=29160 vsize=888644 CPUtime=156.13
/proc/29161/stat : 29161 (java) S 29160 29147 27042 0 -1 0 602874 0 1 0 15306 307 0 0 18 0 9 0 25758447 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29161/statm: 222161 189882 2568 9 0 216666 0
[pid=29161/tid=29162] ppid=29160 vsize=888644 CPUtime=22.36
/proc/29161/task/29162/stat : 29162 (java) S 29160 29147 27042 0 -1 64 8704 0 1 0 2223 13 0 0 17 0 9 0 25758448 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29163] ppid=29160 vsize=888644 CPUtime=133.69
/proc/29161/task/29163/stat : 29163 (java) R 29160 29147 27042 0 -1 64 593149 0 0 0 13076 293 0 0 25 0 9 0 25758449 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 102768239 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29164] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29164/stat : 29164 (java) S 29160 29147 27042 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25758450 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29165] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29165/stat : 29165 (java) S 29160 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25758450 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29166] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29166/stat : 29166 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29167] ppid=29160 vsize=888644 CPUtime=0.06
/proc/29161/task/29167/stat : 29167 (java) S 29160 29147 27042 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29168] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29168/stat : 29168 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29169] ppid=29160 vsize=888644 CPUtime=0
/proc/29161/task/29169/stat : 29169 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25758452 909971456 189882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.02
Current children cumulated vsize (KiB) 910868

[startup+178.303 s]
/proc/loadavg: 2.05 2.14 2.08 3/92 29169
/proc/meminfo: memFree=863424/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=18.89
/proc/29147/stat : 29147 (sugar) S 29145 29147 27042 0 -1 4194304 1310 134116 0 1 5 2 1764 118 15 0 1 0 25756475 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29147/statm: 4217 1111 409 3 0 796 0
[pid=29160] ppid=29147 vsize=5356 CPUtime=0
/proc/29160/stat : 29160 (sh) S 29147 29147 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25758447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29160/statm: 1339 233 193 169 0 50 0
[pid=29161] ppid=29160 vsize=864152 CPUtime=156.92
/proc/29161/stat : 29161 (java) S 29160 29147 27042 0 -1 0 602875 0 1 0 15384 308 0 0 18 0 9 0 25758447 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29161/statm: 216038 183759 2568 9 0 210543 0
[pid=29161/tid=29162] ppid=29160 vsize=864152 CPUtime=22.36
/proc/29161/task/29162/stat : 29162 (java) S 29160 29147 27042 0 -1 64 8705 0 1 0 2223 13 0 0 16 0 9 0 25758448 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29163] ppid=29160 vsize=864152 CPUtime=134.49
/proc/29161/task/29163/stat : 29163 (java) R 29160 29147 27042 0 -1 64 593149 0 0 0 13155 294 0 0 25 0 9 0 25758449 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 104190109 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29164] ppid=29160 vsize=864152 CPUtime=0
/proc/29161/task/29164/stat : 29164 (java) S 29160 29147 27042 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25758450 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29165] ppid=29160 vsize=864152 CPUtime=0
/proc/29161/task/29165/stat : 29165 (java) S 29160 29147 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25758450 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29166] ppid=29160 vsize=864152 CPUtime=0
/proc/29161/task/29166/stat : 29166 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25758452 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29167] ppid=29160 vsize=864152 CPUtime=0.06
/proc/29161/task/29167/stat : 29167 (java) S 29160 29147 27042 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 25758452 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29168] ppid=29160 vsize=864152 CPUtime=0
/proc/29161/task/29168/stat : 29168 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25758452 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29161/tid=29169] ppid=29160 vsize=864152 CPUtime=0
/proc/29161/task/29169/stat : 29169 (java) S 29160 29147 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25758452 884891648 183759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.81
Current children cumulated vsize (KiB) 886376

[startup+178.702 s]
/proc/loadavg: 2.05 2.14 2.08 3/92 29169
/proc/meminfo: memFree=863424/2055912 swapFree=4192812/4192956
[pid=29147] ppid=29145 vsize=16868 CPUtime=176.2
/proc/29147/stat : 29147 (sugar) R 29145 29147 27042 0 -1 4194304 1336 737290 0 2 5 2 17175 438 16 0 1 0 25756475 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29147/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 176.2
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 178.742
CPU time (s): 176.26
CPU user time (s): 171.809
CPU system time (s): 4.45132
CPU usage (%): 98.6116
Max. virtual memory (cumulated for all children) (KiB): 915992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.809
system time used= 4.45132
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 738687
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6714
involuntary context switches= 10976

runsolver used 0.231964 second user time and 0.632903 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 10:21:59
IDJOB=2087846
IDBENCH=58810
IDSOLVER=739
FILE ID=node78/2087846-1247386913
PBS_JOBID= 9507167
Free space on /tmp= 126740 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-3.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-2087846-1247386913/watcher-2087846-1247386913 -o /tmp/evaluation-result-2087846-1247386913/solver-2087846-1247386913 -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-2087846-1247386913.xml

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

MD5SUM BENCH= 7a2002403f90a55551911ef90dc24de1
RANDOM SEED=921467614

node78.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.232
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.232
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:      2055912 kB
MemFree:       1694840 kB
Buffers:         14768 kB
Cached:         150200 kB
SwapCached:          0 kB
Active:         273384 kB
Inactive:        36616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1694840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71840 kB
Writeback:           0 kB
Mapped:         162888 kB
Slab:            35780 kB
Committed_AS:   948432 kB
PageTables:       2092 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= 126740 MiB
End job on node78 at 2009-07-12 10:24:58