Trace number 1109779

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-incNo Cert. 53.1939 54.1621

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-9.xml
MD5SUM4b78d7f43a355b62cc35ed3e75b3d9c4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints12
Best CPU time to get the best result obtained on this benchmark3600.35
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size888
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 23:06:41 2008
0.00/0.07	c 0	PID 13695
0.00/0.07	c 0	HOST node27.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1109779-1215810401.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109779-1215810401.xml' 'HOME/temp.csp'
0.06/0.74	c 1	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.73/0.83	c 1	Parsing HOME/temp.csp
0.98/1.09	c 1	parsed 3601 expressions
0.98/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.13	c 1	MAX CSP: 3150 constraints
1.07/1.13	c 1	Converting to clausal form CSP
1.16/1.21	c 1	converted 676 (10%) expressions
1.27/1.33	c 1	converted 1351 (20%) expressions
1.27/1.36	c 1	converted 2027 (30%) expressions
1.27/1.38	c 1	converted 2702 (40%) expressions
1.36/1.40	c 1	converted 3377 (50%) expressions
1.36/1.46	c 2	converted 4053 (60%) expressions
1.36/1.47	c 2	converted 4728 (70%) expressions
1.36/1.49	c 2	converted 5404 (80%) expressions
1.46/1.51	c 2	converted 6079 (90%) expressions
1.75/1.83	c 2	converted 6754 (100%) expressions
1.75/1.83	c 2	CSP : 6525 integers, 0 booleans, 9449 clauses, largest domain size 4726
1.75/1.83	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.75/1.83	c 2	Propagation in CSP
1.86/1.96	c 2	3144 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.86/1.97	c 2	CSP : 6525 integers, 0 booleans, 9449 clauses, largest domain size 3151
1.86/1.97	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.86/1.98	c 2	Simplifing CSP by introducing new Boolean variables
1.96/2.02	c 2	CSP : 6525 integers, 6300 booleans, 15749 clauses, largest domain size 3151
1.96/2.02	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.09	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.26/2.35	c 2	653 (10%) CSP integer variables are encoded (188425 clauses, 2981346 bytes)
2.26/2.36	c 2	1305 (20%) CSP integer variables are encoded (188425 clauses, 2981346 bytes)
2.26/2.37	c 2	1958 (30%) CSP integer variables are encoded (188425 clauses, 2981346 bytes)
2.26/2.37	c 2	2610 (40%) CSP integer variables are encoded (188425 clauses, 2981346 bytes)
2.26/2.37	c 2	3263 (50%) CSP integer variables are encoded (188425 clauses, 2981346 bytes)
2.26/2.38	c 2	3915 (60%) CSP integer variables are encoded (195406 clauses, 3100023 bytes)
2.26/2.39	c 2	4568 (70%) CSP integer variables are encoded (201503 clauses, 3203672 bytes)
2.35/2.44	c 3	5220 (80%) CSP integer variables are encoded (240010 clauses, 3858291 bytes)
2.35/2.45	c 3	5873 (90%) CSP integer variables are encoded (245911 clauses, 3958608 bytes)
2.35/2.46	c 3	6525 (100%) CSP integer variables are encoded (253636 clauses, 4089933 bytes)
4.03/4.10	c 4	1575 (10%) CSP clauses are encoded (1073389 clauses, 22613979 bytes)
5.62/5.73	c 6	3150 (20%) CSP clauses are encoded (1915502 clauses, 42278156 bytes)
7.21/7.33	c 7	4725 (30%) CSP clauses are encoded (2750429 clauses, 61810008 bytes)
8.78/8.93	c 9	6300 (40%) CSP clauses are encoded (3577456 clauses, 81263497 bytes)
10.37/10.54	c 11	7875 (50%) CSP clauses are encoded (4408593 clauses, 102025647 bytes)
11.97/12.12	c 12	9450 (60%) CSP clauses are encoded (5239386 clauses, 122779197 bytes)
13.16/13.37	c 13	11025 (70%) CSP clauses are encoded (5874833 clauses, 138232974 bytes)
32.75/33.59	c 34	12600 (80%) CSP clauses are encoded (15258604 clauses, 367512054 bytes)
34.11/34.90	c 35	14175 (90%) CSP clauses are encoded (15894051 clauses, 382965831 bytes)
37.75/38.64	c 39	15749 (100%) CSP clauses are encoded (17772933 clauses, 428846947 bytes)
37.75/38.64	c 39	15749 CSP clauses encoded
37.75/38.64	c 39	Writing map file : HOME/temp.map
37.75/38.69	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.75/38.69	c 39	SAT : 266461 SAT variables, 17772933 SAT clauses, 428846947 bytes
37.75/38.69	c 39	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.84/38.71	c 39	OBJECTIVE minimize _COST
37.84/38.71	c 39	SOLVING HOME/temp.cnf
37.84/38.71	c 39	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
37.84/38.71	c 39	This is MiniSat 2.0 beta incremental
37.84/38.71	c 39	WARNING: for repeatability, setting FPU to use double precision
37.84/38.71	c 39	============================[ Problem Statistics ]=============================
37.84/38.71	c 39	|                                                                             |
37.84/38.71	c 39	|  Number of variables:  266461                                               |
37.84/38.71	c 39	|  Number of clauses:    17772933                                             |
46.81/47.71	c 48	|  Parsing time:         7.85         s                                       |
47.11/48.08	c 48	OK
47.11/48.08	c 48	OBJECTIVE BOUND: 0 <= _COST <= 
47.11/48.08	c 48	SEARCHING: _COST <= 1575
47.11/48.08	c 48	============================[ Search Statistics ]==============================
47.11/48.08	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.11/48.08	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.11/48.08	c 48	===============================================================================
47.11/48.08	c 48	|         0 |  266461 17772933 52918991 |  5924311        0    nan |  0.000 % |
49.19/50.13	c 50	|       102 |  266461 17772933 52918991 |  6516742      102     32 |  0.000 % |
51.78/52.73	c 53	|       254 |  266461 17772933 52918991 |  7168416      254     99 |  0.000 % |
52.68/53.62	c 54	===============================================================================
52.68/53.63	c 54	restarts              : 3
52.68/53.63	c 54	conflicts             : 272           (20 /sec)
52.68/53.63	c 54	decisions             : 7320          (1.05 % random) (535 /sec)
52.68/53.63	c 54	propagations          : 1921242        (140371 /sec)
52.68/53.63	c 54	conflict literals     : 25470          (10.22 % deleted)
52.68/53.63	c 54	Memory used           : 741.19 MB
52.68/53.63	c 54	CPU time              : 13.6869 s
52.68/53.63	c 54	
52.68/53.63	c 54	SATISFIABLE
52.78/53.73	c 54	OK
52.78/53.73	c 54	FOUND: _COST <= 1575
52.78/53.73	s SATISFIABLE
52.78/53.73	c 54	DECODING HOME/temp.out WITH HOME/temp.map
52.78/53.73	c 54	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
52.87/53.81	c 54	Decoding HOME/temp.out
52.87/53.83	c ERROR INTERRUPTED
52.93/53.96	c 54	CPU 48.32 (0.07 0.02 48.25 4.61)
52.93/53.96	c 54	END Fri Jul 11 23:07:35 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-1109779-1215810401/watcher-1109779-1215810401 -o /tmp/evaluation-result-1109779-1215810401/solver-1109779-1215810401 -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-1109779-1215810401.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: 1.99 1.97 1.58 4/80 13695
/proc/meminfo: memFree=1902632/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=12272 CPUtime=0
/proc/13695/stat : 13695 (sugar++) R 13693 13695 13028 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 37614554 12566528 324 996147200 4194304 4206940 548682068528 18446744073709551615 233607065281 0 0 4224 0 0 0 0 17 0 0 0
/proc/13695/statm: 3068 327 246 3 0 168 0

