Trace number 2068144

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 223.518 246.063

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-pp08a.xml
MD5SUMa9d40c25866097106cb033e6904f8f0b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1046.26
Satisfiable
(Un)Satisfiability was proved
Number of variables5344
Number of constraints200
Maximum constraint arity240
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension200
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 23:04:03 2009
0.05/0.08	c 0	PID 15695
0.05/0.08	c 0	HOST node74.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2068144-1247346242.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068144-1247346242.xml' 'HOME/temp.csp'
0.06/0.58	c 0	2 domains, 5344 variables, 6 predicates, 0 relations, 200 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	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'
0.06/0.69	c 0	Parsing HOME/temp.csp
0.55/0.86	c 0	parsed 5552 expressions
0.55/0.87	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.87	c 0	Converting to clausal form CSP
0.55/0.90	c 0	converted 556 (10%) expressions
0.55/0.90	c 0	converted 1111 (20%) expressions
0.55/0.92	c 0	converted 1666 (30%) expressions
0.55/0.92	c 0	converted 2221 (40%) expressions
0.55/0.92	c 0	converted 2776 (50%) expressions
0.55/0.92	c 0	converted 3332 (60%) expressions
0.55/0.92	c 0	converted 3887 (70%) expressions
0.55/0.96	c 1	converted 4442 (80%) expressions
0.55/0.96	c 1	converted 4997 (90%) expressions
2.20/2.31	c 2	converted 5552 (100%) expressions
2.20/2.31	c 2	CSP : 10888 integers, 0 booleans, 11288 clauses, largest domain size 164809
2.20/2.31	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.20/2.31	c 2	Propagation in CSP
2.31/2.49	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.50	c 2	CSP : 10888 integers, 0 booleans, 11288 clauses, largest domain size 164809
2.41/2.50	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.51	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.52	c 2	CSP : 10888 integers, 0 booleans, 11288 clauses, largest domain size 164809
2.41/2.52	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.62	c 2	1089 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.50/2.63	c 2	2178 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.50/2.65	c 2	3267 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.50/2.65	c 2	4356 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.50/2.67	c 2	5444 (50%) CSP integer variables are encoded (13465 clauses, 191360 bytes)
65.63/68.45	c 68	6533 (60%) CSP integer variables are encoded (45659838 clauses, 936675296 bytes)
122.55/128.38	c 128	7622 (70%) CSP integer variables are encoded (86262796 clauses, 1789337414 bytes)
180.93/189.98	c 190	8711 (80%) CSP integer variables are encoded (126891054 clauses, 2696327475 bytes)
222.37/243.63	c 243	ERROR Exception Too large HOME/temp.cnf
222.37/243.63	c 243	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
222.37/243.63	c 243	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
222.37/243.63	c 243	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
222.37/243.63	s UNKNOWN
222.37/243.68	c 243	CPU 222.42 (0.05 0.02 191.21 31.14)
222.37/243.68	c 243	END Sat Jul 11 23:08:06 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-2068144-1247346242/watcher-2068144-1247346242 -o /tmp/evaluation-result-2068144-1247346242/solver-2068144-1247346242 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2068144-1247346242.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: 1.95 2.01 2.00 4/83 15695
/proc/meminfo: memFree=1847872/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=12132 CPUtime=0
/proc/15695/stat : 15695 (sugar) R 15693 15695 14035 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 21690046 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 228774548925 0 0 4224 0 0 0 0 17 1 0 0
/proc/15695/statm: 3033 182 142 3 0 133 0

