Trace number 2073513

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? 111.059 111.705

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-17_ext.xml
MD5SUM492239dd190222b9315cceda5ed8aac8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.740886
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 02:31:17 2009
0.05/0.07	c 0	PID 17896
0.05/0.07	c 0	HOST node85.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2073513-1247358677.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073513-1247358677.xml' 'HOME/temp.csp'
1.07/1.20	c 1	1 domains, 21 variables, 0 predicates, 1 relations, 133 constraints
1.16/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.23	c 1	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'
1.18/1.31	c 1	Parsing HOME/temp.csp
1.18/2.07	c 2	parsed 156 expressions
1.18/2.08	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/2.08	c 2	Converting to clausal form CSP
2.03/2.11	c 2	converted 16 (10%) expressions
16.05/16.23	c 16	converted 32 (20%) expressions
59.73/60.16	c 60	converted 47 (30%) expressions
110.87/111.54	c 111	ERROR Exception Java heap space
110.87/111.54	c 111	java.util.HashMap.resize(Unknown Source)
110.87/111.54	c 111	java.util.HashMap.addEntry(Unknown Source)
110.87/111.54	c 111	java.util.HashMap.put(Unknown Source)
110.87/111.54	c 111	java.util.HashSet.add(Unknown Source)
110.87/111.54	c 111	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.<init>(RelationLiteral.java:100)
110.87/111.54	c 111	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:816)
110.87/111.54	c 111	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:854)
110.87/111.54	c 111	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1161)
110.87/111.54	c 111	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1192)
110.87/111.54	c 111	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1201)
110.87/111.55	c 111	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:102)
110.87/111.55	c 111	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
110.87/111.55	s UNKNOWN
110.93/111.70	c 112	CPU 111.03 (0.05 0.01 109.5 1.47)
111.03/111.70	c 112	END Sun Jul 12 02:33:09 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-2073513-1247358677/watcher-2073513-1247358677 -o /tmp/evaluation-result-2073513-1247358677/solver-2073513-1247358677 -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-2073513-1247358677.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.04 2.04 2.00 4/83 17896
/proc/meminfo: memFree=1441392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=18576 CPUtime=0
/proc/17896/stat : 17896 (runsolver) R 17894 17896 16702 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22933008 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/17896/statm: 4644 284 249 26 0 2626 0

[startup+0.0627531 s]
/proc/loadavg: 2.04 2.04 2.00 4/83 17896
/proc/meminfo: memFree=1441392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16212 CPUtime=0.05
/proc/17896/stat : 17896 (sugar) R 17894 17896 16702 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 22933008 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 1 0 0
/proc/17896/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101754 s]
/proc/loadavg: 2.04 2.04 2.00 4/83 17896
/proc/meminfo: memFree=1441392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=0.06
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301767 s]
/proc/loadavg: 2.04 2.04 2.00 4/83 17896
/proc/meminfo: memFree=1441392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=0.06
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701819 s]
/proc/loadavg: 2.04 2.04 2.00 4/83 17896
/proc/meminfo: memFree=1441392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=0.06
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50191 s]
/proc/loadavg: 2.04 2.04 2.00 5/94 17908
/proc/meminfo: memFree=1380952/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 16868

[startup+3.10209 s]
/proc/loadavg: 2.04 2.04 2.00 3/94 17918
/proc/meminfo: memFree=1392664/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=864236 CPUtime=1.84
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 14265 0 1 0 177 7 0 0 18 0 9 0 22933132 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 216059 12740 2567 9 0 210564 0
[pid=17910/tid=17911] ppid=17909 vsize=864236 CPUtime=1.12
/proc/17910/task/17911/stat : 17911 (java) R 17909 17896 16702 0 -1 64 2857 0 1 0 111 1 0 0 25 0 9 0 22933133 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4126518655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=864236 CPUtime=0.64
/proc/17910/task/17912/stat : 17912 (java) S 17909 17896 16702 0 -1 64 10395 0 0 0 60 4 0 0 16 0 9 0 22933134 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=864236 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=864236 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=864236 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=864236 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 22933136 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=864236 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=864236 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 884977664 12740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886460

[startup+6.30145 s]
/proc/loadavg: 2.03 2.04 2.00 3/94 17918
/proc/meminfo: memFree=1248472/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=875484 CPUtime=5.03
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 36870 0 1 0 485 18 0 0 18 0 9 0 22933132 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 218871 31914 2567 9 0 213376 0
[pid=17910/tid=17911] ppid=17909 vsize=875484 CPUtime=2.47
/proc/17910/task/17911/stat : 17911 (java) R 17909 17896 16702 0 -1 64 3559 0 1 0 245 2 0 0 25 0 9 0 22933133 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=875484 CPUtime=2.49
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 32297 0 0 0 234 15 0 0 16 0 9 0 22933134 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 103831035 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=875484 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=875484 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=875484 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=875484 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=875484 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=875484 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 896495616 31914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 897708

