Trace number 1108356

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 92.8177 159.674

General information on the benchmark

Namecsp/QCP-20/
normalized-qcp-20-187-14_ext.xml
MD5SUM2f481b685a7027ea12aca285c2e0e131
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints5540
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension5540
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Thu Aug  7 20:17:36 2008
0.02/0.04	c 0	PID 6026
0.02/0.05	c 0	HOST node92.alineos.net
0.02/0.05	c 0	CONVERTING HOME/instance-1108356-1218133056.xml TO HOME/temp.csp
0.02/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108356-1218133056.xml' 'HOME/temp.csp'
0.46/1.89	c 2	21 domains, 400 variables, 0 predicates, 21 relations, 5540 constraints
0.56/1.92	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.56/1.92	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/2.05	c 2	Parsing HOME/temp.csp
0.79/2.28	c 3	parsed 5982 expressions
0.79/2.29	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/2.33	c 3	MAX CSP: 5540 constraints
0.89/2.33	c 3	Converting to clausal form CSP
0.99/2.41	c 3	converted 1153 (10%) expressions
1.14/2.55	c 3	converted 2305 (20%) expressions
1.14/2.59	c 3	converted 3458 (30%) expressions
1.23/2.63	c 3	converted 4610 (40%) expressions
1.23/2.65	c 3	converted 5763 (50%) expressions
1.34/2.73	c 3	converted 6915 (60%) expressions
1.34/2.75	c 3	converted 8068 (70%) expressions
1.34/2.76	c 3	converted 9220 (80%) expressions
1.34/2.79	c 3	converted 10373 (90%) expressions
1.94/3.31	c 4	converted 11525 (100%) expressions
1.94/3.31	c 4	CSP : 11480 integers, 0 booleans, 16619 clauses, largest domain size 8311
1.94/3.31	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.94/3.31	c 4	Propagation in CSP
2.13/3.50	c 4	5534 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/3.50	c 4	CSP : 11480 integers, 0 booleans, 16619 clauses, largest domain size 5541
2.13/3.50	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/3.51	c 4	Simplifing CSP by introducing new Boolean variables
2.13/3.52	c 4	CSP : 11480 integers, 0 booleans, 16619 clauses, largest domain size 5541
2.13/3.52	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.24/3.63	c 4	Encoding CSP to SAT : HOME/temp.cnf
2.24/3.67	c 4	1148 (10%) CSP integer variables are encoded (3366 clauses, 41725 bytes)
2.24/3.67	c 4	2296 (20%) CSP integer variables are encoded (3366 clauses, 41725 bytes)
2.24/3.67	c 4	3444 (30%) CSP integer variables are encoded (3366 clauses, 41725 bytes)
2.24/3.68	c 4	4592 (40%) CSP integer variables are encoded (3366 clauses, 41725 bytes)
2.24/3.68	c 4	5740 (50%) CSP integer variables are encoded (3366 clauses, 41725 bytes)
2.34/3.75	c 4	6888 (60%) CSP integer variables are encoded (60245 clauses, 893099 bytes)
2.34/3.78	c 4	8036 (70%) CSP integer variables are encoded (86220 clauses, 1282724 bytes)
2.43/3.81	c 4	9184 (80%) CSP integer variables are encoded (102243 clauses, 1544548 bytes)
2.43/3.82	c 4	10332 (90%) CSP integer variables are encoded (113601 clauses, 1737634 bytes)
2.43/3.84	c 4	11480 (100%) CSP integer variables are encoded (128141 clauses, 1984814 bytes)
2.55/3.99	c 4	1662 (10%) CSP clauses are encoded (138809 clauses, 2248548 bytes)
2.76/4.10	c 4	3324 (20%) CSP clauses are encoded (149211 clauses, 2529052 bytes)
2.86/4.21	c 4	4986 (30%) CSP clauses are encoded (159746 clauses, 2820920 bytes)
3.15/4.55	c 5	6648 (40%) CSP clauses are encoded (322683 clauses, 6287364 bytes)
38.15/40.45	c 41	8310 (50%) CSP clauses are encoded (15654733 clauses, 334998881 bytes)
39.04/41.36	c 42	9972 (60%) CSP clauses are encoded (16158579 clauses, 345731005 bytes)
66.34/71.39	c 72	11634 (70%) CSP clauses are encoded (31082369 clauses, 695356544 bytes)
67.43/72.49	c 73	13296 (80%) CSP clauses are encoded (31661897 clauses, 709427884 bytes)
70.23/75.32	c 76	14958 (90%) CSP clauses are encoded (33145995 clauses, 745644625 bytes)
80.59/85.94	c 86	16619 (100%) CSP clauses are encoded (38777485 clauses, 883391247 bytes)
80.59/85.94	c 86	16619 CSP clauses encoded
80.59/85.94	c 86	Writing map file : HOME/temp.map
80.59/86.00	c 86	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.59/86.00	c 86	SAT : 139408 SAT variables, 38777485 SAT clauses, 883391247 bytes
80.59/86.00	c 86	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.68/86.06	c 86	OBJECTIVE minimize _COST
80.68/86.06	c 86	OBJECTIVE BOUND: 0 <= _COST <= 
80.68/86.07	c 86	SEARCHING: _COST <= 2770
80.68/86.07	c 86	SOLVING HOME/temp.cnf
80.68/86.07	c 86	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
80.72/86.25	c 86	This is MiniSat 2.0 beta
80.72/86.25	c 86	WARNING: for repeatability, setting FPU to use double precision
80.72/86.25	c 86	============================[ Problem Statistics ]=============================
80.72/86.25	c 86	|                                                                             |
80.72/86.25	c 86	|  Number of variables:  139408                                               |
80.72/86.25	c 86	|  Number of clauses:    38777486                                             |
92.44/99.85	c ERROR INTERRUPTED
92.51/100.09	s UNKNOWN
92.51/100.09	c 100	CPU 74.49 (0.05 0.01 74.44 6.22)
92.51/100.09	c 100	END Thu Aug  7 20:19:16 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1108356-1218133056/watcher-1108356-1218133056 -o /tmp/evaluation-result-1108356-1218133056/solver-1108356-1218133056 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108356-1218133056.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 0.01 0.38 0.45 4/73 6026
/proc/meminfo: memFree=1309032/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=18572 CPUtime=0
/proc/6026/stat : 6026 (runsolver) R 6024 6026 5950 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140390474 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 251279240487 0 0 4096 24578 0 0 0 17 0 0 0
/proc/6026/statm: 4643 292 257 25 0 2626 0