[startup+0.07082 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 15695
/proc/meminfo: memFree=1847872/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16344 CPUtime=0.05
/proc/15695/stat : 15695 (sugar) R 15693 15695 14035 0 -1 4194304 1004 0 0 0 4 1 0 0 18 0 1 0 21690046 16736256 972 996147200 4194304 4206940 548682068608 18446744073709551615 228794420987 0 0 4224 0 0 0 0 17 1 0 0
/proc/15695/statm: 4086 972 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102822 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 15695
/proc/meminfo: memFree=1847872/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.06
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301841 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 15695
/proc/meminfo: memFree=1847872/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.06
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701889 s]
/proc/loadavg: 1.95 2.01 2.00 4/83 15695
/proc/meminfo: memFree=1847872/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.55
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1309 5502 0 1 5 1 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 1.95 2.01 2.00 4/94 15717
/proc/meminfo: memFree=1833576/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.55
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1309 5502 0 1 5 1 45 4 15 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868512 CPUtime=0.86
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 7749 0 1 0 82 4 0 0 18 0 9 0 21690108 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217128 6976 2568 9 0 211633 0
[pid=15709/tid=15710] ppid=15708 vsize=868512 CPUtime=0.54
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 2682 0 1 0 52 2 0 0 24 0 9 0 21690109 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4126550232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868512 CPUtime=0.11
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 2876 0 0 0 11 0 0 0 16 0 9 0 21690110 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868512 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868512 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21690110 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868512 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868512 CPUtime=0.19
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1492 0 0 0 19 0 0 0 16 0 9 0 21690112 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868512 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868512 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889356288 6976 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890736

[startup+3.10117 s]
/proc/loadavg: 1.95 2.01 2.00 4/94 15717
/proc/meminfo: memFree=1821160/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=2.44
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 9639 0 1 0 235 9 0 0 18 0 9 0 21690108 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8623 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=1.74
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 3004 0 1 0 168 6 0 0 25 0 9 0 21690109 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4127032104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=0.44
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 42 2 0 0 16 0 9 0 21690110 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.23
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1523 0 0 0 23 0 0 0 15 0 9 0 21690112 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890932

[startup+6.30253 s]
/proc/loadavg: 1.95 2.01 2.00 3/94 15717
/proc/meminfo: memFree=1780456/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=5.58
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 10323 0 1 0 515 43 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=4.65
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 3685 0 1 0 429 36 0 0 25 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=0.66
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 61 5 0 0 15 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890932

[startup+12.7023 s]
/proc/loadavg: 1.95 2.01 2.00 3/94 15717
/proc/meminfo: memFree=1684392/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=11.88
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 11672 0 1 0 1076 112 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=10.56
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 5034 0 1 0 961 95 0 0 25 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4127032094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=1.06
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 91 15 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890932

[startup+25.5027 s]
/proc/loadavg: 2.04 2.02 2.00 3/94 15717
/proc/meminfo: memFree=1498728/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=24.11
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 14125 0 1 0 2173 238 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=22.04
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 7487 0 1 0 1998 206 0 0 25 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=1.8
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 150 30 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0

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

/proc/15709/task/15710/stat : 15710 (java) D 15708 15695 14035 0 -1 64 44675 0 1 0 17876 1942 0 0 24 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=12.83
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 1018 265 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.84
Current children cumulated vsize (KiB) 890932

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

[startup+230.402 s]
/proc/loadavg: 3.24 2.63 2.24 2/94 15727
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=211.3
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 51313 0 1 0 18919 2211 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=198.2
/proc/15709/task/15710/stat : 15710 (java) D 15708 15695 14035 0 -1 64 44675 0 1 0 17876 1944 0 0 18 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=12.83
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 1018 265 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.86
Current children cumulated vsize (KiB) 890932

[startup+236.802 s]
/proc/loadavg: 3.14 2.62 2.24 3/94 15727
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=215.04
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 51436 0 1 0 18973 2531 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=201.91
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 44798 0 1 0 17928 2263 0 0 25 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=12.86
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 1020 266 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.6
Current children cumulated vsize (KiB) 890932

[startup+240.002 s]
/proc/loadavg: 3.05 2.61 2.24 3/94 15727
/proc/meminfo: memFree=15408/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=218.23
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 51540 0 1 0 19019 2804 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=205.05
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 44902 0 1 0 17970 2535 0 0 25 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=12.89
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 1023 266 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.79
Current children cumulated vsize (KiB) 890932

