Trace number 1126483

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-inc? (MO) 132.218 136.252

General information on the benchmark

Namemaxcsp/maxclique/
normalized-brock-200-4_ext.xml
MD5SUM92293e411b64a9c252610b2de35d5bb9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints184
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints7011
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension7011
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.21	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.21	c 0	BEGIN Wed Jul 16 06:42:53 2008
0.05/0.21	c 0	PID 32026
0.05/0.21	c 0	HOST node52.alineos.net
0.05/0.21	c 0	CONVERTING HOME/instance-1126483-1216183373.xml TO HOME/temp.csp
0.05/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126483-1216183373.xml' 'HOME/temp.csp'
0.79/1.01	c 1	2 domains, 201 variables, 0 predicates, 2 relations, 7011 constraints
0.79/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.79/1.03	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/1.11	c 1	Parsing HOME/temp.csp
0.81/1.49	c 1	parsed 7216 expressions
0.81/1.50	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.55	c 1	MAX CSP: 7011 constraints
0.81/1.55	c 1	Converting to clausal form CSP
0.81/1.76	c 1	converted 1423 (10%) expressions
0.81/1.82	c 1	converted 2846 (20%) expressions
0.81/1.85	c 1	converted 4269 (30%) expressions
0.81/1.87	c 1	converted 5692 (40%) expressions
0.81/1.89	c 2	converted 7115 (50%) expressions
0.81/1.95	c 2	converted 8538 (60%) expressions
0.81/1.98	c 2	converted 9961 (70%) expressions
0.81/2.00	c 2	converted 11384 (80%) expressions
0.81/2.02	c 2	converted 12807 (90%) expressions
2.35/2.68	c 2	converted 14230 (100%) expressions
2.35/2.68	c 2	CSP : 14223 integers, 0 booleans, 21032 clauses, largest domain size 10517
2.35/2.68	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.35/2.68	c 2	Propagation in CSP
2.65/2.92	c 3	7003 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.65/2.93	c 3	CSP : 14223 integers, 0 booleans, 21032 clauses, largest domain size 7012
2.65/2.93	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.65/2.94	c 3	Simplifing CSP by introducing new Boolean variables
2.65/2.95	c 3	CSP : 14223 integers, 0 booleans, 21032 clauses, largest domain size 7012
2.65/2.95	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.75/3.06	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.75/3.09	c 3	1423 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.75/3.09	c 3	2845 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.75/3.10	c 3	4267 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.85/3.10	c 3	5690 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.85/3.10	c 3	7112 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.85/3.13	c 3	8534 (60%) CSP integer variables are encoded (18204 clauses, 267549 bytes)
2.85/3.15	c 3	9957 (70%) CSP integer variables are encoded (32651 clauses, 484254 bytes)
2.85/3.17	c 3	11379 (80%) CSP integer variables are encoded (49932 clauses, 743469 bytes)
2.95/3.27	c 3	12801 (90%) CSP integer variables are encoded (120024 clauses, 1860214 bytes)
3.05/3.32	c 3	14223 (100%) CSP integer variables are encoded (160081 clauses, 2541183 bytes)
3.14/3.43	c 3	2104 (10%) CSP clauses are encoded (162185 clauses, 2570339 bytes)
3.14/3.47	c 3	4207 (20%) CSP clauses are encoded (164288 clauses, 2601139 bytes)
3.23/3.51	c 3	6310 (30%) CSP clauses are encoded (166391 clauses, 2633615 bytes)
3.74/4.03	c 4	8413 (40%) CSP clauses are encoded (419664 clauses, 7996177 bytes)
8.90/9.24	c 9	10516 (50%) CSP clauses are encoded (3276327 clauses, 69237871 bytes)
10.36/10.72	c 10	12620 (60%) CSP clauses are encoded (4079221 clauses, 86368248 bytes)
25.54/26.17	c 26	14723 (70%) CSP clauses are encoded (12604114 clauses, 269449428 bytes)
27.22/27.87	c 28	16826 (80%) CSP clauses are encoded (13527968 clauses, 289171829 bytes)
43.33/44.40	c 44	18929 (90%) CSP clauses are encoded (21974222 clauses, 485375624 bytes)
120.41/123.25	c 123	21032 (100%) CSP clauses are encoded (61926400 clauses, 1442151675 bytes)
120.41/123.25	c 123	21032 CSP clauses encoded
120.41/123.25	c 123	Writing map file : HOME/temp.map
120.50/123.32	c 123	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
120.50/123.32	c 123	SAT : 174303 SAT variables, 61926400 SAT clauses, 1442151675 bytes
120.50/123.32	c 123	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
120.50/123.40	c 123	OBJECTIVE minimize _COST
120.50/123.40	c 123	SOLVING HOME/temp.cnf
120.50/123.40	c 123	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
120.57/123.44	c 123	This is MiniSat 2.0 beta incremental
120.57/123.44	c 123	WARNING: for repeatability, setting FPU to use double precision
120.57/123.44	c 123	============================[ Problem Statistics ]=============================
120.57/123.44	c 123	|                                                                             |
120.57/123.44	c 123	|  Number of variables:  174303                                               |
120.57/123.44	c 123	|  Number of clauses:    61926400                                             |
131.48/134.91	c ERROR INTERRUPTED
131.48/134.91	s UNKNOWN
131.58/135.05	c 135	CPU 119.62 (0.08 0.02 119.54 11.98)
131.58/135.05	c 135	END Wed Jul 16 06:45:08 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-1126483-1216183373/watcher-1126483-1216183373 -o /tmp/evaluation-result-1126483-1216183373/solver-1126483-1216183373 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126483-1216183373.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: 2.42 2.53 2.53 4/81 32026
/proc/meminfo: memFree=1906840/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=18572 CPUtime=0
/proc/32026/stat : 32026 (runsolver) D 32024 32026 31989 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75036126 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 273653755175 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/32026/statm: 4643 292 257 25 0 2626 0

