Trace number 1065303

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.13+minisat? 220.732 231.952

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-neos5.xml
MD5SUM531962223674142ef09e49aadb0bd64b
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 benchmark0.425934
Satisfiable
(Un)Satisfiability was proved
Number of variables163
Number of constraints73
Maximum constraint arity102
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension73
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.06	c 0	Sugar v1-13 + HOME/minisat
0.00/0.06	c 0	BEGIN Fri Jul  4 06:40:23 2008
0.00/0.06	c 0	PID 3465
0.00/0.07	c 0	HOST node34.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1065303-1215146423.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065303-1215146423.xml' 'HOME/temp.csp'
0.03/0.45	c 1	1 domains, 163 variables, 7 predicates, 0 relations, 73 constraints
0.03/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.46	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.54	c 1	Parsing HOME/temp.csp
0.39/0.72	c 1	parsed 244 expressions
0.39/0.73	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.73	c 1	Converting to clausal form CSP
0.39/0.75	c 1	converted 25 (10%) expressions
0.39/0.75	c 1	converted 49 (20%) expressions
0.39/0.75	c 1	converted 74 (30%) expressions
0.39/0.75	c 1	converted 98 (40%) expressions
0.39/0.75	c 1	converted 122 (50%) expressions
0.39/0.75	c 1	converted 147 (60%) expressions
0.39/0.76	c 1	converted 171 (70%) expressions
0.40/1.04	c 1	converted 196 (80%) expressions
1.02/1.18	c 1	converted 220 (90%) expressions
1.21/1.37	c 2	converted 244 (100%) expressions
1.21/1.37	c 2	CSP : 5343 integers, 0 booleans, 10433 clauses, largest domain size 21372
1.21/1.37	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 2	Propagation in CSP
1.31/1.47	c 2	3381 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 2	CSP : 5343 integers, 0 booleans, 10433 clauses, largest domain size 21372
1.31/1.47	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.48	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.49	c 2	CSP : 5343 integers, 0 booleans, 10433 clauses, largest domain size 21372
1.31/1.49	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.03	c 2	535 (10%) CSP integer variables are encoded (344429 clauses, 5634868 bytes)
2.90/3.06	c 3	1069 (20%) CSP integer variables are encoded (1104372 clauses, 18764634 bytes)
3.97/4.19	c 4	1603 (30%) CSP integer variables are encoded (1907128 clauses, 34016998 bytes)
5.06/5.25	c 6	2138 (40%) CSP integer variables are encoded (2670266 clauses, 48516620 bytes)
6.15/6.38	c 7	2672 (50%) CSP integer variables are encoded (3487094 clauses, 64036352 bytes)
7.32/7.51	c 8	3206 (60%) CSP integer variables are encoded (4300491 clauses, 79490895 bytes)
8.31/8.58	c 9	3741 (70%) CSP integer variables are encoded (5080419 clauses, 94309527 bytes)
9.47/9.72	c 10	4275 (80%) CSP integer variables are encoded (5887810 clauses, 109649956 bytes)
10.56/10.82	c 11	4809 (90%) CSP integer variables are encoded (6678758 clauses, 124677968 bytes)
11.65/11.93	c 12	5343 (100%) CSP integer variables are encoded (7456399 clauses, 139453147 bytes)
219.72/229.20	c 229	ERROR Exception Too large HOME/temp.cnf
219.72/229.22	c 229	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
219.72/229.22	c 229	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
219.72/229.22	c 229	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
219.72/229.22	s UNKNOWN
219.72/229.26	c 230	CPU 198.87 (0.03 0.01 198.84 20.88)
219.72/229.26	c 230	END Fri Jul  4 06:44:13 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065303-1215146423/watcher-1065303-1215146423 -o /tmp/evaluation-result-1065303-1215146423/solver-1065303-1215146423 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1065303-1215146423.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.76 2.19 2.07 4/74 3465
/proc/meminfo: memFree=1505288/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=18572 CPUtime=0
/proc/3465/stat : 3465 (runsolver) R 3463 3465 870 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993615814 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 254195330343 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3465/statm: 4643 292 257 25 0 2626 0