[startup+243.208 s]
/proc/loadavg: 3.05 2.61 2.24 3/94 15727
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=0.56
/proc/15695/stat : 15695 (sugar) S 15693 15695 14035 0 -1 4194304 1310 5502 0 1 5 2 45 4 16 0 1 0 21690046 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15695/statm: 4217 1111 409 3 0 796 0
[pid=15708] ppid=15695 vsize=5356 CPUtime=0
/proc/15708/stat : 15708 (sh) S 15695 15695 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21690107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15708/statm: 1339 233 193 169 0 50 0
[pid=15709] ppid=15708 vsize=868708 CPUtime=221.42
/proc/15709/stat : 15709 (java) S 15708 15695 14035 0 -1 0 51644 0 1 0 19069 3073 0 0 18 0 9 0 21690108 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15709/statm: 217177 8628 2590 9 0 211654 0
[pid=15709/tid=15710] ppid=15708 vsize=868708 CPUtime=208.21
/proc/15709/task/15710/stat : 15710 (java) R 15708 15695 14035 0 -1 64 45006 0 1 0 18017 2804 0 0 25 0 9 0 21690109 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15711] ppid=15708 vsize=868708 CPUtime=12.93
/proc/15709/task/15711/stat : 15711 (java) S 15708 15695 14035 0 -1 64 4413 0 0 0 1026 267 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15712] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15712/stat : 15712 (java) S 15708 15695 14035 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15713] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15713/stat : 15713 (java) S 15708 15695 14035 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21690110 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15714] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15714/stat : 15714 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15715] ppid=15708 vsize=868708 CPUtime=0.24
/proc/15709/task/15715/stat : 15715 (java) S 15708 15695 14035 0 -1 64 1526 0 0 0 24 0 0 0 16 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15716] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15716/stat : 15716 (java) S 15708 15695 14035 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15709/tid=15717] ppid=15708 vsize=868708 CPUtime=0
/proc/15709/task/15717/stat : 15717 (java) S 15708 15695 14035 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21690112 889556992 8628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.98
Current children cumulated vsize (KiB) 890932

[startup+244.802 s]
/proc/loadavg: 2.96 2.60 2.24 3/84 15727
/proc/meminfo: memFree=1114432/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=223.42
/proc/15695/stat : 15695 (sugar) D 15693 15695 14035 0 -1 4194304 1335 57457 0 2 5 102 19121 3114 19 0 1 0 21690046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15695/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 223.42
Current children cumulated vsize (KiB) 16868

[startup+245.602 s]
/proc/loadavg: 2.96 2.60 2.24 2/84 15727
/proc/meminfo: memFree=1921152/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=223.46
/proc/15695/stat : 15695 (sugar) D 15693 15695 14035 0 -1 4194304 1335 57457 0 2 5 106 19121 3114 18 0 1 0 21690046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15695/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 223.46
Current children cumulated vsize (KiB) 16868

[startup+246.002 s]
/proc/loadavg: 2.96 2.60 2.24 2/84 15727
/proc/meminfo: memFree=1921152/2055920 swapFree=4192812/4192956
[pid=15695] ppid=15693 vsize=16868 CPUtime=223.49
/proc/15695/stat : 15695 (sugar) D 15693 15695 14035 0 -1 4194304 1335 57457 0 2 5 109 19121 3114 18 0 1 0 21690046 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15695/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 223.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 246.063
CPU time (s): 223.518
CPU user time (s): 191.267
CPU system time (s): 32.2511
CPU usage (%): 90.8376
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.267
system time used= 32.2511
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58853
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= 387776
involuntary context switches= 392727

runsolver used 0.347947 second user time and 0.818875 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-11 23:04:03
IDJOB=2068144
IDBENCH=54813
IDSOLVER=738
FILE ID=node74/2068144-1247346242
PBS_JOBID= 9506645
Free space on /tmp= 103080 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-pp08a.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068144-1247346242/watcher-2068144-1247346242 -o /tmp/evaluation-result-2068144-1247346242/solver-2068144-1247346242 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2068144-1247346242.xml

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

MD5SUM BENCH= a9d40c25866097106cb033e6904f8f0b
RANDOM SEED=140649861

node74.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.234
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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1848288 kB
Buffers:         25884 kB
Cached:          93524 kB
SwapCached:          0 kB
Active:         120236 kB
Inactive:        40936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          62160 kB
Slab:            31308 kB
Committed_AS:   217312 kB
PageTables:       1952 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= 103080 MiB
End job on node74 at 2009-07-11 23:08:09