[startup+0.0350559 s]
/proc/loadavg: 2.42 2.53 2.53 4/81 32026
/proc/meminfo: memFree=1906840/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=12272 CPUtime=0
/proc/32026/stat : 32026 (sugar++) D 32024 32026 31989 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 75036126 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/32026/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101058 s]
/proc/loadavg: 2.42 2.53 2.53 4/81 32026
/proc/meminfo: memFree=1906840/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=12412 CPUtime=0
/proc/32026/stat : 32026 (sugar++) D 32024 32026 31989 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 75036126 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/32026/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301078 s]
/proc/loadavg: 2.42 2.53 2.53 4/81 32026
/proc/meminfo: memFree=1906840/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.07
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701105 s]
/proc/loadavg: 2.42 2.53 2.53 4/81 32026
/proc/meminfo: memFree=1906840/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.07
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50115 s]
/proc/loadavg: 2.42 2.53 2.53 3/92 32038
/proc/meminfo: memFree=1889408/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.81
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1296 7108 0 1 5 2 71 3 15 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 16740

[startup+3.10226 s]
/proc/loadavg: 2.55 2.56 2.54 3/92 32048
/proc/meminfo: memFree=1881536/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.81
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1297 7108 0 1 5 2 71 3 15 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
[pid=32039] ppid=32026 vsize=5356 CPUtime=0
/proc/32039/stat : 32039 (sh) S 32026 32026 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75036230 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32039/statm: 1339 233 193 169 0 50 0
[pid=32040] ppid=32039 vsize=868532 CPUtime=2.04
/proc/32040/stat : 32040 (java) S 32039 32026 31989 0 -1 0 11327 0 1 0 198 6 0 0 19 0 9 0 75036230 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32040/statm: 217133 10327 2563 9 0 211680 0
[pid=32040/tid=32041] ppid=32039 vsize=868532 CPUtime=1.25
/proc/32040/task/32041/stat : 32041 (java) R 32039 32026 31989 0 -1 64 2899 0 1 0 124 1 0 0 18 0 9 0 75036231 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4127063414 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32042] ppid=32039 vsize=868532 CPUtime=0.49
/proc/32040/task/32042/stat : 32042 (java) S 32039 32026 31989 0 -1 64 6259 0 0 0 46 3 0 0 16 0 9 0 75036232 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32043] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32043/stat : 32043 (java) S 32039 32026 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75036232 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32044] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32044/stat : 32044 (java) S 32039 32026 31989 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75036232 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32045] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32045/stat : 32045 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75036234 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32046] ppid=32039 vsize=868532 CPUtime=0.26
/proc/32040/task/32046/stat : 32046 (java) S 32039 32026 31989 0 -1 64 1475 0 0 0 26 0 0 0 16 0 9 0 75036234 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32047] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32047/stat : 32047 (java) S 32039 32026 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75036234 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32048] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32048/stat : 32048 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75036234 889376768 10327 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890628