[startup+0.100482 s]
/proc/loadavg: 2.76 2.19 2.07 4/74 3465
/proc/meminfo: memFree=1505288/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.03
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993615814 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.2015 s]
/proc/loadavg: 2.76 2.19 2.07 4/74 3465
/proc/meminfo: memFree=1505288/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.03
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993615814 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301509 s]
/proc/loadavg: 2.76 2.19 2.07 4/74 3465
/proc/meminfo: memFree=1505288/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.03
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1993615814 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701575 s]
/proc/loadavg: 2.76 2.19 2.07 4/74 3465
/proc/meminfo: memFree=1505288/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.39
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 973 4286 0 1 2 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50971 s]
/proc/loadavg: 2.76 2.19 2.07 3/85 3487
/proc/meminfo: memFree=1488944/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 15 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868572 CPUtime=1.02
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 7723 0 1 0 97 5 0 0 18 0 9 0 1993615861 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217143 6931 2540 9 0 211718 0
[pid=3479/tid=3480] ppid=3478 vsize=868572 CPUtime=0.62
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 2694 0 1 0 61 1 0 0 21 0 9 0 1993615862 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868572 CPUtime=0.15
/proc/3479/task/3481/stat : 3481 (java) R 3478 3465 870 0 -1 64 2865 0 0 0 14 1 0 0 16 0 9 0 1993615863 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 102687499 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868572 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868572 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868572 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868572 CPUtime=0.22
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1472 0 0 0 21 1 0 0 16 0 9 0 1993615865 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868572 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868572 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) R 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889417728 6931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887528

[startup+3.10294 s]
/proc/loadavg: 2.76 2.19 2.07 3/85 3487
/proc/meminfo: memFree=1476464/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=2.6
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 8247 0 1 0 240 20 0 0 18 0 9 0 1993615861 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6972 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=2.01
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 3204 0 1 0 188 13 0 0 25 0 9 0 1993615862 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=0.31
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 27 4 0 0 16 0 9 0 1993615863 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.24
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1485 0 0 0 23 1 0 0 16 0 9 0 1993615865 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6972 996147200 134512640 134550740 4294955952 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) 887456

[startup+6.30244 s]
/proc/loadavg: 2.70 2.19 2.07 3/85 3487
/proc/meminfo: memFree=1432176/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=5.75
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 9212 0 1 0 523 52 0 0 18 0 9 0 1993615861 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6974 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=4.92
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 4167 0 1 0 452 40 0 0 25 0 9 0 1993615862 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4126969372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=0.54
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 46 8 0 0 16 0 9 0 1993615863 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.25
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 1993615865 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6974 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6974 996147200 134512640 134550740 4294955952 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) 887456

[startup+12.7024 s]
/proc/loadavg: 2.65 2.19 2.07 3/85 3487
/proc/meminfo: memFree=1341616/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=12.04
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 11151 0 1 0 1085 119 0 0 18 0 9 0 1993615861 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6978 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=10.73
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 6103 0 1 0 977 96 0 0 25 0 9 0 1993615862 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=1.03
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 83 20 0 0 16 0 9 0 1993615863 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.25
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1490 0 0 0 24 1 0 0 16 0 9 0 1993615865 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6978 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6978 996147200 134512640 134550740 4294955952 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) 887456

[startup+25.5024 s]
/proc/loadavg: 2.64 2.21 2.08 3/85 3487
/proc/meminfo: memFree=1196784/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=24.2
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 14936 0 1 0 2191 229 0 0 18 0 9 0 1993615861 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6980 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=21.93
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 9886 0 1 0 2006 187 0 0 25 0 9 0 1993615862 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4126966826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=1.98
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 158 40 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 3.25 2.62 2.25 3/85 3487
/proc/meminfo: memFree=15472/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=155.36
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 55938 0 1 0 14049 1487 0 0 18 0 9 0 1993615861 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6980 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=142.68
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 50888 0 1 0 13064 1204 0 0 25 0 9 0 1993615862 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4126969502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=12.39
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 959 280 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.26
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1492 0 0 0 25 1 0 0 16 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.76
Current children cumulated vsize (KiB) 887456

[startup+222.303 s]
/proc/loadavg: 3.42 2.78 2.32 3/85 3487
/proc/meminfo: memFree=15344/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=212.62
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 74431 0 1 0 19239 2023 0 0 18 0 9 0 1993615861 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6980 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=195.46
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 69381 0 1 0 17910 1636 0 0 25 0 9 0 1993615862 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=16.87
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 1303 384 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.26
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1492 0 0 0 25 1 0 0 16 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 213.02
Current children cumulated vsize (KiB) 887456

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

[startup+224.601 s]
/proc/loadavg: 3.47 2.80 2.33 3/85 3487
/proc/meminfo: memFree=16240/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=214.86
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 75175 0 1 0 19441 2045 0 0 18 0 9 0 1993615861 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6980 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=197.51
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 70125 0 1 0 18098 1653 0 0 25 0 9 0 1993615862 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4126574165 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=17.06
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 1317 389 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.26
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1492 0 0 0 25 1 0 0 16 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 215.26
Current children cumulated vsize (KiB) 887456

