Trace number 1056195

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+picosat? (MO) 335.366 344.221

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-300.xml
MD5SUMc7d57b0262fde2b45e9a562f45f9d3ca
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.9213
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints44850
Maximum constraint arity2
Maximum domain size300
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 07:18:08 2008
0.00/0.04	c 0	PID 6758
0.03/0.04	c 0	HOST node85.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1056195-1215062287.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056195-1215062287.xml' 'HOME/temp.csp'
2.17/2.28	c 2	1 domains, 300 variables, 1 predicates, 0 relations, 44850 constraints
2.17/2.29	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.17/2.29	c 2	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'
2.26/2.37	c 2	Parsing HOME/temp.csp
2.26/2.88	c 2	parsed 10000 expressions
3.14/3.26	c 3	parsed 20000 expressions
3.53/3.65	c 3	parsed 30000 expressions
3.83/3.98	c 4	parsed 40000 expressions
4.02/4.14	c 4	parsed 45152 expressions
4.02/4.15	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.02/4.15	c 4	Converting to clausal form CSP
4.72/4.89	c 5	converted 4516 (10%) expressions
5.41/5.52	c 5	converted 9031 (20%) expressions
5.81/5.94	c 6	converted 13546 (30%) expressions
6.20/6.36	c 6	converted 18061 (40%) expressions
7.09/7.26	c 7	converted 22576 (50%) expressions
7.49/7.68	c 7	converted 27092 (60%) expressions
7.88/8.09	c 8	converted 31607 (70%) expressions
8.38/8.50	c 8	converted 36122 (80%) expressions
9.27/9.49	c 9	converted 40637 (90%) expressions
9.86/10.00	c 10	converted 45152 (100%) expressions
9.86/10.00	c 10	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
9.86/10.00	c 10	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.86/10.00	c 10	Propagation in CSP
10.45/10.69	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.45/10.69	c 10	CSP : 300 integers, 44850 booleans, 179400 clauses, largest domain size 300
10.45/10.69	c 10	Heap : 121 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.55/10.73	c 10	Simplifing CSP by introducing new Boolean variables
12.44/12.69	c 12	CSP : 300 integers, 224248 booleans, 358798 clauses, largest domain size 300
12.44/12.69	c 12	Heap : 182 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.52/13.76	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.62/13.82	c 13	30 (10%) CSP integer variables are encoded (8940 clauses, 114079 bytes)
13.62/13.83	c 13	60 (20%) CSP integer variables are encoded (17880 clauses, 246128 bytes)
13.62/13.84	c 13	90 (30%) CSP integer variables are encoded (26820 clauses, 380228 bytes)
13.62/13.85	c 13	120 (40%) CSP integer variables are encoded (35760 clauses, 514328 bytes)
13.62/13.86	c 13	150 (50%) CSP integer variables are encoded (44700 clauses, 648428 bytes)
13.62/13.87	c 13	180 (60%) CSP integer variables are encoded (53640 clauses, 782528 bytes)
13.62/13.88	c 13	210 (70%) CSP integer variables are encoded (62580 clauses, 916628 bytes)
13.62/13.89	c 14	240 (80%) CSP integer variables are encoded (71520 clauses, 1050728 bytes)
13.72/13.90	c 14	270 (90%) CSP integer variables are encoded (80460 clauses, 1184828 bytes)
13.72/13.91	c 14	300 (100%) CSP integer variables are encoded (89400 clauses, 1318928 bytes)
23.69/24.03	c 24	35880 (10%) CSP clauses are encoded (5582468 clauses, 118503992 bytes)
33.83/34.35	c 34	71760 (20%) CSP clauses are encoded (11175254 clauses, 239603310 bytes)
44.38/45.78	c 45	107640 (30%) CSP clauses are encoded (16897428 clauses, 369925620 bytes)
55.41/56.90	c 57	143520 (40%) CSP clauses are encoded (22822730 clauses, 505942951 bytes)
66.56/69.24	c 69	179399 (50%) CSP clauses are encoded (28894880 clauses, 645337799 bytes)
78.15/80.90	c 81	215279 (60%) CSP clauses are encoded (35153778 clauses, 789027838 bytes)
89.99/92.97	c 93	251159 (70%) CSP clauses are encoded (41646928 clauses, 938105673 bytes)
102.39/106.31	c 106	287039 (80%) CSP clauses are encoded (48374418 clauses, 1092573328 bytes)
115.27/119.30	c 119	322919 (90%) CSP clauses are encoded (55405988 clauses, 1254034823 bytes)
128.94/133.24	c 133	358798 (100%) CSP clauses are encoded (62909298 clauses, 1426346351 bytes)
128.94/133.24	c 133	358798 CSP clauses encoded
128.94/133.24	c 133	Writing map file : HOME/temp.map
128.94/133.27	c 133	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.94/133.27	c 133	SAT : 313948 SAT variables, 62909298 SAT clauses, 1426346351 bytes
128.94/133.27	c 133	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
129.03/133.32	c 133	SOLVING HOME/temp.cnf
129.03/133.32	c 133	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
334.73/342.92	c ERROR INTERRUPTED
334.85/343.04	s UNKNOWN
334.85/343.04	c 343	CPU 120.27 (0.03 0.01 120.24 8.77)
334.85/343.04	c 343	END Thu Jul  3 07:23:51 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-1056195-1215062287/watcher-1056195-1215062287 -o /tmp/evaluation-result-1056195-1215062287/solver-1056195-1215062287 -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/picosat -tmp=HOME/temp HOME/instance-1056195-1215062287.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.00 2.00 2.00 4/81 6758
/proc/meminfo: memFree=1539408/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=12132 CPUtime=0
/proc/6758/stat : 6758 (sugar) R 6756 6758 32315 0 -1 4194304 222 0 0 0 0 0 0 0 20 0 1 0 247171485 12423168 190 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 1 0 0
/proc/6758/statm: 3033 190 142 3 0 133 0

