Trace number 1126267

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) 106.8 110.274

General information on the benchmark

Namemaxcsp/maxclique/
normalized-hamming-10-2_ext.xml
MD5SUMb12d9b095d193f836a37e38da064d1e6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints512
Best CPU time to get the best result obtained on this benchmark0.245962
Satisfiable
(Un)Satisfiability was proved
Number of variables1025
Number of constraints6144
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension6144
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 05:50:29 2008
0.00/0.08	c 0	PID 1317
0.00/0.08	c 0	HOST node30.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1126267-1216180229.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126267-1216180229.xml' 'HOME/temp.csp'
0.06/0.84	c 1	2 domains, 1025 variables, 0 predicates, 2 relations, 6144 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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/0.96	c 1	Parsing HOME/temp.csp
1.12/1.24	c 1	parsed 7173 expressions
1.12/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.30	c 1	MAX CSP: 6144 constraints
1.12/1.30	c 1	Converting to clausal form CSP
1.21/1.36	c 1	converted 1332 (10%) expressions
1.41/1.55	c 1	converted 2664 (20%) expressions
1.41/1.58	c 1	converted 3996 (30%) expressions
1.51/1.62	c 1	converted 5328 (40%) expressions
1.51/1.63	c 1	converted 6660 (50%) expressions
1.51/1.65	c 1	converted 7992 (60%) expressions
1.51/1.67	c 1	converted 9324 (70%) expressions
1.61/1.75	c 2	converted 10656 (80%) expressions
1.61/1.77	c 2	converted 11988 (90%) expressions
2.21/2.37	c 2	converted 13320 (100%) expressions
2.21/2.38	c 2	CSP : 13313 integers, 0 booleans, 18431 clauses, largest domain size 9217
2.21/2.38	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.38	c 2	Propagation in CSP
2.50/2.60	c 2	6142 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.61	c 2	CSP : 13313 integers, 0 booleans, 18431 clauses, largest domain size 6145
2.50/2.61	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.62	c 2	Simplifing CSP by introducing new Boolean variables
2.50/2.63	c 2	CSP : 13313 integers, 0 booleans, 18431 clauses, largest domain size 6145
2.50/2.63	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.74	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.60/2.77	c 3	1332 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.60/2.78	c 3	2663 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.60/2.78	c 3	3994 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.60/2.78	c 3	5326 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.60/2.78	c 3	6657 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.70/2.88	c 3	7988 (60%) CSP integer variables are encoded (72935 clauses, 1088428 bytes)
2.81/2.90	c 3	9320 (70%) CSP integer variables are encoded (89866 clauses, 1342393 bytes)
2.81/2.93	c 3	10651 (80%) CSP integer variables are encoded (109536 clauses, 1675401 bytes)
2.81/2.95	c 3	11982 (90%) CSP integer variables are encoded (122665 clauses, 1898594 bytes)
2.81/2.97	c 3	13313 (100%) CSP integer variables are encoded (139267 clauses, 2180828 bytes)
2.90/3.08	c 3	1844 (10%) CSP clauses are encoded (141111 clauses, 2208361 bytes)
3.01/3.12	c 3	3687 (20%) CSP clauses are encoded (142954 clauses, 2236977 bytes)
3.01/3.16	c 3	5530 (30%) CSP clauses are encoded (144797 clauses, 2265529 bytes)
11.87/12.32	c 12	7373 (40%) CSP clauses are encoded (5020398 clauses, 106284635 bytes)
38.11/39.12	c 39	9216 (50%) CSP clauses are encoded (19181577 clauses, 410459504 bytes)
39.26/40.39	c 40	11059 (60%) CSP clauses are encoded (19798912 clauses, 424450598 bytes)
76.01/78.28	c 78	12902 (70%) CSP clauses are encoded (38151361 clauses, 857292360 bytes)
77.47/79.74	c 80	14745 (80%) CSP clauses are encoded (38862298 clauses, 874567112 bytes)
81.07/83.48	c 83	16588 (90%) CSP clauses are encoded (40685947 clauses, 919084902 bytes)
94.89/97.71	c 98	18431 (100%) CSP clauses are encoded (47609865 clauses, 1088469056 bytes)
94.89/97.71	c 98	18431 CSP clauses encoded
94.89/97.71	c 98	Writing map file : HOME/temp.map
94.89/97.78	c 98	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.89/97.78	c 98	SAT : 152579 SAT variables, 47609865 SAT clauses, 1088469056 bytes
94.89/97.78	c 98	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.97/97.82	c 98	OBJECTIVE minimize _COST
94.97/97.83	c 98	SOLVING HOME/temp.cnf
94.97/97.83	c 98	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
94.97/97.83	c 98	This is MiniSat 2.0 beta incremental
94.97/97.83	c 98	WARNING: for repeatability, setting FPU to use double precision
94.97/97.83	c 98	============================[ Problem Statistics ]=============================
94.97/97.83	c 98	|                                                                             |
94.97/97.83	c 98	|  Number of variables:  152579                                               |
94.97/97.83	c 98	|  Number of clauses:    47609865                                             |
106.11/109.41	c ERROR INTERRUPTED
106.11/109.41	s UNKNOWN
106.22/109.55	c 109	CPU 96.3 (0.09 0.02 96.21 9.94)
106.22/109.55	c 109	END Wed Jul 16 05:52:18 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-1126267-1216180229/watcher-1126267-1216180229 -o /tmp/evaluation-result-1126267-1216180229/solver-1126267-1216180229 -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-1126267-1216180229.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.00 2.00 2.00 4/81 1317
/proc/meminfo: memFree=1631752/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=18572 CPUtime=0
/proc/1317/stat : 1317 (runsolver) R 1315 1317 32145 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 74724594 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1317/statm: 4643 292 257 25 0 2626 0