[startup+0.0788249 s]
/proc/loadavg: 1.99 1.97 1.58 4/80 13695
/proc/meminfo: memFree=1902632/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.06
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10483 s]
/proc/loadavg: 1.99 1.97 1.58 4/80 13695
/proc/meminfo: memFree=1902632/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.06
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302843 s]
/proc/loadavg: 1.99 1.97 1.58 4/80 13695
/proc/meminfo: memFree=1902632/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.06
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702891 s]
/proc/loadavg: 1.99 1.97 1.58 4/80 13695
/proc/meminfo: memFree=1902632/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.06
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50297 s]
/proc/loadavg: 1.99 1.97 1.58 3/91 13717
/proc/meminfo: memFree=1893328/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.74
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1297 6742 0 1 6 1 63 4 15 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
[pid=13708] ppid=13695 vsize=5356 CPUtime=0
/proc/13708/stat : 13708 (sh) S 13695 13695 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37614630 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13708/statm: 1339 233 193 169 0 50 0
[pid=13709] ppid=13708 vsize=868288 CPUtime=0.72
/proc/13709/stat : 13709 (java) S 13708 13695 13028 0 -1 0 7171 0 1 0 68 4 0 0 20 0 9 0 37614630 889126912 6411 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13709/statm: 217072 6412 2540 9 0 211647 0
[pid=13709/tid=13710] ppid=13708 vsize=868288 CPUtime=0.42
/proc/13709/task/13710/stat : 13710 (java) R 13708 13695 13028 0 -1 64 2663 0 1 0 41 1 0 0 25 0 9 0 37614631 889126912 6412 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13711] ppid=13708 vsize=868288 CPUtime=0.09
/proc/13709/task/13711/stat : 13711 (java) R 13708 13695 13028 0 -1 64 2363 0 0 0 9 0 0 0 16 0 9 0 37614632 889126912 6415 996147200 134512640 134550740 4294955920 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13712] ppid=13708 vsize=868288 CPUtime=0
/proc/13709/task/13712/stat : 13712 (java) S 13708 13695 13028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37614632 889126912 6415 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13713] ppid=13708 vsize=868288 CPUtime=0
/proc/13709/task/13713/stat : 13713 (java) S 13708 13695 13028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37614632 889126912 6417 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13714] ppid=13708 vsize=868288 CPUtime=0
/proc/13709/task/13714/stat : 13714 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889126912 6418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13715] ppid=13708 vsize=868288 CPUtime=0.19
/proc/13709/task/13715/stat : 13715 (java) S 13708 13695 13028 0 -1 64 1456 0 0 0 18 1 0 0 16 0 9 0 37614634 889126912 6418 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13716] ppid=13708 vsize=868288 CPUtime=0
/proc/13709/task/13716/stat : 13716 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889126912 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13717] ppid=13708 vsize=868288 CPUtime=0
/proc/13709/task/13717/stat : 13717 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37614634 889126912 6423 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 890384