[startup+0.043399 s]
/proc/loadavg: 0.01 0.38 0.45 4/73 6026
/proc/meminfo: memFree=1309032/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.02
/proc/6026/stat : 6026 (sugar) R 6024 6026 5950 0 -1 4194304 793 0 0 0 2 0 0 0 18 0 1 0 140390474 13926400 761 996147200 4194304 4206940 548682068592 18446744073709551615 251293085552 0 0 4224 0 0 0 0 17 1 0 0
/proc/6026/statm: 3400 767 344 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.102206 s]
/proc/loadavg: 0.01 0.38 0.45 4/73 6026
/proc/meminfo: memFree=1309032/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.03
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6026/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301244 s]
/proc/loadavg: 0.01 0.38 0.45 4/73 6026
/proc/meminfo: memFree=1309032/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.03
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6026/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701329 s]
/proc/loadavg: 0.01 0.38 0.45 4/73 6026
/proc/meminfo: memFree=1309032/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.03
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6026/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 0.01 0.38 0.45 2/94 6049
/proc/meminfo: memFree=1284272/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.03
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390474 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6026/statm: 3400 796 370 3 0 500 0
[pid=6029] ppid=6026 vsize=5356 CPUtime=0
/proc/6029/stat : 6029 (sh) S 6026 6026 5950 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 140390479 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6029/statm: 1339 233 193 169 0 50 0
[pid=6030] ppid=6029 vsize=863720 CPUtime=0.12
/proc/6030/stat : 6030 (java) S 6029 6026 5950 0 -1 0 3368 0 105 0 8 4 0 0 18 0 9 0 140390483 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6030/statm: 215930 2949 1697 9 0 210512 0
[pid=6030/tid=6035] ppid=6029 vsize=863720 CPUtime=0.1
/proc/6030/task/6035/stat : 6035 (java) R 6029 6026 5950 0 -1 64 2480 0 78 0 7 3 0 0 18 0 9 0 140390526 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 102687188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6030/tid=6037] ppid=6029 vsize=863720 CPUtime=0
/proc/6030/task/6037/stat : 6037 (java) S 6029 6026 5950 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 140390554 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6030/tid=6040] ppid=6029 vsize=863720 CPUtime=0
/proc/6030/task/6040/stat : 6040 (java) S 6029 6026 5950 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140390558 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6030/tid=6041] ppid=6029 vsize=863720 CPUtime=0
/proc/6030/task/6041/stat : 6041 (java) S 6029 6026 5950 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 140390558 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6030/tid=6043] ppid=6029 vsize=863720 CPUtime=0
/proc/6030/task/6043/stat : 6043 (java) S 6029 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140390567 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6030/tid=6045] ppid=6029 vsize=863720 CPUtime=0.01
/proc/6030/task/6045/stat : 6045 (java) S 6029 6026 5950 0 -1 64 220 0 1 0 1 0 0 0 16 0 9 0 140390567 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6030/tid=6048] ppid=6029 vsize=863720 CPUtime=0
/proc/6030/task/6048/stat : 6048 (java) S 6029 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140390567 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6030/tid=6049] ppid=6029 vsize=863720 CPUtime=0
/proc/6030/task/6049/stat : 6049 (java) S 6029 6026 5950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140390567 884449280 2949 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 882676