[startup+12.7022 s]
/proc/loadavg: 2.19 2.07 2.01 4/94 17918
/proc/meminfo: memFree=938528/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=864232 CPUtime=11.39
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 78656 0 1 0 1103 36 0 0 18 0 9 0 22933132 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 216058 65343 2567 9 0 210563 0
[pid=17910/tid=17911] ppid=17909 vsize=864232 CPUtime=5.62
/proc/17910/task/17911/stat : 17911 (java) R 17909 17896 16702 0 -1 64 5219 0 1 0 559 3 0 0 25 0 9 0 22933133 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=864232 CPUtime=5.7
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 72423 0 0 0 538 32 0 0 16 0 9 0 22933134 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 103826304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=864232 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 884973568 65343 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886456

[startup+25.5026 s]
/proc/loadavg: 2.30 2.10 2.02 4/94 17918
/proc/meminfo: memFree=684640/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=864232 CPUtime=24.12
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 149286 0 1 0 2341 71 0 0 18 0 9 0 22933132 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 216058 124956 2567 9 0 210563 0
[pid=17910/tid=17911] ppid=17909 vsize=864232 CPUtime=10.61
/proc/17910/task/17911/stat : 17911 (java) R 17909 17896 16702 0 -1 64 9331 0 1 0 1056 5 0 0 25 0 9 0 22933133 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4126509168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=864232 CPUtime=13.45
/proc/17910/task/17912/stat : 17912 (java) S 17909 17896 16702 0 -1 64 138941 0 0 0 1280 65 0 0 16 0 9 0 22933134 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=864232 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=864232 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 884973568 124956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 886456

[startup+51.1025 s]
/proc/loadavg: 2.33 2.12 2.03 3/94 17918
/proc/meminfo: memFree=431648/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=870364 CPUtime=49.6
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 219855 0 1 0 4854 106 0 0 18 0 9 0 22933132 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 217591 185314 2567 9 0 212096 0

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

[pid=17910/tid=17918] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 892588

[startup+102.307 s]
/proc/loadavg: 2.22 2.12 2.03 3/94 17918
/proc/meminfo: memFree=431392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=870364 CPUtime=100.55
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 255027 0 1 0 9932 123 0 0 18 0 9 0 22933132 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 217591 185314 2567 9 0 212096 0
[pid=17910/tid=17911] ppid=17909 vsize=870364 CPUtime=17.69
/proc/17910/task/17911/stat : 17911 (java) S 17909 17896 16702 0 -1 64 9367 0 1 0 1764 5 0 0 17 0 9 0 22933133 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=870364 CPUtime=82.78
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 244646 0 0 0 8162 116 0 0 25 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=870364 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 892588

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

[startup+108.701 s]
/proc/loadavg: 2.20 2.12 2.03 3/94 17918
/proc/meminfo: memFree=433952/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=865236 CPUtime=106.9
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 258398 0 1 0 10566 124 0 0 18 0 9 0 22933132 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 216309 184032 2567 9 0 210814 0
[pid=17910/tid=17911] ppid=17909 vsize=865236 CPUtime=17.71
/proc/17910/task/17911/stat : 17911 (java) S 17909 17896 16702 0 -1 64 9368 0 1 0 1766 5 0 0 17 0 9 0 22933133 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=865236 CPUtime=89.13
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 248016 0 0 0 8795 118 0 0 25 0 9 0 22933134 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=865236 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=865236 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=865236 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=865236 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=865236 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=865236 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 886001664 184032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 108.08
Current children cumulated vsize (KiB) 887460

[startup+110.302 s]
/proc/loadavg: 2.19 2.11 2.03 3/94 17918
/proc/meminfo: memFree=431392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=870364 CPUtime=108.49
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 260888 0 1 0 10724 125 0 0 18 0 9 0 22933132 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 217591 185314 2567 9 0 212096 0
[pid=17910/tid=17911] ppid=17909 vsize=870364 CPUtime=17.71
/proc/17910/task/17911/stat : 17911 (java) S 17909 17896 16702 0 -1 64 9368 0 1 0 1766 5 0 0 17 0 9 0 22933133 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=870364 CPUtime=90.71
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 250506 0 0 0 8953 118 0 0 25 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 102768242 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=870364 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 109.67
Current children cumulated vsize (KiB) 892588