[startup+3.10113 s]
/proc/loadavg: 1.99 1.97 1.58 3/91 13717
/proc/meminfo: memFree=1876112/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.74
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1297 6742 0 1 6 1 63 4 15 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
[pid=13708] ppid=13695 vsize=5356 CPUtime=0
/proc/13708/stat : 13708 (sh) S 13695 13695 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37614630 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13708/statm: 1339 233 193 169 0 50 0
[pid=13709] ppid=13708 vsize=868512 CPUtime=2.3
/proc/13709/stat : 13709 (java) S 13708 13695 13028 0 -1 0 9364 0 1 0 218 12 0 0 20 0 9 0 37614630 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13709/statm: 217128 8255 2565 9 0 211675 0
[pid=13709/tid=13710] ppid=13708 vsize=868512 CPUtime=1.67
/proc/13709/task/13710/stat : 13710 (java) R 13708 13695 13028 0 -1 64 3040 0 1 0 160 7 0 0 25 0 9 0 37614631 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13711] ppid=13708 vsize=868512 CPUtime=0.34
/proc/13709/task/13711/stat : 13711 (java) S 13708 13695 13028 0 -1 64 4122 0 0 0 31 3 0 0 16 0 9 0 37614632 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13712] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13712/stat : 13712 (java) S 13708 13695 13028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13713] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13713/stat : 13713 (java) S 13708 13695 13028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13714] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13714/stat : 13714 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13715] ppid=13708 vsize=868512 CPUtime=0.27
/proc/13709/task/13715/stat : 13715 (java) S 13708 13695 13028 0 -1 64 1509 0 0 0 26 1 0 0 15 0 9 0 37614634 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13716] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13716/stat : 13716 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13717] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13717/stat : 13717 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37614634 889356288 8255 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890608

