Trace number 1079104

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+minisatUNSAT 34.7827 36.9676

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-15_ext.xml
MD5SUM94a222d57bade926026175cb32fe08c2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.018996
Satisfiable
(Un)Satisfiability was proved
Number of variables165
Number of constraints26
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension26
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:08:48 2008
0.00/0.04	c 0	PID 27007
0.03/0.05	c 0	HOST node49.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079104-1215209328.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079104-1215209328.xml' 'HOME/temp.csp'
0.04/0.26	c 0	1 domains, 165 variables, 0 predicates, 2 relations, 26 constraints
0.04/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.39	c 1	Parsing HOME/temp.csp
0.24/0.56	c 1	parsed 194 expressions
0.24/0.59	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.59	c 1	Converting to clausal form CSP
0.24/0.64	c 1	converted 20 (10%) expressions
0.24/0.64	c 1	converted 39 (20%) expressions
0.24/0.64	c 1	converted 59 (30%) expressions
0.24/0.64	c 1	converted 78 (40%) expressions
0.24/0.64	c 1	converted 97 (50%) expressions
0.24/0.64	c 1	converted 117 (60%) expressions
0.24/0.64	c 1	converted 136 (70%) expressions
0.24/0.64	c 1	converted 156 (80%) expressions
0.24/0.87	c 1	converted 175 (90%) expressions
0.90/1.05	c 1	converted 194 (100%) expressions
0.90/1.05	c 1	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.90/1.05	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.05	c 1	Propagation in CSP
0.90/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.05	c 1	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.90/1.05	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.05	c 1	CSP : 165 integers, 0 booleans, 26 clauses, largest domain size 26
0.90/1.05	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.15	c 1	17 (10%) CSP integer variables are encoded (408 clauses, 4344 bytes)
1.01/1.15	c 1	33 (20%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.01/1.15	c 1	50 (30%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
1.01/1.16	c 1	66 (40%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.01/1.16	c 1	83 (50%) CSP integer variables are encoded (1992 clauses, 23833 bytes)
1.01/1.16	c 1	99 (60%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.01/1.16	c 1	116 (70%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
1.01/1.16	c 1	132 (80%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
1.01/1.18	c 1	149 (90%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
1.01/1.18	c 1	165 (100%) CSP integer variables are encoded (3960 clauses, 49417 bytes)
7.24/7.42	c 8	3 (10%) CSP clauses are encoded (65070 clauses, 4270483 bytes)
12.84/13.09	c 13	6 (20%) CSP clauses are encoded (126180 clauses, 8590959 bytes)
16.81/17.07	c 17	8 (30%) CSP clauses are encoded (166920 clauses, 11497471 bytes)
22.58/22.83	c 23	11 (40%) CSP clauses are encoded (228030 clauses, 15895881 bytes)
26.44/26.74	c 27	13 (50%) CSP clauses are encoded (268770 clauses, 18879427 bytes)
30.42/30.76	c 31	16 (60%) CSP clauses are encoded (310959 clauses, 21959615 bytes)
30.61/30.94	c 31	19 (70%) CSP clauses are encoded (315306 clauses, 22311640 bytes)
30.71/31.05	c 31	21 (80%) CSP clauses are encoded (318204 clauses, 22575912 bytes)
30.92/31.23	c 31	24 (90%) CSP clauses are encoded (322551 clauses, 22972320 bytes)
31.01/31.35	c 31	26 (100%) CSP clauses are encoded (325449 clauses, 23236592 bytes)
31.01/31.35	c 31	26 CSP clauses encoded
31.01/31.35	c 31	Writing map file : HOME/temp.map
31.01/31.35	c 31	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.01/31.35	c 31	SAT : 4125 SAT variables, 325449 SAT clauses, 23236592 bytes
31.01/31.35	c 31	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.07/31.57	c 32	SOLVING HOME/temp.cnf
31.07/31.57	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.07/31.58	c 32	This is MiniSat 2.0 beta
31.07/31.58	c 32	WARNING: for repeatability, setting FPU to use double precision
31.07/31.58	c 32	============================[ Problem Statistics ]=============================
31.07/31.58	c 32	|                                                                             |
31.07/31.58	c 32	|  Number of variables:  4125                                                 |
31.07/31.58	c 32	|  Number of clauses:    325449                                               |
31.56/32.13	c 32	|  Parsing time:         0.45         s                                       |
31.56/32.19	c 32	============================[ Search Statistics ]==============================
31.56/32.19	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.56/32.19	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.56/32.19	c 32	===============================================================================
31.56/32.19	c 32	|         0 |    4059   317591  4304088 |   105863        0    nan |  0.000 % |
31.66/32.20	c 32	|       100 |    4055   317591  4304088 |   116450       96      6 |  1.746 % |
31.66/32.21	c 32	|       251 |    4054   317591  4304088 |   128095      247      6 |  1.746 % |
31.66/32.23	c 32	|       478 |    4054   317591  4304088 |   140904      474      6 |  1.746 % |
31.66/32.26	c 32	|       816 |    4053   317591  4304088 |   154994      811      7 |  1.818 % |
31.66/32.29	c 32	|      1323 |    4052   317591  4304088 |   170494     1317      8 |  1.867 % |
31.77/32.35	c 32	|      2082 |    4051   317591  4304088 |   187543     2075      8 |  1.915 % |
31.87/32.43	c 33	|      3221 |    4050   317591  4304088 |   206298     3213      8 |  1.939 % |
32.04/32.84	c 33	|      4929 |    4050   317591  4304088 |   226928     4921      9 |  1.940 % |
32.22/33.05	c 33	|      7493 |    4049   317591  4304088 |   249620     7485      9 |  1.939 % |
32.72/33.68	c 34	|     11337 |    4047   317591  4304088 |   274583    11327     10 |  2.036 % |
34.54/36.78	c 37	===============================================================================
34.54/36.78	c 37	restarts              : 11
34.54/36.78	c 37	conflicts             : 16925          (4902 /sec)
34.54/36.78	c 37	decisions             : 23354          (1.77 % random) (6764 /sec)
34.54/36.78	c 37	propagations          : 975199         (282464 /sec)
34.54/36.78	c 37	conflict literals     : 168574         (30.19 % deleted)
34.54/36.78	c 37	Memory used           : 31.21 MB
34.54/36.78	c 37	CPU time              : 3.45248 s
34.54/36.78	c 37	
34.54/36.78	c 37	UNSATISFIABLE
34.54/36.78	c 37	DECODING HOME/temp.out WITH HOME/temp.map
34.54/36.78	c 37	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.63/36.86	c 37	Decoding HOME/temp.out
34.63/36.89	s UNSATISFIABLE
34.63/36.90	c 37	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.63/36.96	c 37	CPU 34.22 (0.04 0.01 34.18 0.52)
34.63/36.96	c 37	END Sat Jul  5 00:09:25 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.01 4/72 27007
/proc/meminfo: memFree=1823848/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=12268 CPUtime=0
/proc/27007/stat : 27007 (sugar) R 27005 27007 25912 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 426550175 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 224627751525 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27007/statm: 3067 316 241 3 0 167 0

[startup+0.049592 s]
/proc/loadavg: 2.00 2.03 2.01 4/72 27007
/proc/meminfo: memFree=1823848/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.03
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 426550175 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102496 s]
/proc/loadavg: 2.00 2.03 2.01 4/72 27007
/proc/meminfo: memFree=1823848/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.04
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 426550175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30152 s]
/proc/loadavg: 2.00 2.03 2.01 4/72 27007
/proc/meminfo: memFree=1823848/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.04
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 426550175 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70258 s]
/proc/loadavg: 2.00 2.03 2.01 4/72 27007
/proc/meminfo: memFree=1823848/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.24
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 973 4363 0 1 3 1 17 3 15 0 1 0 426550175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.50269 s]
/proc/loadavg: 2.00 2.03 2.01 4/83 27029
/proc/meminfo: memFree=1803984/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.24
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 974 4363 0 1 3 1 17 3 15 0 1 0 426550175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 797 370 3 0 500 0
[pid=27020] ppid=27007 vsize=5356 CPUtime=0
/proc/27020/stat : 27020 (sh) S 27007 27007 25912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426550207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27020/statm: 1339 233 193 169 0 50 0
[pid=27021] ppid=27020 vsize=864296 CPUtime=1.15
/proc/27021/stat : 27021 (java) S 27020 27007 25912 0 -1 0 8975 0 1 0 110 5 0 0 18 0 9 0 426550207 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27021/statm: 216074 8215 2564 9 0 210621 0
[pid=27021/tid=27022] ppid=27020 vsize=864296 CPUtime=0.73
/proc/27021/task/27022/stat : 27022 (java) R 27020 27007 25912 0 -1 64 2825 0 1 0 71 2 0 0 20 0 9 0 426550208 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4126600500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27023] ppid=27020 vsize=864296 CPUtime=0.3
/proc/27021/task/27023/stat : 27023 (java) S 27020 27007 25912 0 -1 64 5114 0 0 0 29 1 0 0 16 0 9 0 426550209 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27024] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27024/stat : 27024 (java) S 27020 27007 25912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426550209 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27025] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27025/stat : 27025 (java) S 27020 27007 25912 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 426550209 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27026] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27026/stat : 27026 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426550211 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27027] ppid=27020 vsize=864296 CPUtime=0.09
/proc/27021/task/27027/stat : 27027 (java) S 27020 27007 25912 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 426550211 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27028] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27028/stat : 27028 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426550211 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27029] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27029/stat : 27029 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 426550211 885039104 8215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883252