[startup+6.30248 s]
/proc/loadavg: 2.55 2.56 2.54 3/92 32048
/proc/meminfo: memFree=1846784/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.82
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1297 7108 0 1 6 2 71 3 15 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
[pid=32039] ppid=32026 vsize=5356 CPUtime=0
/proc/32039/stat : 32039 (sh) S 32026 32026 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75036230 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32039/statm: 1339 233 193 169 0 50 0
[pid=32040] ppid=32039 vsize=868532 CPUtime=5.2
/proc/32040/stat : 32040 (java) S 32039 32026 31989 0 -1 0 11935 0 1 0 487 33 0 0 19 0 9 0 75036230 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32040/statm: 217133 10389 2567 9 0 211680 0
[pid=32040/tid=32041] ppid=32039 vsize=868532 CPUtime=4.16
/proc/32040/task/32041/stat : 32041 (java) R 32039 32026 31989 0 -1 64 3453 0 1 0 393 23 0 0 25 0 9 0 75036231 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4127061783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32042] ppid=32039 vsize=868532 CPUtime=0.7
/proc/32040/task/32042/stat : 32042 (java) S 32039 32026 31989 0 -1 64 6276 0 0 0 62 8 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32043] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32043/stat : 32043 (java) S 32039 32026 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32044] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32044/stat : 32044 (java) S 32039 32026 31989 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32045] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32045/stat : 32045 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32046] ppid=32039 vsize=868532 CPUtime=0.31
/proc/32040/task/32046/stat : 32046 (java) S 32039 32026 31989 0 -1 64 1512 0 0 0 31 0 0 0 16 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32047] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32047/stat : 32047 (java) S 32039 32026 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32048] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32048/stat : 32048 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890628

[startup+12.7019 s]
/proc/loadavg: 2.54 2.56 2.54 3/92 32048
/proc/meminfo: memFree=1770688/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.82
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1297 7108 0 1 6 2 71 3 16 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
[pid=32039] ppid=32026 vsize=5356 CPUtime=0
/proc/32039/stat : 32039 (sh) S 32026 32026 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75036230 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32039/statm: 1339 233 193 169 0 50 0
[pid=32040] ppid=32039 vsize=868532 CPUtime=11.53
/proc/32040/stat : 32040 (java) S 32039 32026 31989 0 -1 0 13067 0 1 0 1067 86 0 0 19 0 9 0 75036230 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32040/statm: 217133 10389 2567 9 0 211680 0
[pid=32040/tid=32041] ppid=32039 vsize=868532 CPUtime=10.12
/proc/32040/task/32041/stat : 32041 (java) R 32039 32026 31989 0 -1 64 4585 0 1 0 944 68 0 0 25 0 9 0 75036231 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4127077774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32042] ppid=32039 vsize=868532 CPUtime=1.06
/proc/32040/task/32042/stat : 32042 (java) S 32039 32026 31989 0 -1 64 6276 0 0 0 91 15 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32043] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32043/stat : 32043 (java) S 32039 32026 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32044] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32044/stat : 32044 (java) S 32039 32026 31989 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32045] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32045/stat : 32045 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32046] ppid=32039 vsize=868532 CPUtime=0.31
/proc/32040/task/32046/stat : 32046 (java) S 32039 32026 31989 0 -1 64 1512 0 0 0 31 0 0 0 16 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32047] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32047/stat : 32047 (java) S 32039 32026 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32048] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32048/stat : 32048 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890628