[startup+0.0454921 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 6758
/proc/meminfo: memFree=1539408/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=0.03
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 247171485 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101428 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 6758
/proc/meminfo: memFree=1539408/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=0.03
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 247171485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301467 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 6758
/proc/meminfo: memFree=1539408/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=0.03
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 247171485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701545 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 6758
/proc/meminfo: memFree=1539408/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=0.03
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 247171485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 6770
/proc/meminfo: memFree=1502840/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=0.03
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 247171485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 796 370 3 0 500 0
[pid=6761] ppid=6758 vsize=5356 CPUtime=0
/proc/6761/stat : 6761 (sh) S 6758 6758 32315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 247171490 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6761/statm: 1339 233 193 169 0 50 0
[pid=6762] ppid=6761 vsize=864676 CPUtime=1.43
/proc/6762/stat : 6762 (java) S 6761 6758 32315 0 -1 0 19306 0 1 0 134 9 0 0 18 0 9 0 247171491 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6762/statm: 216169 15886 2529 9 0 210751 0
[pid=6762/tid=6763] ppid=6761 vsize=864676 CPUtime=0.63
/proc/6762/task/6763/stat : 6763 (java) R 6761 6758 32315 0 -1 64 3309 0 1 0 62 1 0 0 25 0 9 0 247171492 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4126656916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6764] ppid=6761 vsize=864676 CPUtime=0.67
/proc/6762/task/6764/stat : 6764 (java) S 6761 6758 32315 0 -1 64 14794 0 0 0 61 6 0 0 17 0 9 0 247171493 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6765] ppid=6761 vsize=864676 CPUtime=0
/proc/6762/task/6765/stat : 6765 (java) S 6761 6758 32315 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 247171493 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6766] ppid=6761 vsize=864676 CPUtime=0
/proc/6762/task/6766/stat : 6766 (java) S 6761 6758 32315 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 247171493 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6767] ppid=6761 vsize=864676 CPUtime=0
/proc/6762/task/6767/stat : 6767 (java) S 6761 6758 32315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 247171495 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6768] ppid=6761 vsize=864676 CPUtime=0.11
/proc/6762/task/6768/stat : 6768 (java) S 6761 6758 32315 0 -1 64 503 0 0 0 11 0 0 0 16 0 9 0 247171495 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6769] ppid=6761 vsize=864676 CPUtime=0
/proc/6762/task/6769/stat : 6769 (java) S 6761 6758 32315 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 247171495 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6762/tid=6770] ppid=6761 vsize=864676 CPUtime=0
/proc/6762/task/6770/stat : 6770 (java) S 6761 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 247171495 885428224 15886 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10501 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 6770
/proc/meminfo: memFree=1468984/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=2.26
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 973 23246 0 1 3 0 209 14 15 0 1 0 247171485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 13600

