Trace number 2069112

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? 284.687 297.115

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-blast-floppy1-8.xml
MD5SUMda17e456c13770dbc7b0270954eaabf8
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 benchmark3.20951
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints3930
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3930
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:58:27 2009
0.00/0.08	c 0	PID 15740
0.00/0.08	c 0	HOST node21.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069112-1247349507.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069112-1247349507.xml' 'HOME/temp.csp'
0.07/0.97	c 1	1 domains, 3618 variables, 11 predicates, 0 relations, 3930 constraints
0.07/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	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'
0.94/1.06	c 1	Parsing HOME/temp.csp
1.24/1.31	c 1	parsed 7560 expressions
1.24/1.32	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.32	c 1	Converting to clausal form CSP
1.24/1.35	c 1	converted 756 (10%) expressions
1.24/1.37	c 1	converted 1512 (20%) expressions
1.24/1.37	c 1	converted 2268 (30%) expressions
1.24/1.37	c 1	converted 3024 (40%) expressions
1.33/1.42	c 1	converted 3780 (50%) expressions
1.43/1.58	c 2	converted 4536 (60%) expressions
1.54/1.61	c 2	converted 5292 (70%) expressions
1.54/1.63	c 2	converted 6048 (80%) expressions
1.93/2.00	c 2	converted 6804 (90%) expressions
2.52/2.61	c 3	converted 7560 (100%) expressions
2.52/2.62	c 3	CSP : 6732 integers, 0 booleans, 10158 clauses, largest domain size 8192
2.52/2.62	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.52/2.62	c 3	Propagation in CSP
2.72/2.85	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.86	c 3	CSP : 6732 integers, 0 booleans, 10158 clauses, largest domain size 8192
2.72/2.86	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.72/2.87	c 3	Simplifing CSP by introducing new Boolean variables
2.72/2.88	c 3	CSP : 6732 integers, 0 booleans, 10158 clauses, largest domain size 8192
2.72/2.88	c 3	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.98	c 3	674 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	1347 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.99	c 3	2020 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.99	c 3	2693 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.99	c 3	3366 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.87/5.05	c 5	4040 (60%) CSP integer variables are encoded (1480858 clauses, 25938705 bytes)
8.13/8.38	c 8	4713 (70%) CSP integer variables are encoded (3842854 clauses, 70816629 bytes)
11.47/11.72	c 12	5386 (80%) CSP integer variables are encoded (6207089 clauses, 115737094 bytes)
14.80/15.13	c 15	6059 (90%) CSP integer variables are encoded (8567227 clauses, 160579716 bytes)
18.16/18.80	c 19	6732 (100%) CSP integer variables are encoded (10928535 clauses, 207314571 bytes)
18.26/18.85	c 19	1016 (10%) CSP clauses are encoded (10929551 clauses, 207327598 bytes)
18.26/18.87	c 19	2032 (20%) CSP clauses are encoded (10930567 clauses, 207340993 bytes)
170.87/176.80	c 177	3048 (30%) CSP clauses are encoded (91243099 clauses, 1954584491 bytes)
283.55/294.01	c 294	ERROR Exception Too large HOME/temp.cnf
283.55/294.01	c 294	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
283.55/294.01	c 294	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
283.55/294.01	c 294	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
283.55/294.01	s UNKNOWN
283.57/294.45	c 294	CPU 283.6 (0.05 0.02 257.11 26.42)
283.57/294.45	c 294	END Sun Jul 12 00:03:21 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-2069112-1247349507/watcher-2069112-1247349507 -o /tmp/evaluation-result-2069112-1247349507/solver-2069112-1247349507 -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-2069112-1247349507.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.11 2.18 2.13 4/73 15740
/proc/meminfo: memFree=1701000/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=12000 CPUtime=0
/proc/15740/stat : 15740 (sugar) R 15738 15740 14067 0 -1 4194304 171 0 0 0 0 0 0 0 20 0 1 0 22017173 12288000 139 996147200 4194304 4206940 548682068608 18446744073709551615 221250211856 0 0 4224 0 0 0 0 17 1 0 0
/proc/15740/statm: 3000 139 105 3 0 100 0