[startup+0.10773 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1317
/proc/meminfo: memFree=1631752/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.06
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.202739 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1317
/proc/meminfo: memFree=1631752/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.06
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302737 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1317
/proc/meminfo: memFree=1631752/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.06
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70277 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1317
/proc/meminfo: memFree=1631752/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.06
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50282 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 1341
/proc/meminfo: memFree=1622640/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.81
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1297 7068 0 1 5 1 71 4 15 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
[pid=1332] ppid=1317 vsize=5356 CPUtime=0
/proc/1332/stat : 1332 (sh) S 1317 1317 32145 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74724682 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1332/statm: 1339 233 193 169 0 50 0
[pid=1333] ppid=1332 vsize=867392 CPUtime=0.6
/proc/1333/stat : 1333 (java) S 1332 1317 32145 0 -1 0 6732 0 1 0 55 5 0 0 18 0 9 0 74724682 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 216848 5940 2540 9 0 211423 0
[pid=1333/tid=1334] ppid=1332 vsize=867392 CPUtime=0.34
/proc/1333/task/1334/stat : 1334 (java) R 1332 1317 32145 0 -1 64 2656 0 1 0 32 2 0 0 22 0 9 0 74724683 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1335] ppid=1332 vsize=867392 CPUtime=0.09
/proc/1333/task/1335/stat : 1335 (java) S 1332 1317 32145 0 -1 64 2316 0 0 0 8 1 0 0 16 0 9 0 74724684 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1336] ppid=1332 vsize=867392 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1332 1317 32145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74724685 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1337] ppid=1332 vsize=867392 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1332 1317 32145 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74724685 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1338] ppid=1332 vsize=867392 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74724687 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1339] ppid=1332 vsize=867392 CPUtime=0.14
/proc/1333/task/1339/stat : 1339 (java) R 1332 1317 32145 0 -1 64 1067 0 0 0 14 0 0 0 16 0 9 0 74724687 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 102022485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1340] ppid=1332 vsize=867392 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74724687 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1341] ppid=1332 vsize=867392 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74724687 888209408 5940 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 889488