[startup+6.30263 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 6780
/proc/meminfo: memFree=1489464/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=2.26
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 974 23246 0 1 3 0 209 14 15 0 1 0 247171485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 797 370 3 0 500 0
[pid=6771] ppid=6758 vsize=5356 CPUtime=0
/proc/6771/stat : 6771 (sh) S 6758 6758 32315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 247171715 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6771/statm: 1339 233 193 169 0 50 0
[pid=6772] ppid=6771 vsize=868424 CPUtime=3.94
/proc/6772/stat : 6772 (java) S 6771 6758 32315 0 -1 0 20185 0 1 0 382 12 0 0 20 0 9 0 247171716 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6772/statm: 217106 18543 2540 9 0 211681 0
[pid=6772/tid=6773] ppid=6771 vsize=868424 CPUtime=2.58
/proc/6772/task/6773/stat : 6773 (java) R 6771 6758 32315 0 -1 64 3317 0 1 0 256 2 0 0 25 0 9 0 247171717 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4126577952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6774] ppid=6771 vsize=868424 CPUtime=1.15
/proc/6772/task/6774/stat : 6774 (java) S 6771 6758 32315 0 -1 64 14710 0 0 0 108 7 0 0 16 0 9 0 247171718 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6775] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6775/stat : 6775 (java) S 6771 6758 32315 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 247171718 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6776] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6776/stat : 6776 (java) S 6771 6758 32315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 247171718 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6777] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6777/stat : 6777 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6778] ppid=6771 vsize=868424 CPUtime=0.18
/proc/6772/task/6778/stat : 6778 (java) S 6771 6758 32315 0 -1 64 1462 0 0 0 18 0 0 0 16 0 9 0 247171720 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6779] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6779/stat : 6779 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6780] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6780/stat : 6780 (java) S 6771 6758 32315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247171720 889266176 18543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887380

[startup+12.7069 s]
/proc/loadavg: 2.15 2.03 2.01 4/92 6780
/proc/meminfo: memFree=1334968/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=2.26
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 974 23246 0 1 3 0 209 14 16 0 1 0 247171485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 797 370 3 0 500 0
[pid=6771] ppid=6758 vsize=5356 CPUtime=0
/proc/6771/stat : 6771 (sh) S 6758 6758 32315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 247171715 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6771/statm: 1339 233 193 169 0 50 0
[pid=6772] ppid=6771 vsize=868424 CPUtime=10.28
/proc/6772/stat : 6772 (java) S 6771 6758 32315 0 -1 0 80229 0 1 0 987 41 0 0 20 0 9 0 247171716 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6772/statm: 217106 50065 2540 9 0 211681 0
[pid=6772/tid=6773] ppid=6771 vsize=868424 CPUtime=5.04
/proc/6772/task/6773/stat : 6773 (java) R 6771 6758 32315 0 -1 64 5430 0 1 0 500 4 0 0 25 0 9 0 247171717 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6774] ppid=6771 vsize=868424 CPUtime=5.01
/proc/6772/task/6774/stat : 6774 (java) R 6771 6758 32315 0 -1 64 72628 0 0 0 466 35 0 0 15 0 9 0 247171718 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6775] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6775/stat : 6775 (java) S 6771 6758 32315 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 247171718 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6776] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6776/stat : 6776 (java) S 6771 6758 32315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 247171718 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6777] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6777/stat : 6777 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6778] ppid=6771 vsize=868424 CPUtime=0.2
/proc/6772/task/6778/stat : 6778 (java) S 6771 6758 32315 0 -1 64 1475 0 0 0 20 0 0 0 15 0 9 0 247171720 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6779] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6779/stat : 6779 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6780] ppid=6771 vsize=868424 CPUtime=0
/proc/6772/task/6780/stat : 6780 (java) S 6771 6758 32315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247171720 889266176 50065 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887380