[startup+3.10197 s]
/proc/loadavg: 0.17 0.41 0.46 3/94 6069
/proc/meminfo: memFree=1271472/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.58
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 973 6704 1 111 3 1 47 7 15 0 1 0 140390474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6026/statm: 3400 797 370 3 0 500 0
[pid=6060] ppid=6026 vsize=5356 CPUtime=0
/proc/6060/stat : 6060 (sh) S 6026 6026 5950 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140390666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6060/statm: 1339 233 193 169 0 50 0
[pid=6061] ppid=6060 vsize=868392 CPUtime=1.16
/proc/6061/stat : 6061 (java) S 6060 6026 5950 0 -1 0 9969 0 1 0 111 5 0 0 18 0 9 0 140390667 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6061/statm: 217098 9132 2540 9 0 211673 0
[pid=6061/tid=6062] ppid=6060 vsize=868392 CPUtime=0.61
/proc/6061/task/6062/stat : 6062 (java) R 6060 6026 5950 0 -1 64 2819 0 1 0 60 1 0 0 17 0 9 0 140390670 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4126464609 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6063] ppid=6060 vsize=868392 CPUtime=0.31
/proc/6061/task/6063/stat : 6063 (java) S 6060 6026 5950 0 -1 64 5037 0 0 0 30 1 0 0 16 0 9 0 140390672 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6064] ppid=6060 vsize=868392 CPUtime=0
/proc/6061/task/6064/stat : 6064 (java) S 6060 6026 5950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390673 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6065] ppid=6060 vsize=868392 CPUtime=0
/proc/6061/task/6065/stat : 6065 (java) S 6060 6026 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390673 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6066] ppid=6060 vsize=868392 CPUtime=0
/proc/6061/task/6066/stat : 6066 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140390675 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6067] ppid=6060 vsize=868392 CPUtime=0.2
/proc/6061/task/6067/stat : 6067 (java) S 6060 6026 5950 0 -1 64 1420 0 0 0 19 1 0 0 16 0 9 0 140390675 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6068] ppid=6060 vsize=868392 CPUtime=0
/proc/6061/task/6068/stat : 6068 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140390675 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6069] ppid=6060 vsize=868392 CPUtime=0
/proc/6061/task/6069/stat : 6069 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390675 889233408 9132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 887348