[startup+25.5028 s]
/proc/loadavg: 2.69 2.59 2.55 3/92 32048
/proc/meminfo: memFree=1611136/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.82
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1297 7108 0 1 6 2 71 3 16 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
[pid=32039] ppid=32026 vsize=5356 CPUtime=0
/proc/32039/stat : 32039 (sh) S 32026 32026 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75036230 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32039/statm: 1339 233 193 169 0 50 0
[pid=32040] ppid=32039 vsize=868532 CPUtime=24.13
/proc/32040/stat : 32040 (java) S 32039 32026 31989 0 -1 0 15358 0 1 0 2218 195 0 0 19 0 9 0 75036230 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32040/statm: 217133 10389 2567 9 0 211680 0
[pid=32040/tid=32041] ppid=32039 vsize=868532 CPUtime=22
/proc/32040/task/32041/stat : 32041 (java) R 32039 32026 31989 0 -1 64 6876 0 1 0 2037 163 0 0 25 0 9 0 75036231 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4127076426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32042] ppid=32039 vsize=868532 CPUtime=1.78
/proc/32040/task/32042/stat : 32042 (java) S 32039 32026 31989 0 -1 64 6276 0 0 0 149 29 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32043] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32043/stat : 32043 (java) S 32039 32026 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32044] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32044/stat : 32044 (java) S 32039 32026 31989 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32045] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32045/stat : 32045 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32046] ppid=32039 vsize=868532 CPUtime=0.31
/proc/32040/task/32046/stat : 32046 (java) S 32039 32026 31989 0 -1 64 1512 0 0 0 31 0 0 0 16 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32047] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32047/stat : 32047 (java) S 32039 32026 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32048] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32048/stat : 32048 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 890628

[startup+51.1025 s]
/proc/loadavg: 2.80 2.62 2.56 3/92 32048
/proc/meminfo: memFree=1307392/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.82
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1297 7108 0 1 6 2 71 3 16 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
[pid=32039] ppid=32026 vsize=5356 CPUtime=0
/proc/32039/stat : 32039 (sh) S 32026 32026 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75036230 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32039/statm: 1339 233 193 169 0 50 0
[pid=32040] ppid=32039 vsize=868532 CPUtime=49.05
/proc/32040/stat : 32040 (java) S 32039 32026 31989 0 -1 0 19762 0 1 0 4488 417 0 0 19 0 9 0 75036230 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32040/statm: 217133 10389 2567 9 0 211680 0
[pid=32040/tid=32041] ppid=32039 vsize=868532 CPUtime=45.52
/proc/32040/task/32041/stat : 32041 (java) R 32039 32026 31989 0 -1 64 11280 0 1 0 4192 360 0 0 25 0 9 0 75036231 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32042] ppid=32039 vsize=868532 CPUtime=3.19
/proc/32040/task/32042/stat : 32042 (java) S 32039 32026 31989 0 -1 64 6276 0 0 0 264 55 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32043] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32043/stat : 32043 (java) S 32039 32026 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32044] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32044/stat : 32044 (java) S 32039 32026 31989 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32045] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32045/stat : 32045 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32046] ppid=32039 vsize=868532 CPUtime=0.31
/proc/32040/task/32046/stat : 32046 (java) S 32039 32026 31989 0 -1 64 1512 0 0 0 31 0 0 0 16 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32047] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32047/stat : 32047 (java) S 32039 32026 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32048] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32048/stat : 32048 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 890628

[startup+102.308 s]
/proc/loadavg: 2.92 2.68 2.58 4/92 32048
/proc/meminfo: memFree=674688/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=16740 CPUtime=0.82
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1297 7108 0 1 6 2 71 3 16 0 1 0 75036126 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4185 1104 409 3 0 764 0
[pid=32039] ppid=32026 vsize=5356 CPUtime=0
/proc/32039/stat : 32039 (sh) S 32026 32026 31989 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75036230 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32039/statm: 1339 233 193 169 0 50 0
[pid=32040] ppid=32039 vsize=868532 CPUtime=99.2
/proc/32040/stat : 32040 (java) S 32039 32026 31989 0 -1 0 28672 0 1 0 9067 853 0 0 19 0 9 0 75036230 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32040/statm: 217133 10389 2567 9 0 211680 0
[pid=32040/tid=32041] ppid=32039 vsize=868532 CPUtime=92.84
/proc/32040/task/32041/stat : 32041 (java) R 32039 32026 31989 0 -1 64 20190 0 1 0 8544 740 0 0 25 0 9 0 75036231 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4127166223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32042] ppid=32039 vsize=868532 CPUtime=6.01
/proc/32040/task/32042/stat : 32042 (java) S 32039 32026 31989 0 -1 64 6276 0 0 0 491 110 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32043] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32043/stat : 32043 (java) S 32039 32026 31989 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32044] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32044/stat : 32044 (java) S 32039 32026 31989 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75036232 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32045] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32045/stat : 32045 (java) S 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32046] ppid=32039 vsize=868532 CPUtime=0.31
/proc/32040/task/32046/stat : 32046 (java) S 32039 32026 31989 0 -1 64 1512 0 0 0 31 0 0 0 16 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32047] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32047/stat : 32047 (java) S 32039 32026 31989 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32040/tid=32048] ppid=32039 vsize=868532 CPUtime=0
/proc/32040/task/32048/stat : 32048 (java) R 32039 32026 31989 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75036234 889376768 10389 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (KiB) 890628



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+134.901 s]
/proc/loadavg: 2.87 2.69 2.59 3/83 32049
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=17532 CPUtime=120.57
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1649 39697 4 2 8 2 11008 1039 15 0 1 0 75036126 17952768 1311 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32026/statm: 4383 1311 413 3 0 962 0
[pid=32049] ppid=32026 vsize=906896 CPUtime=10.91
/proc/32049/stat : 32049 (minisat-inc) R 32026 32026 31989 0 -1 4194304 222653 0 0 0 946 145 0 0 25 0 1 0 75048470 928661504 222602 996147200 134512640 135134323 4294956192 18446744073709551615 134515443 0 0 4096 3 0 0 0 17 1 0 0
/proc/32049/statm: 226724 222602 59 151 0 226570 0
Current children cumulated CPU time (s) 131.48
Current children cumulated vsize (KiB) 924428

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

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