[startup+25.5023 s]
/proc/loadavg: 2.20 2.05 2.01 3/92 6780
/proc/meminfo: memFree=1209464/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=2.26
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 974 23246 0 1 3 0 209 14 16 0 1 0 247171485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 797 370 3 0 500 0
[pid=6771] ppid=6758 vsize=5356 CPUtime=0
/proc/6771/stat : 6771 (sh) S 6758 6758 32315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 247171715 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6771/statm: 1339 233 193 169 0 50 0
[pid=6772] ppid=6771 vsize=868536 CPUtime=22.91
/proc/6772/stat : 6772 (java) S 6771 6758 32315 0 -1 0 85338 0 1 0 2174 117 0 0 20 0 9 0 247171716 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6772/statm: 217134 50635 2565 9 0 211681 0
[pid=6772/tid=6773] ppid=6771 vsize=868536 CPUtime=16.48
/proc/6772/task/6773/stat : 6773 (java) R 6771 6758 32315 0 -1 64 5685 0 1 0 1573 75 0 0 25 0 9 0 247171717 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4126476950 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6774] ppid=6771 vsize=868536 CPUtime=6.15
/proc/6772/task/6774/stat : 6774 (java) S 6771 6758 32315 0 -1 64 77454 0 0 0 576 39 0 0 16 0 9 0 247171718 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6775] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6775/stat : 6775 (java) S 6771 6758 32315 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 247171718 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6776] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6776/stat : 6776 (java) S 6771 6758 32315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 247171718 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6777] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6777/stat : 6777 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6778] ppid=6771 vsize=868536 CPUtime=0.25
/proc/6772/task/6778/stat : 6778 (java) S 6771 6758 32315 0 -1 64 1503 0 0 0 24 1 0 0 16 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6779] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6779/stat : 6779 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6780] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6780/stat : 6780 (java) S 6771 6758 32315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887492

[startup+51.1023 s]
/proc/loadavg: 2.82 2.20 2.06 3/92 6782
/proc/meminfo: memFree=910520/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=2.27
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 974 23246 0 1 3 1 209 14 16 0 1 0 247171485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 797 370 3 0 500 0
[pid=6771] ppid=6758 vsize=5356 CPUtime=0
/proc/6771/stat : 6771 (sh) S 6758 6758 32315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 247171715 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6771/statm: 1339 233 193 169 0 50 0
[pid=6772] ppid=6771 vsize=868536 CPUtime=47.47
/proc/6772/stat : 6772 (java) S 6771 6758 32315 0 -1 0 85764 0 1 0 4457 290 0 0 20 0 9 0 247171716 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=6772/tid=6775] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6775/stat : 6775 (java) S 6771 6758 32315 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 247171718 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6776] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6776/stat : 6776 (java) S 6771 6758 32315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 247171718 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6777] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6777/stat : 6777 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6778] ppid=6771 vsize=868536 CPUtime=0.25
/proc/6772/task/6778/stat : 6778 (java) S 6771 6758 32315 0 -1 64 1503 0 0 0 24 1 0 0 16 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6779] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6779/stat : 6779 (java) S 6771 6758 32315 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6772/tid=6780] ppid=6771 vsize=868536 CPUtime=0
/proc/6772/task/6780/stat : 6780 (java) S 6771 6758 32315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 247171720 889380864 50635 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 98.45
Current children cumulated vsize (KiB) 887492