[startup+6.30245 s]
/proc/loadavg: 2.15 2.00 1.59 3/91 13717
/proc/meminfo: memFree=1837840/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.74
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1297 6742 0 1 6 1 63 4 16 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
[pid=13708] ppid=13695 vsize=5356 CPUtime=0
/proc/13708/stat : 13708 (sh) S 13695 13695 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37614630 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13708/statm: 1339 233 193 169 0 50 0
[pid=13709] ppid=13708 vsize=868512 CPUtime=5.48
/proc/13709/stat : 13709 (java) S 13708 13695 13028 0 -1 0 10299 0 1 0 507 41 0 0 20 0 9 0 37614630 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13709/statm: 217128 8260 2565 9 0 211675 0
[pid=13709/tid=13710] ppid=13708 vsize=868512 CPUtime=4.58
/proc/13709/task/13710/stat : 13710 (java) R 13708 13695 13028 0 -1 64 3970 0 1 0 428 30 0 0 25 0 9 0 37614631 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13711] ppid=13708 vsize=868512 CPUtime=0.59
/proc/13709/task/13711/stat : 13711 (java) S 13708 13695 13028 0 -1 64 4122 0 0 0 50 9 0 0 16 0 9 0 37614632 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13712] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13712/stat : 13712 (java) S 13708 13695 13028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13713] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13713/stat : 13713 (java) S 13708 13695 13028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13714] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13714/stat : 13714 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13715] ppid=13708 vsize=868512 CPUtime=0.28
/proc/13709/task/13715/stat : 13715 (java) S 13708 13695 13028 0 -1 64 1514 0 0 0 27 1 0 0 16 0 9 0 37614634 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13716] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13716/stat : 13716 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13717] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13717/stat : 13717 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37614634 889356288 8260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890608

[startup+12.7011 s]
/proc/loadavg: 2.22 2.02 1.60 3/91 13717
/proc/meminfo: memFree=1754584/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.74
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1297 6742 0 1 6 1 63 4 16 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
[pid=13708] ppid=13695 vsize=5356 CPUtime=0
/proc/13708/stat : 13708 (sh) S 13695 13695 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37614630 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13708/statm: 1339 233 193 169 0 50 0
[pid=13709] ppid=13708 vsize=868512 CPUtime=11.82
/proc/13709/stat : 13709 (java) S 13708 13695 13028 0 -1 0 12214 0 1 0 1080 102 0 0 20 0 9 0 37614630 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13709/statm: 217128 8261 2565 9 0 211675 0
[pid=13709/tid=13710] ppid=13708 vsize=868512 CPUtime=10.45
/proc/13709/task/13710/stat : 13710 (java) R 13708 13695 13028 0 -1 64 5884 0 1 0 964 81 0 0 25 0 9 0 37614631 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13711] ppid=13708 vsize=868512 CPUtime=1.06
/proc/13709/task/13711/stat : 13711 (java) R 13708 13695 13028 0 -1 64 4122 0 0 0 87 19 0 0 15 0 9 0 37614632 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13712] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13712/stat : 13712 (java) S 13708 13695 13028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13713] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13713/stat : 13713 (java) S 13708 13695 13028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13714] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13714/stat : 13714 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13715] ppid=13708 vsize=868512 CPUtime=0.28
/proc/13709/task/13715/stat : 13715 (java) S 13708 13695 13028 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13716] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13716/stat : 13716 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13717] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13717/stat : 13717 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890608