[startup+135.012 s]
/proc/loadavg: 2.87 2.69 2.59 3/83 32049
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=17532 CPUtime=120.57
/proc/32026/stat : 32026 (sugar++) S 32024 32026 31989 0 -1 4194304 1674 39697 4 2 8 2 11008 1039 16 0 1 0 75036126 17952768 1311 996147200 4194304 4206940 548682068528 18446744073709551615 273662656404 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/32026/statm: 4383 1311 413 3 0 962 0
[pid=32049] ppid=32026 vsize=0 CPUtime=11.01
/proc/32049/stat : 32049 (minisat-inc) R 32026 32026 31989 0 -1 4195332 222653 0 0 0 946 155 0 0 25 0 1 0 75048470 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/32049/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 131.58
Current children cumulated vsize (KiB) 17532

[startup+135.801 s]
/proc/loadavg: 2.87 2.69 2.59 3/83 32050
/proc/meminfo: memFree=1204424/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=17532 CPUtime=132.18
/proc/32026/stat : 32026 (sugar++) D 32024 32026 31989 0 -1 4194304 1680 262350 4 2 8 58 11954 1198 16 0 1 0 75036126 17952768 1312 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/32026/statm: 4383 1312 414 3 0 962 0
Current children cumulated CPU time (s) 132.18
Current children cumulated vsize (KiB) 17532

[startup+136.201 s]
/proc/loadavg: 2.87 2.69 2.59 3/83 32050
/proc/meminfo: memFree=1204424/2055920 swapFree=4192812/4192956
[pid=32026] ppid=32024 vsize=17532 CPUtime=132.19
/proc/32026/stat : 32026 (sugar++) D 32024 32026 31989 0 -1 4194304 1680 262350 4 2 8 59 11954 1198 15 0 1 0 75036126 17952768 1312 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/32026/statm: 4383 1312 414 3 0 962 0
Current children cumulated CPU time (s) 132.19
Current children cumulated vsize (KiB) 17532

Child status: 0
Real time (s): 136.252
CPU time (s): 132.218
CPU user time (s): 119.631
CPU system time (s): 12.5871
CPU usage (%): 97.0393
Max. virtual memory (cumulated for all children) (KiB): 924428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.631
system time used= 12.5871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264076
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151151
involuntary context switches= 152928

runsolver used 0.187971 second user time and 0.471928 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-16 06:42:53
IDJOB=1126483
IDBENCH=64250
IDSOLVER=367
FILE ID=node52/1126483-1216183373
PBS_JOBID= 7905928
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-brock-200-4_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126483-1216183373/watcher-1126483-1216183373 -o /tmp/evaluation-result-1126483-1216183373/solver-1126483-1216183373 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1126483-1216183373.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 92293e411b64a9c252610b2de35d5bb9
RANDOM SEED=92589104

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1907320 kB
Buffers:          8936 kB
Cached:          57364 kB
SwapCached:          0 kB
Active:          63404 kB
Inactive:        32048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          49288 kB
Slab:            38352 kB
Committed_AS:   359508 kB
PageTables:       1980 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 node52 at 2008-07-16 06:45:10