[startup+162.302 s]
/proc/loadavg: 4.70 3.05 2.38 3/84 6787
/proc/meminfo: memFree=88760/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1022 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=5356 CPUtime=0
/proc/6786/stat : 6786 (sh) S 6758 6758 32315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 247184817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6786/statm: 1339 232 193 169 0 50 0
[pid=6787] ppid=6786 vsize=140180 CPUtime=28.95
/proc/6787/stat : 6787 (picosat) R 6786 6758 32315 0 -1 4194304 32376 0 0 0 1328 1567 0 0 25 0 1 0 247184818 143544320 32362 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6787/statm: 35045 32362 40 102 0 34940 0
Current children cumulated CPU time (s) 158
Current children cumulated vsize (KiB) 159136

[startup+222.301 s]
/proc/loadavg: 4.17 3.20 2.47 3/84 6789
/proc/meminfo: memFree=15544/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1022 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=5356 CPUtime=0
/proc/6786/stat : 6786 (sh) S 6758 6758 32315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 247184817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6786/statm: 1339 232 193 169 0 50 0
[pid=6787] ppid=6786 vsize=408716 CPUtime=88.64
/proc/6787/stat : 6787 (picosat) R 6786 6758 32315 0 -1 4194304 94399 0 0 0 4072 4792 0 0 25 0 1 0 247184818 418525184 94385 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/6787/statm: 102179 94385 40 102 0 102074 0
Current children cumulated CPU time (s) 217.69
Current children cumulated vsize (KiB) 427672

[startup+282.302 s]
/proc/loadavg: 3.05 3.07 2.47 3/84 6789
/proc/meminfo: memFree=15992/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1022 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=5356 CPUtime=0
/proc/6786/stat : 6786 (sh) S 6758 6758 32315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 247184817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6786/statm: 1339 232 193 169 0 50 0
[pid=6787] ppid=6786 vsize=683736 CPUtime=145.73
/proc/6787/stat : 6787 (picosat) R 6786 6758 32315 0 -1 4194304 153602 0 0 0 6678 7895 0 0 25 0 1 0 247184818 700145664 153588 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/6787/statm: 170934 153588 40 102 0 170829 0
Current children cumulated CPU time (s) 274.78
Current children cumulated vsize (KiB) 702692