[startup+227.803 s]
/proc/loadavg: 3.47 2.80 2.33 3/85 3487
/proc/meminfo: memFree=15728/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=0.4
/proc/3465/stat : 3465 (sugar) S 3463 3465 870 0 -1 4194304 974 4286 0 1 3 1 32 4 16 0 1 0 1993615814 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3465/statm: 3400 797 370 3 0 500 0
[pid=3478] ppid=3465 vsize=5356 CPUtime=0
/proc/3478/stat : 3478 (sh) S 3465 3465 870 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993615860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3478/statm: 1339 233 193 169 0 50 0
[pid=3479] ppid=3478 vsize=868500 CPUtime=217.96
/proc/3479/stat : 3479 (java) S 3478 3465 870 0 -1 0 76196 0 1 0 19726 2070 0 0 18 0 9 0 1993615861 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3479/statm: 217125 6980 2564 9 0 211672 0
[pid=3479/tid=3480] ppid=3478 vsize=868500 CPUtime=200.41
/proc/3479/task/3480/stat : 3480 (java) R 3478 3465 870 0 -1 64 71146 0 1 0 18366 1675 0 0 25 0 9 0 1993615862 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4126965427 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3479/tid=3481] ppid=3478 vsize=868500 CPUtime=17.26
/proc/3479/task/3481/stat : 3481 (java) S 3478 3465 870 0 -1 64 2866 0 0 0 1334 392 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3479/tid=3482] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3482/stat : 3482 (java) S 3478 3465 870 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3483] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3483/stat : 3483 (java) S 3478 3465 870 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993615863 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3484] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3484/stat : 3484 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3485] ppid=3478 vsize=868500 CPUtime=0.26
/proc/3479/task/3485/stat : 3485 (java) S 3478 3465 870 0 -1 64 1492 0 0 0 25 1 0 0 16 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3486] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3486/stat : 3486 (java) S 3478 3465 870 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3479/tid=3487] ppid=3478 vsize=868500 CPUtime=0
/proc/3479/task/3487/stat : 3487 (java) S 3478 3465 870 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993615865 889344000 6980 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 218.36
Current children cumulated vsize (KiB) 887456

[startup+229.402 s]
/proc/loadavg: 3.43 2.80 2.34 3/75 3487
/proc/meminfo: memFree=287296/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=219.88
/proc/3465/stat : 3465 (sugar) R 3463 3465 870 0 -1 4194304 996 81227 0 3 3 13 19884 2088 16 0 1 0 1993615814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3465/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 219.88
Current children cumulated vsize (KiB) 13600

[startup+231.001 s]
/proc/loadavg: 3.43 2.80 2.34 3/75 3487
/proc/meminfo: memFree=1659392/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=220.67
/proc/3465/stat : 3465 (sugar) D 3463 3465 870 0 -1 4194304 996 81227 0 3 3 92 19884 2088 15 0 1 0 1993615814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3465/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 220.67
Current children cumulated vsize (KiB) 13600

[startup+231.401 s]
/proc/loadavg: 3.43 2.80 2.34 3/75 3487
/proc/meminfo: memFree=1659392/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=220.69
/proc/3465/stat : 3465 (sugar) D 3463 3465 870 0 -1 4194304 996 81227 0 3 3 94 19884 2088 15 0 1 0 1993615814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3465/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 220.69
Current children cumulated vsize (KiB) 13600

[startup+231.801 s]
/proc/loadavg: 3.43 2.80 2.34 2/75 3487
/proc/meminfo: memFree=1658816/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=220.71
/proc/3465/stat : 3465 (sugar) D 3463 3465 870 0 -1 4194304 996 81227 0 3 3 96 19884 2088 15 0 1 0 1993615814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3465/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 220.71
Current children cumulated vsize (KiB) 13600

[startup+231.901 s]
/proc/loadavg: 3.43 2.80 2.34 2/75 3487
/proc/meminfo: memFree=1658816/2055920 swapFree=4179812/4192956
[pid=3465] ppid=3463 vsize=13600 CPUtime=220.72
/proc/3465/stat : 3465 (sugar) D 3463 3465 870 0 -1 4194304 996 81227 0 3 3 97 19884 2088 15 0 1 0 1993615814 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254195504169 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3465/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 231.952
CPU time (s): 220.732
CPU user time (s): 198.876
CPU system time (s): 21.8567
CPU usage (%): 95.1631
Max. virtual memory (cumulated for all children) (KiB): 887528

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

runsolver used 0.300954 second user time and 0.809876 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-04 06:40:23
IDJOB=1065303
IDBENCH=55052
IDSOLVER=346
FILE ID=node34/1065303-1215146423
PBS_JOBID= 7877308
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-neos5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065303-1215146423/watcher-1065303-1215146423 -o /tmp/evaluation-result-1065303-1215146423/solver-1065303-1215146423 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1065303-1215146423.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 531962223674142ef09e49aadb0bd64b
RANDOM SEED=1925722133

node34.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.259
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.259
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:       1505960 kB
Buffers:          5044 kB
Cached:         182012 kB
SwapCached:       7288 kB
Active:         360664 kB
Inactive:       130588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505960 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         311012 kB
Slab:            43108 kB
Committed_AS:  3730120 kB
PageTables:       2500 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= 66420 MiB
End job on node34 at 2008-07-04 06:44:15