[startup+0.181903 s]
/proc/loadavg: 2.11 2.18 2.13 4/73 15740
/proc/meminfo: memFree=1701000/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.07
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201911 s]
/proc/loadavg: 2.11 2.18 2.13 4/73 15740
/proc/meminfo: memFree=1701000/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.07
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30191 s]
/proc/loadavg: 2.11 2.18 2.13 4/73 15740
/proc/meminfo: memFree=1701000/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.07
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701957 s]
/proc/loadavg: 2.11 2.18 2.13 4/73 15740
/proc/meminfo: memFree=1701000/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.07
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.10 2.17 2.13 4/84 15762
/proc/meminfo: memFree=1692720/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1309 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=864252 CPUtime=0.49
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 6168 0 1 0 45 4 0 0 18 0 9 0 22017271 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 216063 5456 2569 9 0 210568 0
[pid=15754/tid=15755] ppid=15753 vsize=864252 CPUtime=0.3
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 2569 0 1 0 28 2 0 0 21 0 9 0 22017272 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=864252 CPUtime=0.09
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 2557 0 0 0 8 1 0 0 16 0 9 0 22017273 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=864252 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=864252 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22017273 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=864252 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=864252 CPUtime=0.08
/proc/15754/task/15760/stat : 15760 (java) R 15753 15740 14067 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 22017275 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 101463691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=864252 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=864252 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 884994048 5456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886476

[startup+3.10222 s]
/proc/loadavg: 2.10 2.17 2.13 3/84 15762
/proc/meminfo: memFree=1676720/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 15 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=2.08
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 9464 0 1 0 199 9 0 0 18 0 9 0 22017271 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8516 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=1.44
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 2803 0 1 0 141 3 0 0 25 0 9 0 22017272 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4126982548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=0.38
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 35 3 0 0 16 0 9 0 22017273 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.22
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1508 0 0 0 21 1 0 0 16 0 9 0 22017275 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8516 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8516 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) 890928

[startup+6.30257 s]
/proc/loadavg: 2.10 2.17 2.13 3/84 15762
/proc/meminfo: memFree=1640560/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=5.21
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 10245 0 1 0 481 40 0 0 18 0 9 0 22017271 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8522 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=4.37
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 3580 0 1 0 406 31 0 0 25 0 9 0 22017272 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4126999014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=0.58
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 51 7 0 0 16 0 9 0 22017273 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.23
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1512 0 0 0 22 1 0 0 16 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) R 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890928

[startup+12.7013 s]
/proc/loadavg: 2.24 2.20 2.14 3/84 15762
/proc/meminfo: memFree=1550832/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=11.52
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 11810 0 1 0 1050 102 0 0 18 0 9 0 22017271 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8522 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=10.27
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 5145 0 1 0 942 85 0 0 25 0 9 0 22017272 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4126980440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=0.99
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 84 15 0 0 16 0 9 0 22017273 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.23
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1512 0 0 0 22 1 0 0 16 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8522 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890928

[startup+25.5026 s]
/proc/loadavg: 2.36 2.23 2.15 3/84 15762
/proc/meminfo: memFree=1402160/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=23.85
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 14847 0 1 0 2168 217 0 0 18 0 9 0 22017271 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8539 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=21.67
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 8165 0 1 0 1987 180 0 0 25 0 9 0 22017272 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4126612945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=1.9
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 155 35 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0

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

[startup+222.303 s]
/proc/loadavg: 2.98 2.66 2.33 3/84 15768
/proc/meminfo: memFree=16104/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=213.72
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 63360 0 1 0 19390 1982 0 0 18 0 9 0 22017271 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8539 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=197.02
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 56678 0 1 0 18068 1634 0 0 25 0 9 0 22017272 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4126633199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=16.41
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 1296 345 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.26
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1529 0 0 0 25 1 0 0 16 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.66
Current children cumulated vsize (KiB) 890928

[startup+282.306 s]
/proc/loadavg: 2.51 2.58 2.32 3/84 15768
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=271.21
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 78045 0 1 0 24598 2523 0 0 18 0 9 0 22017271 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8539 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=250.17
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 71363 0 1 0 22934 2083 0 0 25 0 9 0 22017272 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=20.75
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 1638 437 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.26
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1529 0 0 0 25 1 0 0 16 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.15
Current children cumulated vsize (KiB) 890928

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

[startup+288.802 s]
/proc/loadavg: 2.55 2.59 2.33 3/84 15768
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=277.54
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 79660 0 1 0 25171 2583 0 0 18 0 9 0 22017271 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8539 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=256.04
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 72978 0 1 0 23471 2133 0 0 25 0 9 0 22017272 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4126558690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=21.21
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 1674 447 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.26
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1529 0 0 0 25 1 0 0 16 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.48
Current children cumulated vsize (KiB) 890928