[startup+25.5024 s]
/proc/loadavg: 2.39 2.07 1.62 3/91 13717
/proc/meminfo: memFree=1594136/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=16740 CPUtime=0.74
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1297 6742 0 1 6 1 63 4 16 0 1 0 37614554 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13695/statm: 4185 1104 409 3 0 764 0
[pid=13708] ppid=13695 vsize=5356 CPUtime=0
/proc/13708/stat : 13708 (sh) S 13695 13695 13028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37614630 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13708/statm: 1339 233 193 169 0 50 0
[pid=13709] ppid=13708 vsize=868512 CPUtime=24.14
/proc/13709/stat : 13709 (java) S 13708 13695 13028 0 -1 0 15801 0 1 0 2196 218 0 0 20 0 9 0 37614630 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13709/statm: 217128 8261 2565 9 0 211675 0
[pid=13709/tid=13710] ppid=13708 vsize=868512 CPUtime=21.87
/proc/13709/task/13710/stat : 13710 (java) R 13708 13695 13028 0 -1 64 9471 0 1 0 2010 177 0 0 25 0 9 0 37614631 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4126566652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13711] ppid=13708 vsize=868512 CPUtime=1.96
/proc/13709/task/13711/stat : 13711 (java) S 13708 13695 13028 0 -1 64 4122 0 0 0 157 39 0 0 16 0 9 0 37614632 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13712] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13712/stat : 13712 (java) S 13708 13695 13028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13713] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13713/stat : 13713 (java) S 13708 13695 13028 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 37614632 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13714] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13714/stat : 13714 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13715] ppid=13708 vsize=868512 CPUtime=0.28
/proc/13709/task/13715/stat : 13715 (java) S 13708 13695 13028 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13716] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13716/stat : 13716 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13709/tid=13717] ppid=13708 vsize=868512 CPUtime=0
/proc/13709/task/13717/stat : 13717 (java) S 13708 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37614634 889356288 8261 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 890608