[startup+6.30262 s]
/proc/loadavg: 0.17 0.41 0.46 2/85 6120
/proc/meminfo: memFree=1220088/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.58
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 973 6704 1 111 3 1 47 7 16 0 1 0 140390474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6026/statm: 3400 797 370 3 0 500 0
[pid=6060] ppid=6026 vsize=5356 CPUtime=0
/proc/6060/stat : 6060 (sh) S 6026 6026 5950 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140390666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6060/statm: 1339 233 193 169 0 50 0
[pid=6061] ppid=6060 vsize=868504 CPUtime=4.37
/proc/6061/stat : 6061 (java) S 6060 6026 5950 0 -1 0 11696 0 1 0 423 14 0 0 18 0 9 0 140390667 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6061/statm: 217126 10419 2566 9 0 211673 0
[pid=6061/tid=6062] ppid=6060 vsize=868504 CPUtime=3.46
/proc/6061/task/6062/stat : 6062 (java) R 6060 6026 5950 0 -1 64 3227 0 1 0 338 8 0 0 16 0 9 0 140390670 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4126608567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6063] ppid=6060 vsize=868504 CPUtime=0.59
/proc/6061/task/6063/stat : 6063 (java) S 6060 6026 5950 0 -1 64 6293 0 0 0 56 3 0 0 15 0 9 0 140390672 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6064] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6064/stat : 6064 (java) S 6060 6026 5950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6065] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6065/stat : 6065 (java) S 6060 6026 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6066] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6066/stat : 6066 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6067] ppid=6060 vsize=868504 CPUtime=0.29
/proc/6061/task/6067/stat : 6067 (java) S 6060 6026 5950 0 -1 64 1483 0 0 0 28 1 0 0 16 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6068] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6068/stat : 6068 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6069] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6069/stat : 6069 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 887460

[startup+12.7029 s]
/proc/loadavg: 0.52 0.47 0.48 3/94 6158
/proc/meminfo: memFree=681584/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.58
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 973 6704 1 111 3 1 47 7 16 0 1 0 140390474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6026/statm: 3400 797 370 3 0 500 0
[pid=6060] ppid=6026 vsize=5356 CPUtime=0
/proc/6060/stat : 6060 (sh) S 6026 6026 5950 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140390666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6060/statm: 1339 233 193 169 0 50 0
[pid=6061] ppid=6060 vsize=868504 CPUtime=10.73
/proc/6061/stat : 6061 (java) S 6060 6026 5950 0 -1 0 12441 0 1 0 1029 44 0 0 18 0 9 0 140390667 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6061/statm: 217126 10419 2566 9 0 211673 0
[pid=6061/tid=6062] ppid=6060 vsize=868504 CPUtime=9.54
/proc/6061/task/6062/stat : 6062 (java) R 6060 6026 5950 0 -1 64 3972 0 1 0 922 32 0 0 25 0 9 0 140390670 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6063] ppid=6060 vsize=868504 CPUtime=0.87
/proc/6061/task/6063/stat : 6063 (java) S 6060 6026 5950 0 -1 64 6293 0 0 0 78 9 0 0 16 0 9 0 140390672 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6064] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6064/stat : 6064 (java) S 6060 6026 5950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6065] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6065/stat : 6065 (java) S 6060 6026 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6066] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6066/stat : 6066 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6067] ppid=6060 vsize=868504 CPUtime=0.29
/proc/6061/task/6067/stat : 6067 (java) S 6060 6026 5950 0 -1 64 1483 0 0 0 28 1 0 0 16 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6068] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6068/stat : 6068 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6069] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6069/stat : 6069 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 887460