[startup+3.10193 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 27029
/proc/meminfo: memFree=1797712/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.24
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 974 4363 0 1 3 1 17 3 15 0 1 0 426550175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 797 370 3 0 500 0
[pid=27020] ppid=27007 vsize=5356 CPUtime=0
/proc/27020/stat : 27020 (sh) S 27007 27007 25912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426550207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27020/statm: 1339 233 193 169 0 50 0
[pid=27021] ppid=27020 vsize=864296 CPUtime=2.74
/proc/27021/stat : 27021 (java) S 27020 27007 25912 0 -1 0 9647 0 1 0 268 6 0 0 18 0 9 0 426550207 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27021/statm: 216074 8846 2564 9 0 210621 0
[pid=27021/tid=27022] ppid=27020 vsize=864296 CPUtime=2.27
/proc/27021/task/27022/stat : 27022 (java) R 27020 27007 25912 0 -1 64 2866 0 1 0 225 2 0 0 25 0 9 0 426550208 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27023] ppid=27020 vsize=864296 CPUtime=0.35
/proc/27021/task/27023/stat : 27023 (java) S 27020 27007 25912 0 -1 64 5744 0 0 0 33 2 0 0 16 0 9 0 426550209 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27024] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27024/stat : 27024 (java) S 27020 27007 25912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426550209 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27025] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27025/stat : 27025 (java) S 27020 27007 25912 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 426550209 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27026] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27026/stat : 27026 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426550211 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27027] ppid=27020 vsize=864296 CPUtime=0.09
/proc/27021/task/27027/stat : 27027 (java) R 27020 27007 25912 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 426550211 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 102295818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27028] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27028/stat : 27028 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426550211 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27029] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27029/stat : 27029 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 426550211 885039104 8846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883252