[startup+51.103 s]
/proc/loadavg: 2.26 2.06 1.63 3/82 13718
/proc/meminfo: memFree=726112/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=17136 CPUtime=37.86
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1552 26432 0 2 7 1 3448 330 16 0 1 0 37614554 17547264 1202 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13695/statm: 4284 1202 414 3 0 863 0
[pid=13718] ppid=13695 vsize=751952 CPUtime=12.33
/proc/13718/stat : 13718 (minisat-inc) R 13695 13695 13028 0 -1 4194304 186926 0 0 0 1117 116 0 0 25 0 1 0 37618425 769998848 186875 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/13718/statm: 187988 186875 74 151 0 187834 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 769088



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+53.8013 s]
/proc/loadavg: 2.26 2.06 1.63 3/92 13728
/proc/meminfo: memFree=708496/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=17136 CPUtime=37.86
/proc/13695/stat : 13695 (sugar++) S 13693 13695 13028 0 -1 4194304 1599 26432 0 2 7 1 3448 330 16 0 1 0 37614554 17547264 1203 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13695/statm: 4284 1203 414 3 0 863 0
[pid=13718] ppid=13695 vsize=758972 CPUtime=14.94
/proc/13718/stat : 13718 (minisat-inc) S 13695 13695 13028 0 -1 4194304 188701 0 0 0 1376 118 0 0 25 0 1 0 37618425 777187328 188648 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/13718/statm: 189743 188648 80 151 0 189589 0
[pid=13719] ppid=13695 vsize=5356 CPUtime=0
/proc/13719/stat : 13719 (sh) S 13695 13695 13028 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 37619927 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13719/statm: 1339 233 193 169 0 50 0
[pid=13720] ppid=13719 vsize=195624 CPUtime=0.07
/proc/13720/stat : 13720 (java) S 13719 13695 13028 0 -1 0 3129 0 1 0 5 2 0 0 19 0 9 0 37619927 200318976 2616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13720/statm: 48906 2616 1604 9 0 43488 0
[pid=13720/tid=13721] ppid=13719 vsize=195624 CPUtime=0.05
/proc/13720/task/13721/stat : 13721 (java) R 13719 13695 13028 0 -1 64 2223 0 1 0 4 1 0 0 25 0 9 0 37619928 200318976 2618 996147200 134512640 134550740 4294956000 18446744073709551615 102933328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13722] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13722/stat : 13722 (java) S 13719 13695 13028 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 37619929 200318976 2618 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13723] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13723/stat : 13723 (java) S 13719 13695 13028 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 37619930 200318976 2618 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13724] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13724/stat : 13724 (java) S 13719 13695 13028 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 37619930 200318976 2618 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13725] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13725/stat : 13725 (java) S 13719 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37619931 200318976 2618 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13726] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13726/stat : 13726 (java) S 13719 13695 13028 0 -1 64 213 0 0 0 0 0 0 0 24 0 9 0 37619931 200318976 2619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13727] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13727/stat : 13727 (java) S 13719 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37619932 200318976 2619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13720/tid=13728] ppid=13719 vsize=195624 CPUtime=0
/proc/13720/task/13728/stat : 13728 (java) S 13719 13695 13028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37619932 200318976 2619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.87
Current children cumulated vsize (KiB) 977088

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

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

[startup+54.0013 s]
/proc/loadavg: 2.26 2.06 1.63 3/92 13728
/proc/meminfo: memFree=708496/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=17136 CPUtime=53.01
/proc/13695/stat : 13695 (sugar++) R 13693 13695 13028 0 -1 4194304 1656 215411 0 2 7 8 4825 461 18 0 1 0 37614554 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13695/statm: 4284 1204 415 3 0 863 0
Current children cumulated CPU time (s) 53.01
Current children cumulated vsize (KiB) 17136

[startup+54.1013 s]
/proc/loadavg: 2.26 2.06 1.63 3/92 13728
/proc/meminfo: memFree=708496/2055920 swapFree=4178780/4192956
[pid=13695] ppid=13693 vsize=17136 CPUtime=53.11
/proc/13695/stat : 13695 (sugar++) R 13693 13695 13028 0 -1 4194304 1656 215411 0 2 7 18 4825 461 18 0 1 0 37614554 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13695/statm: 4284 1204 415 3 0 863 0
Current children cumulated CPU time (s) 53.11
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 54.1621
CPU time (s): 53.1939
CPU user time (s): 48.3307
CPU system time (s): 4.86326
CPU usage (%): 98.2123
Max. virtual memory (cumulated for all children) (KiB): 977088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.3307
system time used= 4.86326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217123
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75178
involuntary context switches= 76393

runsolver used 0.05999 second user time and 0.189971 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-11 23:06:41
IDJOB=1109779
IDBENCH=61012
IDSOLVER=367
FILE ID=node27/1109779-1215810401
PBS_JOBID= 7903253
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-9.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-1109779-1215810401/watcher-1109779-1215810401 -o /tmp/evaluation-result-1109779-1215810401/solver-1109779-1215810401 -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-1109779-1215810401.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4b78d7f43a355b62cc35ed3e75b3d9c4
RANDOM SEED=956900145

node27.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		: 2800.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	: 5521.40
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		: 2800.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:       1902992 kB
Buffers:          7028 kB
Cached:          47884 kB
SwapCached:       7512 kB
Active:          89032 kB
Inactive:        23752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902992 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            1256 kB
Writeback:           0 kB
Mapped:          73692 kB
Slab:            25280 kB
Committed_AS:   924724 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-11 23:07:37