[startup+25.5026 s]
/proc/loadavg: 0.90 0.56 0.51 4/94 6158
/proc/meminfo: memFree=414832/2055920 swapFree=4180804/4192956
[pid=6026] ppid=6024 vsize=13600 CPUtime=0.58
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 973 6704 1 111 3 1 47 7 16 0 1 0 140390474 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6026/statm: 3400 797 370 3 0 500 0
[pid=6060] ppid=6026 vsize=5356 CPUtime=0
/proc/6060/stat : 6060 (sh) S 6026 6026 5950 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 140390666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6060/statm: 1339 233 193 169 0 50 0
[pid=6061] ppid=6060 vsize=868504 CPUtime=23.44
/proc/6061/stat : 6061 (java) S 6060 6026 5950 0 -1 0 14709 0 1 0 2198 146 0 0 18 0 9 0 140390667 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6061/statm: 217126 10419 2566 9 0 211673 0
[pid=6061/tid=6062] ppid=6060 vsize=868504 CPUtime=21.49
/proc/6061/task/6062/stat : 6062 (java) R 6060 6026 5950 0 -1 64 6240 0 1 0 2028 121 0 0 17 0 9 0 140390670 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4127029737 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6063] ppid=6060 vsize=868504 CPUtime=1.63
/proc/6061/task/6063/stat : 6063 (java) S 6060 6026 5950 0 -1 64 6293 0 0 0 141 22 0 0 16 0 9 0 140390672 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6061/tid=6064] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6064/stat : 6064 (java) S 6060 6026 5950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6065] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6065/stat : 6065 (java) S 6060 6026 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/6061/task/6063/stat : 6063 (java) S 6060 6026 5950 0 -1 64 6293 0 0 0 248 45 0 0 16 0 9 0 140390672 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6064] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6064/stat : 6064 (java) S 6060 6026 5950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6065] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6065/stat : 6065 (java) S 6060 6026 5950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390673 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6066] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6066/stat : 6066 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6067] ppid=6060 vsize=868504 CPUtime=0.29
/proc/6061/task/6067/stat : 6067 (java) S 6060 6026 5950 0 -1 64 1483 0 0 0 28 1 0 0 16 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6068] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6068/stat : 6068 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6061/tid=6069] ppid=6060 vsize=868504 CPUtime=0
/proc/6061/task/6069/stat : 6069 (java) S 6060 6026 5950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390675 889348096 10419 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.51
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+99.2026 s]
/proc/loadavg: 3.55 1.49 0.84 2/86 6164
/proc/meminfo: memFree=13680/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.72
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 1218 31375 1 112 5 1 7444 622 16 0 1 0 140390474 14602240 966 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6026/statm: 3565 966 374 3 0 665 0
[pid=6163] ppid=6026 vsize=5356 CPUtime=0
/proc/6163/stat : 6163 (sh) S 6026 6026 5950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140399081 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6163/statm: 1339 232 193 169 0 50 0
[pid=6164] ppid=6163 vsize=927032 CPUtime=11.72
/proc/6164/stat : 6164 (minisat) D 6163 6026 5950 0 -1 4196352 227418 0 0 0 975 197 0 0 23 0 1 0 140399099 949280768 227404 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 18446744071564464661 0 0 17 0 0 0
/proc/6164/statm: 231758 227404 62 150 0 231605 0
Current children cumulated CPU time (s) 92.44
Current children cumulated vsize (KiB) 946648

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

[startup+100.003 s]
/proc/loadavg: 3.55 1.49 0.84 2/86 6164
/proc/meminfo: memFree=13680/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.72
/proc/6026/stat : 6026 (sugar) S 6024 6026 5950 0 -1 4194304 1229 31375 1 112 5 1 7444 622 16 0 1 0 140390474 14602240 966 996147200 4194304 4206940 548682068592 18446744073709551615 251288137826 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6026/statm: 3565 966 374 3 0 665 0
[pid=6163] ppid=6026 vsize=0 CPUtime=0
/proc/6163/stat : 6163 (sh) Z 6026 6026 5950 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 140399081 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/6163/statm: 0 0 0 0 0 0 0
[pid=6164] ppid=1 vsize=0 CPUtime=11.79
/proc/6164/stat : 6164 (minisat) R 1 6026 5950 0 -1 4195332 227419 0 0 0 975 204 0 0 22 0 1 0 140399099 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/6164/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 92.51
Current children cumulated vsize (KiB) 14260

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

[startup+100.102 s]
/proc/loadavg: 3.55 1.49 0.84 2/86 6164
/proc/meminfo: memFree=13680/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.72
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 1 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.72
Current children cumulated vsize (KiB) 14260

Sending SIGKILL to process tree (bottom up)