[startup+6.30237 s]
/proc/loadavg: 2.00 2.03 2.01 3/83 27029
/proc/meminfo: memFree=1789648/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.24
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 974 4363 0 1 3 1 17 3 15 0 1 0 426550175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 797 370 3 0 500 0
[pid=27020] ppid=27007 vsize=5356 CPUtime=0
/proc/27020/stat : 27020 (sh) S 27007 27007 25912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426550207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27020/statm: 1339 233 193 169 0 50 0
[pid=27021] ppid=27020 vsize=864296 CPUtime=5.91
/proc/27021/stat : 27021 (java) S 27020 27007 25912 0 -1 0 10927 0 1 0 582 9 0 0 18 0 9 0 426550207 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27021/statm: 216074 9988 2564 9 0 210621 0
[pid=27021/tid=27022] ppid=27020 vsize=864296 CPUtime=5.34
/proc/27021/task/27022/stat : 27022 (java) R 27020 27007 25912 0 -1 64 3004 0 1 0 530 4 0 0 25 0 9 0 426550208 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4126581192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27023] ppid=27020 vsize=864296 CPUtime=0.45
/proc/27021/task/27023/stat : 27023 (java) S 27020 27007 25912 0 -1 64 6883 0 0 0 42 3 0 0 16 0 9 0 426550209 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27024] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27024/stat : 27024 (java) S 27020 27007 25912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426550209 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27025] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27025/stat : 27025 (java) S 27020 27007 25912 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 426550209 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27026] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27026/stat : 27026 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426550211 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27027] ppid=27020 vsize=864296 CPUtime=0.09
/proc/27021/task/27027/stat : 27027 (java) S 27020 27007 25912 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 426550211 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27028] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27028/stat : 27028 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426550211 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27029] ppid=27020 vsize=864296 CPUtime=0
/proc/27021/task/27029/stat : 27029 (java) R 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 426550211 885039104 9988 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883252