[startup+3.10192 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 1341
/proc/meminfo: memFree=1603120/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.83
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1297 7068 0 1 6 2 71 4 15 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
[pid=1332] ppid=1317 vsize=5356 CPUtime=0
/proc/1332/stat : 1332 (sh) S 1317 1317 32145 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74724682 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1332/statm: 1339 233 193 169 0 50 0
[pid=1333] ppid=1332 vsize=868472 CPUtime=2.18
/proc/1333/stat : 1333 (java) S 1332 1317 32145 0 -1 0 10855 0 2 0 208 10 0 0 18 0 9 0 74724682 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 217118 9792 2567 9 0 211665 0
[pid=1333/tid=1334] ppid=1332 vsize=868472 CPUtime=1.33
/proc/1333/task/1334/stat : 1334 (java) R 1332 1317 32145 0 -1 64 2937 0 2 0 129 4 0 0 25 0 9 0 74724683 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4126571404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1335] ppid=1332 vsize=868472 CPUtime=0.52
/proc/1333/task/1335/stat : 1335 (java) S 1332 1317 32145 0 -1 64 5740 0 0 0 49 3 0 0 16 0 9 0 74724684 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1336] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1332 1317 32145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74724685 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1337] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1332 1317 32145 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74724685 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1338] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74724687 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1339] ppid=1332 vsize=868472 CPUtime=0.3
/proc/1333/task/1339/stat : 1339 (java) S 1332 1317 32145 0 -1 64 1485 0 0 0 29 1 0 0 16 0 9 0 74724687 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1340] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74724687 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1341] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74724687 889315328 9792 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890568

[startup+6.30213 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 1341
/proc/meminfo: memFree=1569072/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.83
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1297 7068 0 1 6 2 71 4 15 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
[pid=1332] ppid=1317 vsize=5356 CPUtime=0
/proc/1332/stat : 1332 (sh) S 1317 1317 32145 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74724682 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1332/statm: 1339 233 193 169 0 50 0
[pid=1333] ppid=1332 vsize=868472 CPUtime=5.34
/proc/1333/stat : 1333 (java) S 1332 1317 32145 0 -1 0 11484 0 2 0 497 37 0 0 18 0 9 0 74724682 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 217118 9802 2567 9 0 211665 0
[pid=1333/tid=1334] ppid=1332 vsize=868472 CPUtime=4.25
/proc/1333/task/1334/stat : 1334 (java) R 1332 1317 32145 0 -1 64 3557 0 2 0 398 27 0 0 25 0 9 0 74724683 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4127057604 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1335] ppid=1332 vsize=868472 CPUtime=0.74
/proc/1333/task/1335/stat : 1335 (java) S 1332 1317 32145 0 -1 64 5740 0 0 0 67 7 0 0 16 0 9 0 74724684 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1336] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1332 1317 32145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74724685 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1337] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1332 1317 32145 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74724685 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1338] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74724687 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1339] ppid=1332 vsize=868472 CPUtime=0.31
/proc/1333/task/1339/stat : 1339 (java) S 1332 1317 32145 0 -1 64 1494 0 0 0 30 1 0 0 17 0 9 0 74724687 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1340] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74724687 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1341] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74724687 889315328 9802 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890568

[startup+12.7015 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 1341
/proc/meminfo: memFree=1493680/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.83
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1297 7068 0 1 6 2 71 4 16 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
[pid=1332] ppid=1317 vsize=5356 CPUtime=0
/proc/1332/stat : 1332 (sh) S 1317 1317 32145 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74724682 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1332/statm: 1339 233 193 169 0 50 0
[pid=1333] ppid=1332 vsize=868472 CPUtime=11.43
/proc/1333/stat : 1333 (java) S 1332 1317 32145 0 -1 0 12711 0 2 0 1055 88 0 0 18 0 9 0 74724682 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 217118 9804 2567 9 0 211665 0
[pid=1333/tid=1334] ppid=1332 vsize=868472 CPUtime=9.96
/proc/1333/task/1334/stat : 1334 (java) R 1332 1317 32145 0 -1 64 4782 0 2 0 924 72 0 0 25 0 9 0 74724683 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4127070796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1335] ppid=1332 vsize=868472 CPUtime=1.13
/proc/1333/task/1335/stat : 1335 (java) S 1332 1317 32145 0 -1 64 5740 0 0 0 99 14 0 0 16 0 9 0 74724684 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1336] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1332 1317 32145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74724685 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1337] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1332 1317 32145 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74724685 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1338] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1339] ppid=1332 vsize=868472 CPUtime=0.32
/proc/1333/task/1339/stat : 1339 (java) S 1332 1317 32145 0 -1 64 1496 0 0 0 31 1 0 0 17 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1340] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1341] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890568