[startup+292.002 s]
/proc/loadavg: 2.58 2.59 2.33 3/84 15768
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=0.94
/proc/15740/stat : 15740 (sugar) S 15738 15740 14067 0 -1 4194304 1310 7796 0 1 5 2 82 5 16 0 1 0 22017173 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15740/statm: 4217 1111 409 3 0 796 0
[pid=15753] ppid=15740 vsize=5356 CPUtime=0
/proc/15753/stat : 15753 (sh) S 15740 15740 14067 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 22017270 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15753/statm: 1339 233 193 169 0 50 0
[pid=15754] ppid=15753 vsize=868704 CPUtime=280.64
/proc/15754/stat : 15754 (java) S 15753 15740 14067 0 -1 0 80470 0 1 0 25451 2613 0 0 18 0 9 0 22017271 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15754/statm: 217176 8539 2590 9 0 211653 0
[pid=15754/tid=15755] ppid=15753 vsize=868704 CPUtime=258.89
/proc/15754/task/15755/stat : 15755 (java) R 15753 15740 14067 0 -1 64 73788 0 1 0 23731 2158 0 0 25 0 9 0 22017272 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15756] ppid=15753 vsize=868704 CPUtime=21.47
/proc/15754/task/15756/stat : 15756 (java) S 15753 15740 14067 0 -1 64 4450 0 0 0 1694 453 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15757] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15757/stat : 15757 (java) S 15753 15740 14067 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15758] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15758/stat : 15758 (java) S 15753 15740 14067 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22017273 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15759] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15759/stat : 15759 (java) S 15753 15740 14067 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15760] ppid=15753 vsize=868704 CPUtime=0.26
/proc/15754/task/15760/stat : 15760 (java) S 15753 15740 14067 0 -1 64 1529 0 0 0 25 1 0 0 16 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15761] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15761/stat : 15761 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15754/tid=15762] ppid=15753 vsize=868704 CPUtime=0
/proc/15754/task/15762/stat : 15762 (java) S 15753 15740 14067 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22017275 889552896 8539 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (KiB) 890928

[startup+295.203 s]
/proc/loadavg: 2.58 2.59 2.33 2/74 15768
/proc/meminfo: memFree=40248/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=284.21
/proc/15740/stat : 15740 (sugar) R 15738 15740 14067 0 -1 4194304 1335 89085 0 2 5 63 25711 2642 21 0 1 0 22017173 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15740/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 284.21
Current children cumulated vsize (KiB) 16868

[startup+296.002 s]
/proc/loadavg: 2.58 2.59 2.33 2/74 15768
/proc/meminfo: memFree=1789944/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=284.57
/proc/15740/stat : 15740 (sugar) D 15738 15740 14067 0 -1 4194304 1335 89085 0 2 5 99 25711 2642 18 0 1 0 22017173 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15740/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 284.57
Current children cumulated vsize (KiB) 16868

[startup+296.806 s]
/proc/loadavg: 2.53 2.58 2.33 2/74 15768
/proc/meminfo: memFree=1788864/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=284.64
/proc/15740/stat : 15740 (sugar) D 15738 15740 14067 0 -1 4194304 1335 89085 0 2 5 106 25711 2642 18 0 1 0 22017173 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15740/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 284.64
Current children cumulated vsize (KiB) 16868

[startup+297.002 s]
/proc/loadavg: 2.53 2.58 2.33 2/74 15768
/proc/meminfo: memFree=1788864/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=284.65
/proc/15740/stat : 15740 (sugar) D 15738 15740 14067 0 -1 4194304 1335 89085 0 2 5 107 25711 2642 18 0 1 0 22017173 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15740/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 284.65
Current children cumulated vsize (KiB) 16868

[startup+297.102 s]
/proc/loadavg: 2.53 2.58 2.33 2/74 15768
/proc/meminfo: memFree=1788864/2055920 swapFree=4192812/4192956
[pid=15740] ppid=15738 vsize=16868 CPUtime=284.66
/proc/15740/stat : 15740 (sugar) R 15738 15740 14067 0 -1 4194304 1335 89085 0 2 5 108 25711 2642 18 0 1 0 22017173 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221236663337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15740/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 284.66
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 297.115
CPU time (s): 284.687
CPU user time (s): 257.177
CPU system time (s): 27.5098
CPU usage (%): 95.8169
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.177
system time used= 27.5098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90481
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= 652806
involuntary context switches= 657918

runsolver used 0.396939 second user time and 1.03984 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-11 23:58:27
IDJOB=2069112
IDBENCH=54986
IDSOLVER=738
FILE ID=node21/2069112-1247349507
PBS_JOBID= 9506802
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-blast-floppy1-8.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-2069112-1247349507/watcher-2069112-1247349507 -o /tmp/evaluation-result-2069112-1247349507/solver-2069112-1247349507 -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-2069112-1247349507.xml

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

MD5SUM BENCH= da17e456c13770dbc7b0270954eaabf8
RANDOM SEED=1114519250

node21.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.240
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.240
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:       1701480 kB
Buffers:         26876 kB
Cached:         100080 kB
SwapCached:          0 kB
Active:         264744 kB
Inactive:        42556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2664 kB
Writeback:           0 kB
Mapped:         191056 kB
Slab:            31992 kB
Committed_AS:   391860 kB
PageTables:       2236 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node21 at 2009-07-12 00:03:24