[startup+12.7013 s]
/proc/loadavg: 1.92 2.01 2.00 3/92 27158
/proc/meminfo: memFree=1746184/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.24
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 974 4363 0 1 3 1 17 3 16 0 1 0 426550175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 797 370 3 0 500 0
[pid=27020] ppid=27007 vsize=5356 CPUtime=0
/proc/27020/stat : 27020 (sh) S 27007 27007 25912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426550207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27020/statm: 1339 233 193 169 0 50 0
[pid=27021] ppid=27020 vsize=864372 CPUtime=12.29
/proc/27021/stat : 27021 (java) S 27020 27007 25912 0 -1 0 13426 0 1 0 1214 15 0 0 18 0 9 0 426550207 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27021/statm: 216093 11046 2564 9 0 210640 0
[pid=27021/tid=27022] ppid=27020 vsize=864372 CPUtime=11.4
/proc/27021/task/27022/stat : 27022 (java) R 27020 27007 25912 0 -1 64 3235 0 1 0 1133 7 0 0 25 0 9 0 426550208 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 102063904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27021/tid=27023] ppid=27020 vsize=864372 CPUtime=0.76
/proc/27021/task/27023/stat : 27023 (java) S 27020 27007 25912 0 -1 64 9145 0 0 0 70 6 0 0 16 0 9 0 426550209 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27021/tid=27024] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27024/stat : 27024 (java) S 27020 27007 25912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426550209 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27025] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27025/stat : 27025 (java) S 27020 27007 25912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 426550209 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27026] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27026/stat : 27026 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426550211 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27027] ppid=27020 vsize=864372 CPUtime=0.1
/proc/27021/task/27027/stat : 27027 (java) S 27020 27007 25912 0 -1 64 353 0 0 0 10 0 0 0 16 0 9 0 426550211 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27021/tid=27028] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27028/stat : 27028 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426550211 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27029] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27029/stat : 27029 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 426550211 885116928 11046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883328

[startup+25.5021 s]
/proc/loadavg: 1.87 2.00 2.00 7/93 27312
/proc/meminfo: memFree=1745400/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=0.24
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 974 4363 0 1 3 1 17 3 16 0 1 0 426550175 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27007/statm: 3400 797 370 3 0 500 0
[pid=27020] ppid=27007 vsize=5356 CPUtime=0
/proc/27020/stat : 27020 (sh) S 27007 27007 25912 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426550207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27020/statm: 1339 233 193 169 0 50 0
[pid=27021] ppid=27020 vsize=864372 CPUtime=25.01
/proc/27021/stat : 27021 (java) S 27020 27007 25912 0 -1 0 16873 0 1 0 2474 27 0 0 18 0 9 0 426550207 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27021/statm: 216093 11558 2564 9 0 210640 0
[pid=27021/tid=27022] ppid=27020 vsize=864372 CPUtime=23.56
/proc/27021/task/27022/stat : 27022 (java) R 27020 27007 25912 0 -1 64 3672 0 1 0 2341 15 0 0 25 0 9 0 426550208 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4126581248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27021/tid=27023] ppid=27020 vsize=864372 CPUtime=1.31
/proc/27021/task/27023/stat : 27023 (java) S 27020 27007 25912 0 -1 64 12153 0 0 0 121 10 0 0 16 0 9 0 426550209 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27021/tid=27024] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27024/stat : 27024 (java) S 27020 27007 25912 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426550209 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27025] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27025/stat : 27025 (java) S 27020 27007 25912 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 426550209 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27026] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27026/stat : 27026 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426550211 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27027] ppid=27020 vsize=864372 CPUtime=0.1
/proc/27021/task/27027/stat : 27027 (java) S 27020 27007 25912 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 426550211 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27021/tid=27028] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27028/stat : 27028 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426550211 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27021/tid=27029] ppid=27020 vsize=864372 CPUtime=0
/proc/27021/task/27029/stat : 27029 (java) S 27020 27007 25912 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 426550211 885116928 11558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 883328

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

[startup+31.907 s]
/proc/loadavg: 1.96 2.01 2.00 3/86 27389
/proc/meminfo: memFree=1748448/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=31.1
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 1031 23027 0 2 3 1 3063 43 16 0 1 0 426550175 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 798 370 3 0 500 0
[pid=27388] ppid=27007 vsize=5356 CPUtime=0
/proc/27388/stat : 27388 (sh) S 27007 27007 25912 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 426553332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27388/statm: 1339 232 193 169 0 50 0
[pid=27389] ppid=27388 vsize=16488 CPUtime=0.26
/proc/27389/stat : 27389 (minisat) R 27388 27007 25912 0 -1 4194304 3979 0 0 0 24 2 0 0 19 0 1 0 426553332 16883712 3965 996147200 134512640 135127466 4294956256 18446744073709551615 134517455 0 0 4096 3 0 0 0 17 1 0 0
/proc/27389/statm: 4122 3965 62 150 0 3969 0
Current children cumulated CPU time (s) 31.36
Current children cumulated vsize (KiB) 35444