[startup+25.5024 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 1341
/proc/meminfo: memFree=1341040/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.83
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1297 7068 0 1 6 2 71 4 16 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
[pid=1332] ppid=1317 vsize=5356 CPUtime=0
/proc/1332/stat : 1332 (sh) S 1317 1317 32145 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74724682 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1332/statm: 1339 233 193 169 0 50 0
[pid=1333] ppid=1332 vsize=868472 CPUtime=23.99
/proc/1333/stat : 1333 (java) S 1332 1317 32145 0 -1 0 15182 0 2 0 2205 194 0 0 18 0 9 0 74724682 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 217118 9804 2567 9 0 211665 0
[pid=1333/tid=1334] ppid=1332 vsize=868472 CPUtime=21.78
/proc/1333/task/1334/stat : 1334 (java) R 1332 1317 32145 0 -1 64 7253 0 2 0 2016 162 0 0 25 0 9 0 74724683 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4127034764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1335] ppid=1332 vsize=868472 CPUtime=1.85
/proc/1333/task/1335/stat : 1335 (java) S 1332 1317 32145 0 -1 64 5740 0 0 0 156 29 0 0 16 0 9 0 74724684 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1336] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1332 1317 32145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74724685 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1337] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1332 1317 32145 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74724685 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1338] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1339] ppid=1332 vsize=868472 CPUtime=0.32
/proc/1333/task/1339/stat : 1339 (java) S 1332 1317 32145 0 -1 64 1496 0 0 0 31 1 0 0 16 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1340] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1341] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 890568

[startup+51.102 s]
/proc/loadavg: 2.12 2.03 2.01 4/92 1341
/proc/meminfo: memFree=1050544/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=16740 CPUtime=0.83
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1297 7068 0 1 6 2 71 4 16 0 1 0 74724594 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4185 1104 409 3 0 764 0
[pid=1332] ppid=1317 vsize=5356 CPUtime=0
/proc/1332/stat : 1332 (sh) S 1317 1317 32145 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74724682 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1332/statm: 1339 233 193 169 0 50 0
[pid=1333] ppid=1332 vsize=868472 CPUtime=48.83
/proc/1333/stat : 1333 (java) S 1332 1317 32145 0 -1 0 20088 0 2 0 4474 409 0 0 18 0 9 0 74724682 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1333/statm: 217118 9804 2567 9 0 211665 0
[pid=1333/tid=1334] ppid=1332 vsize=868472 CPUtime=45.01
/proc/1333/task/1334/stat : 1334 (java) R 1332 1317 32145 0 -1 64 12159 0 2 0 4156 345 0 0 25 0 9 0 74724683 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4126902353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1335] ppid=1332 vsize=868472 CPUtime=3.47
/proc/1333/task/1335/stat : 1335 (java) S 1332 1317 32145 0 -1 64 5740 0 0 0 286 61 0 0 16 0 9 0 74724684 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1336] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1336/stat : 1336 (java) S 1332 1317 32145 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74724685 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1337] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1337/stat : 1337 (java) S 1332 1317 32145 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74724685 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1338] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1338/stat : 1338 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1339] ppid=1332 vsize=868472 CPUtime=0.32
/proc/1333/task/1339/stat : 1339 (java) S 1332 1317 32145 0 -1 64 1496 0 0 0 31 1 0 0 16 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1340] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1340/stat : 1340 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1333/tid=1341] ppid=1332 vsize=868472 CPUtime=0
/proc/1333/task/1341/stat : 1341 (java) S 1332 1317 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74724687 889315328 9804 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 890568