[startup+102.301 s]
/proc/loadavg: 3.75 1.56 0.87 2/85 6165
/proc/meminfo: memFree=958264/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.74
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 3 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.74
Current children cumulated vsize (KiB) 14260

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

[startup+102.801 s]
/proc/loadavg: 3.75 1.56 0.87 2/84 6165
/proc/meminfo: memFree=966912/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.74
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 3 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.74
Current children cumulated vsize (KiB) 14260

[startup+128.401 s]
/proc/loadavg: 4.18 1.84 0.97 2/84 6165
/proc/meminfo: memFree=1128512/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.84
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 13 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.84
Current children cumulated vsize (KiB) 14260

[startup+141.201 s]
/proc/loadavg: 4.30 1.94 1.02 2/84 6165
/proc/meminfo: memFree=1206208/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.89
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 18 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.89
Current children cumulated vsize (KiB) 14260

[startup+147.601 s]
/proc/loadavg: 4.41 2.04 1.06 1/84 6165
/proc/meminfo: memFree=1125696/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.92
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 21 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.92
Current children cumulated vsize (KiB) 14260

[startup+154.002 s]
/proc/loadavg: 4.22 2.04 1.06 1/85 6166
/proc/meminfo: memFree=1164664/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.93
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 22 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.93
Current children cumulated vsize (KiB) 14260

[startup+157.201 s]
/proc/loadavg: 4.12 2.06 1.07 1/84 6166
/proc/meminfo: memFree=1184640/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.95
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 24 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.95
Current children cumulated vsize (KiB) 14260

[startup+158.802 s]
/proc/loadavg: 4.12 2.06 1.07 2/84 6166
/proc/meminfo: memFree=1189696/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.95
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 24 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.95
Current children cumulated vsize (KiB) 14260

[startup+159.202 s]
/proc/loadavg: 4.12 2.06 1.07 1/84 6166
/proc/meminfo: memFree=1198848/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=80.95
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 24 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 80.95
Current children cumulated vsize (KiB) 14260

[startup+159.602 s]
/proc/loadavg: 4.12 2.06 1.07 1/84 6166
/proc/meminfo: memFree=1198848/2055920 swapFree=4180824/4192956
[pid=6026] ppid=6024 vsize=14260 CPUtime=81
/proc/6026/stat : 6026 (sugar) D 6024 6026 5950 0 -1 4194304 1255 31652 1 112 5 29 7444 622 15 0 1 0 140390474 14602240 967 996147200 4194304 4206940 548682068592 18446744073709551615 251279414313 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/6026/statm: 3565 967 375 3 0 665 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 14260

Child ended because it received signal 9 (SIGKILL)

# 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): 11.79
#  lost CPU user time (s): 9.75
#  lost CPU system time (s): 2.04

Real time (s): 159.674
CPU time (s): 92.8177
CPU user time (s): 84.2527
CPU system time (s): 8.56501
CPU usage (%): 58.1293
Max. virtual memory (cumulated for all children) (KiB): 946648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.5027
system time used= 6.52501
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32907
page faults= 113
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94980
involuntary context switches= 93572

runsolver used 0.175973 second user time and 0.528919 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-08-07 20:17:36
IDJOB=1108356
IDBENCH=60709
IDSOLVER=368
FILE ID=node92/1108356-1218133056
PBS_JOBID= 8000794
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QCP-20/normalized-qcp-20-187-14_ext.xml
COMMAND LINE= DIR/sugar -max -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-1108356-1218133056/watcher-1108356-1218133056 -o /tmp/evaluation-result-1108356-1218133056/solver-1108356-1218133056 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108356-1218133056.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2f481b685a7027ea12aca285c2e0e131
RANDOM SEED=1570820435

node92.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.265
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.265
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:       1309832 kB
Buffers:         33812 kB
Cached:         576428 kB
SwapCached:       6520 kB
Active:          50976 kB
Inactive:       568976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309832 kB
SwapTotal:     4192956 kB
SwapFree:      4180804 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          15684 kB
Slab:           111496 kB
Committed_AS:   173756 kB
PageTables:       1848 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= 66560 MiB
End job on node92 at 2008-08-07 20:20:16