[startup+111.107 s]
/proc/loadavg: 2.19 2.11 2.03 3/94 17918
/proc/meminfo: memFree=431392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=870364 CPUtime=109.29
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 260888 0 1 0 10804 125 0 0 18 0 9 0 22933132 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 217591 185314 2567 9 0 212096 0
[pid=17910/tid=17911] ppid=17909 vsize=870364 CPUtime=17.71
/proc/17910/task/17911/stat : 17911 (java) S 17909 17896 16702 0 -1 64 9368 0 1 0 1766 5 0 0 17 0 9 0 22933133 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=870364 CPUtime=91.51
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 250506 0 0 0 9033 118 0 0 25 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=870364 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.47
Current children cumulated vsize (KiB) 892588

[startup+111.502 s]
/proc/loadavg: 2.19 2.11 2.03 3/94 17918
/proc/meminfo: memFree=431392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=1.18
/proc/17896/stat : 17896 (sugar) S 17894 17896 16702 0 -1 4194304 1309 15398 0 1 5 1 101 11 16 0 1 0 22933008 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17896/statm: 4217 1111 409 3 0 796 0
[pid=17909] ppid=17896 vsize=5356 CPUtime=0
/proc/17909/stat : 17909 (sh) S 17896 17896 16702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22933132 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17909/statm: 1339 233 193 169 0 50 0
[pid=17910] ppid=17909 vsize=870364 CPUtime=109.69
/proc/17910/stat : 17910 (java) S 17909 17896 16702 0 -1 0 260888 0 1 0 10844 125 0 0 18 0 9 0 22933132 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17910/statm: 217591 185314 2567 9 0 212096 0
[pid=17910/tid=17911] ppid=17909 vsize=870364 CPUtime=17.71
/proc/17910/task/17911/stat : 17911 (java) S 17909 17896 16702 0 -1 64 9368 0 1 0 1766 5 0 0 17 0 9 0 22933133 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17912] ppid=17909 vsize=870364 CPUtime=91.91
/proc/17910/task/17912/stat : 17912 (java) R 17909 17896 16702 0 -1 64 250506 0 0 0 9073 118 0 0 25 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 103732982 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17913] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17913/stat : 17913 (java) S 17909 17896 16702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17914] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17914/stat : 17914 (java) S 17909 17896 16702 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22933134 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17915] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17915/stat : 17915 (java) S 17909 17896 16702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17916] ppid=17909 vsize=870364 CPUtime=0.04
/proc/17910/task/17916/stat : 17916 (java) S 17909 17896 16702 0 -1 64 312 0 0 0 4 0 0 0 17 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17917] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17917/stat : 17917 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17910/tid=17918] ppid=17909 vsize=870364 CPUtime=0
/proc/17910/task/17918/stat : 17918 (java) S 17909 17896 16702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22933136 891252736 185314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 110.87
Current children cumulated vsize (KiB) 892588

[startup+111.702 s]
/proc/loadavg: 2.19 2.11 2.03 3/94 17918
/proc/meminfo: memFree=431392/2055920 swapFree=4192812/4192956
[pid=17896] ppid=17894 vsize=16868 CPUtime=111.03
/proc/17896/stat : 17896 (sugar) R 17894 17896 16702 0 -1 4194304 1332 276585 0 2 5 1 10950 147 16 0 1 0 22933008 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930706 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17896/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 111.03
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 111.705
CPU time (s): 111.059
CPU user time (s): 109.56
CPU system time (s): 1.49877
CPU usage (%): 99.4216
Max. virtual memory (cumulated for all children) (KiB): 900272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.56
system time used= 1.49877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277980
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= 4950
involuntary context switches= 6214

runsolver used 0.124981 second user time and 0.413937 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 02:31:17
IDJOB=2073513
IDBENCH=55985
IDSOLVER=739
FILE ID=node85/2073513-1247358677
PBS_JOBID= 9506889
Free space on /tmp= 126472 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-17_ext.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-2073513-1247358677/watcher-2073513-1247358677 -o /tmp/evaluation-result-2073513-1247358677/solver-2073513-1247358677 -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-2073513-1247358677.xml

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

MD5SUM BENCH= 492239dd190222b9315cceda5ed8aac8
RANDOM SEED=393805447

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1441872 kB
Buffers:         12848 kB
Cached:          67188 kB
SwapCached:          0 kB
Active:         532160 kB
Inactive:        23032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8892 kB
Writeback:           0 kB
Mapped:         496320 kB
Slab:            43144 kB
Committed_AS:   658760 kB
PageTables:       2808 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= 126468 MiB
End job on node85 at 2009-07-12 02:33:09