[startup+342.302 s]
/proc/loadavg: 2.38 2.88 2.44 3/84 6789
/proc/meminfo: memFree=14840/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1022 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=5356 CPUtime=0
/proc/6786/stat : 6786 (sh) S 6758 6758 32315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 247184817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6786/statm: 1339 232 193 169 0 50 0
[pid=6787] ppid=6786 vsize=900744 CPUtime=205.1
/proc/6787/stat : 6787 (picosat) R 6786 6758 32315 0 -1 4194304 214946 0 0 0 9392 11118 0 0 25 0 1 0 247184818 922361856 214932 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/6787/statm: 225186 214932 40 102 0 225081 0
Current children cumulated CPU time (s) 334.15
Current children cumulated vsize (KiB) 919700



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+342.902 s]
/proc/loadavg: 2.38 2.88 2.44 3/84 6789
/proc/meminfo: memFree=15928/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1022 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=5356 CPUtime=0
/proc/6786/stat : 6786 (sh) S 6758 6758 32315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 247184817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6786/statm: 1339 232 193 169 0 50 0
[pid=6787] ppid=6786 vsize=902856 CPUtime=205.68
/proc/6787/stat : 6787 (picosat) R 6786 6758 32315 0 -1 4194304 215558 0 0 0 9417 11151 0 0 25 0 1 0 247184818 924524544 215544 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/6787/statm: 225714 215544 40 102 0 225609 0
Current children cumulated CPU time (s) 334.73
Current children cumulated vsize (KiB) 921812

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+343.021 s]
/proc/loadavg: 2.38 2.88 2.44 3/84 6789
/proc/meminfo: memFree=15928/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1042 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=0 CPUtime=0
/proc/6786/stat : 6786 (sh) Z 6758 6758 32315 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 247184817 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/6786/statm: 0 0 0 0 0 0 0
[pid=6787] ppid=1 vsize=0 CPUtime=205.8
/proc/6787/stat : 6787 (picosat) R 1 6758 32315 0 -1 4195332 215558 0 0 0 9417 11163 0 0 25 0 1 0 247184818 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/6787/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.85
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (129.09 s) is less than in the last sample (334.85 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (205.76 s) to the 'lost time'.

[startup+343.102 s]
/proc/loadavg: 2.38 2.88 2.44 3/83 6790
/proc/meminfo: memFree=981376/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.09
/proc/6758/stat : 6758 (sugar) R 6756 6758 32315 0 -1 4194304 1070 110974 0 2 3 5 12024 877 16 0 1 0 247171485 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/6758/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 129.09
Current children cumulated vsize (KiB) 13600

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

[startup+343.021 s]
/proc/loadavg: 2.38 2.88 2.44 3/84 6789
/proc/meminfo: memFree=15928/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.05
/proc/6758/stat : 6758 (sugar) S 6756 6758 32315 0 -1 4194304 1042 110697 0 2 3 1 12024 877 16 0 1 0 247171485 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6758/statm: 3400 799 370 3 0 500 0
[pid=6786] ppid=6758 vsize=0 CPUtime=0
/proc/6786/stat : 6786 (sh) Z 6758 6758 32315 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 247184817 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/6786/statm: 0 0 0 0 0 0 0
[pid=6787] ppid=1 vsize=0 CPUtime=205.8
/proc/6787/stat : 6787 (picosat) R 1 6758 32315 0 -1 4195332 215558 0 0 0 9417 11163 0 0 25 0 1 0 247184818 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/6787/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 334.85
Current children cumulated vsize (KiB) 13600

[startup+343.803 s]
/proc/loadavg: 2.38 2.88 2.44 3/83 6790
/proc/meminfo: memFree=981376/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.55
/proc/6758/stat : 6758 (sugar) D 6756 6758 32315 0 -1 4194304 1070 110974 0 2 3 51 12024 877 15 0 1 0 247171485 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/6758/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 129.55
Current children cumulated vsize (KiB) 13600

[startup+344.202 s]
/proc/loadavg: 2.38 2.88 2.44 2/83 6790
/proc/meminfo: memFree=1884480/2055920 swapFree=4181172/4192956
[pid=6758] ppid=6756 vsize=13600 CPUtime=129.57
/proc/6758/stat : 6758 (sugar) R 6756 6758 32315 0 -1 4194304 1070 110974 0 2 3 53 12024 877 15 0 1 0 247171485 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/6758/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 129.57
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 205.76
#  lost CPU user time (s): 94.17
#  lost CPU system time (s): 111.59

Real time (s): 344.221
CPU time (s): 335.366
CPU user time (s): 214.458
CPU system time (s): 120.909
CPU usage (%): 97.4277
Max. virtual memory (cumulated for all children) (KiB): 921812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.288
system time used= 9.31858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112075
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= 21295
involuntary context switches= 23638

runsolver used 0.366944 second user time and 1.05384 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-03 07:18:08
IDJOB=1056195
IDBENCH=57403
IDSOLVER=345
FILE ID=node85/1056195-1215062287
PBS_JOBID= 7875008
Free space on /tmp= 126844 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-300.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056195-1215062287/watcher-1056195-1215062287 -o /tmp/evaluation-result-1056195-1215062287/solver-1056195-1215062287 -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/picosat" -tmp="HOME/temp" HOME/instance-1056195-1215062287.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7d57b0262fde2b45e9a562f45f9d3ca
RANDOM SEED=364126001

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.272
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.272
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1539888 kB
Buffers:         59476 kB
Cached:         310576 kB
SwapCached:       5784 kB
Active:         210708 kB
Inactive:       228140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539888 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            7168 kB
Writeback:           0 kB
Mapped:          84728 kB
Slab:            62720 kB
Committed_AS:  1331052 kB
PageTables:       1676 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= 126844 MiB
End job on node85 at 2008-07-03 07:23:53