[startup+35.1025 s]
/proc/loadavg: 1.96 2.01 2.00 5/86 27389
/proc/meminfo: memFree=1543984/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=31.11
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 1031 23027 0 2 4 1 3063 43 15 0 1 0 426550175 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27007/statm: 3400 798 370 3 0 500 0
[pid=27388] ppid=27007 vsize=5356 CPUtime=0
/proc/27388/stat : 27388 (sh) S 27007 27007 25912 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 426553332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27388/statm: 1339 232 193 169 0 50 0
[pid=27389] ppid=27388 vsize=31148 CPUtime=2.6
/proc/27389/stat : 27389 (minisat) R 27388 27007 25912 0 -1 4194304 7551 0 0 0 254 6 0 0 25 0 1 0 426553332 31895552 7537 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 1 0 0
/proc/27389/statm: 7787 7537 75 150 0 7634 0
Current children cumulated CPU time (s) 33.71
Current children cumulated vsize (KiB) 50104

[startup+35.9026 s]
/proc/loadavg: 1.96 2.01 2.00 5/86 27389
/proc/meminfo: memFree=1543984/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=31.11
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 1031 23027 0 2 4 1 3063 43 15 0 1 0 426550175 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27007/statm: 3400 798 370 3 0 500 0
[pid=27388] ppid=27007 vsize=5356 CPUtime=0
/proc/27388/stat : 27388 (sh) S 27007 27007 25912 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 426553332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27388/statm: 1339 232 193 169 0 50 0
[pid=27389] ppid=27388 vsize=31280 CPUtime=3.13
/proc/27389/stat : 27389 (minisat) R 27388 27007 25912 0 -1 4194304 7598 0 0 0 307 6 0 0 25 0 1 0 426553332 32030720 7584 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27389/statm: 7820 7584 75 150 0 7667 0
Current children cumulated CPU time (s) 34.24
Current children cumulated vsize (KiB) 50236

[startup+36.7017 s]
/proc/loadavg: 1.96 2.01 2.00 4/86 27389
/proc/meminfo: memFree=1477936/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=31.11
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 1031 23027 0 2 4 1 3063 43 15 0 1 0 426550175 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27007/statm: 3400 798 370 3 0 500 0
[pid=27388] ppid=27007 vsize=5356 CPUtime=0
/proc/27388/stat : 27388 (sh) S 27007 27007 25912 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 426553332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27388/statm: 1339 232 193 169 0 50 0
[pid=27389] ppid=27388 vsize=31684 CPUtime=3.43
/proc/27389/stat : 27389 (minisat) R 27388 27007 25912 0 -1 4194304 7700 0 0 0 337 6 0 0 25 0 1 0 426553332 32444416 7686 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/27389/statm: 7921 7686 75 150 0 7768 0
Current children cumulated CPU time (s) 34.54
Current children cumulated vsize (KiB) 50640

[startup+36.9017 s]
/proc/loadavg: 1.96 2.01 2.00 4/86 27389
/proc/meminfo: memFree=1477936/2055920 swapFree=4180312/4192956
[pid=27007] ppid=27005 vsize=13600 CPUtime=34.63
/proc/27007/stat : 27007 (sugar) S 27005 27007 25912 0 -1 4194304 1089 31078 0 2 4 1 3408 50 16 0 1 0 426550175 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27007/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 34.63
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 36.9676
CPU time (s): 34.7827
CPU user time (s): 34.2258
CPU system time (s): 0.556915
CPU usage (%): 94.0896
Max. virtual memory (cumulated for all children) (KiB): 885896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2258
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35885
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= 8263
involuntary context switches= 8184

runsolver used 0.048992 second user time and 0.137979 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 00:08:48
IDJOB=1079104
IDBENCH=56862
IDSOLVER=346
FILE ID=node49/1079104-1215209328
PBS_JOBID= 7881731
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079104-1215209328/watcher-1079104-1215209328 -o /tmp/evaluation-result-1079104-1215209328/solver-1079104-1215209328 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1079104-1215209328.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 94a222d57bade926026175cb32fe08c2
RANDOM SEED=682235633

node49.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.249
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.249
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:       1824328 kB
Buffers:         29404 kB
Cached:         140268 kB
SwapCached:       5496 kB
Active:         129040 kB
Inactive:        51812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824328 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          18808 kB
Slab:            36060 kB
Committed_AS:   835380 kB
PageTables:       1712 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node49 at 2008-07-05 00:09:25