[startup+102.302 s]
/proc/loadavg: 2.26 2.08 2.02 3/83 1342
/proc/meminfo: memFree=180600/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=17532 CPUtime=95.01
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1630 36249 0 3 9 2 8687 803 16 0 1 0 74724594 17952768 1288 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4383 1288 413 3 0 962 0
[pid=1342] ppid=1317 vsize=369300 CPUtime=4.4
/proc/1342/stat : 1342 (minisat-inc) R 1317 1317 32145 0 -1 4194304 88574 0 0 0 371 69 0 0 25 0 1 0 74734377 378163200 88523 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 0 0 0 17 1 0 0
/proc/1342/statm: 92325 88523 59 151 0 92171 0
Current children cumulated CPU time (s) 99.41
Current children cumulated vsize (KiB) 386832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+109.402 s]
/proc/loadavg: 2.32 2.10 2.03 3/83 1342
/proc/meminfo: memFree=16056/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=17532 CPUtime=95.01
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1630 36249 0 3 9 2 8687 803 16 0 1 0 74724594 17952768 1288 996147200 4194304 4206940 548682068528 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1317/statm: 4383 1288 413 3 0 962 0
[pid=1342] ppid=1317 vsize=909728 CPUtime=11.1
/proc/1342/stat : 1342 (minisat-inc) R 1317 1317 32145 0 -1 4194304 220795 0 0 0 934 176 0 0 25 0 1 0 74734377 931561472 220744 996147200 134512640 135134323 4294956192 18446744073709551615 134537600 0 0 4096 3 0 0 0 17 1 0 0
/proc/1342/statm: 227432 220744 59 151 0 227278 0
Current children cumulated CPU time (s) 106.11
Current children cumulated vsize (KiB) 927260

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

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

[startup+109.515 s]
/proc/loadavg: 2.32 2.10 2.03 3/83 1342
/proc/meminfo: memFree=16056/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=17532 CPUtime=95.01
/proc/1317/stat : 1317 (sugar++) S 1315 1317 32145 0 -1 4194304 1655 36249 0 3 9 2 8687 803 16 0 1 0 74724594 17952768 1288 996147200 4194304 4206940 548682068528 18446744073709551615 264916483988 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/1317/statm: 4383 1288 413 3 0 962 0
[pid=1342] ppid=1317 vsize=0 CPUtime=11.21
/proc/1342/stat : 1342 (minisat-inc) R 1317 1317 32145 0 -1 4195332 220795 0 0 0 934 187 0 0 25 0 1 0 74734377 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/1342/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 106.22
Current children cumulated vsize (KiB) 17532

[startup+109.902 s]
/proc/loadavg: 2.32 2.10 2.03 3/83 1342
/proc/meminfo: memFree=16056/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=17532 CPUtime=106.59
/proc/1317/stat : 1317 (sugar++) R 1315 1317 32145 0 -1 4194304 1661 257044 0 3 9 35 9621 994 18 0 1 0 74724594 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1317/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 106.59
Current children cumulated vsize (KiB) 17532

[startup+110.107 s]
/proc/loadavg: 2.30 2.10 2.03 3/83 1343
/proc/meminfo: memFree=1838200/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=17532 CPUtime=106.77
/proc/1317/stat : 1317 (sugar++) D 1315 1317 32145 0 -1 4194304 1661 257044 0 3 9 53 9621 994 18 0 1 0 74724594 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1317/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 106.77
Current children cumulated vsize (KiB) 17532

[startup+110.202 s]
/proc/loadavg: 2.30 2.10 2.03 3/83 1343
/proc/meminfo: memFree=1838200/2055920 swapFree=4180348/4192956
[pid=1317] ppid=1315 vsize=17532 CPUtime=106.77
/proc/1317/stat : 1317 (sugar++) D 1315 1317 32145 0 -1 4194304 1661 257044 0 3 9 53 9621 994 16 0 1 0 74724594 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1317/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 106.77
Current children cumulated vsize (KiB) 17532

Child status: 0
Real time (s): 110.274
CPU time (s): 106.8
CPU user time (s): 96.3114
CPU system time (s): 10.4884
CPU usage (%): 96.8492
Max. virtual memory (cumulated for all children) (KiB): 927260

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

runsolver used 0.152976 second user time and 0.39394 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-16 05:50:29
IDJOB=1126267
IDBENCH=64223
IDSOLVER=367
FILE ID=node30/1126267-1216180229
PBS_JOBID= 7905747
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-hamming-10-2_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-1126267-1216180229/watcher-1126267-1216180229 -o /tmp/evaluation-result-1126267-1216180229/solver-1126267-1216180229 -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-1126267-1216180229.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b12d9b095d193f836a37e38da064d1e6
RANDOM SEED=1194480417

node30.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:       1632232 kB
Buffers:         82176 kB
Cached:         190576 kB
SwapCached:       6456 kB
Active:         282252 kB
Inactive:        70920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632232 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          96460 kB
Slab:            55588 kB
Committed_AS:   525708 kB
PageTables:       2052 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= 66532 MiB
End job on node30 at 2008-07-16 05:52:20