Trace number 1112220

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 103.548 110.206

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-100-5-mul.xml
MD5SUM368c4b39c2d9adff7fe3e26447d96356
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints5460
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5460
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.10	c 0	Sugar v1-13 + HOME/minisat
0.02/0.11	c 0	BEGIN Thu Aug  7 20:21:11 2008
0.02/0.11	c 0	PID 12112
0.02/0.17	c 0	HOST node74.alineos.net
0.02/0.17	c 0	CONVERTING HOME/instance-1112220-1218133270.xml TO HOME/temp.csp
0.02/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112220-1218133270.xml' 'HOME/temp.csp'
0.65/1.04	c 0	2 domains, 105 variables, 4 predicates, 0 relations, 5460 constraints
0.65/1.07	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/1.14	c 1	Parsing HOME/temp.csp
0.70/1.37	c 1	parsed 5571 expressions
0.70/1.38	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.70/1.42	c 1	MAX CSP: 5460 constraints
0.70/1.42	c 1	Converting to clausal form CSP
0.70/1.64	c 1	converted 1104 (10%) expressions
0.70/1.72	c 1	converted 2207 (20%) expressions
0.70/1.83	c 1	converted 3311 (30%) expressions
0.70/1.89	c 1	converted 4414 (40%) expressions
0.70/1.96	c 1	converted 5517 (50%) expressions
0.70/2.02	c 1	converted 6621 (60%) expressions
1.89/2.16	c 2	converted 7724 (70%) expressions
1.99/2.22	c 2	converted 8828 (80%) expressions
1.99/2.28	c 2	converted 9931 (90%) expressions
2.60/2.86	c 2	converted 11034 (100%) expressions
2.60/2.86	c 2	CSP : 11045 integers, 9915 booleans, 36264 clauses, largest domain size 10000
2.60/2.86	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.86	c 2	Propagation in CSP
3.00/3.23	c 3	5454 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.24	c 3	CSP : 11045 integers, 9915 booleans, 36264 clauses, largest domain size 10000
3.00/3.24	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.25	c 3	Simplifing CSP by introducing new Boolean variables
3.12/3.36	c 3	CSP : 11045 integers, 30763 booleans, 57112 clauses, largest domain size 10000
3.12/3.36	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.55	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.43/3.64	c 3	1105 (10%) CSP integer variables are encoded (61750 clauses, 904327 bytes)
3.43/3.65	c 3	2209 (20%) CSP integer variables are encoded (61750 clauses, 904327 bytes)
3.43/3.65	c 3	3314 (30%) CSP integer variables are encoded (61750 clauses, 904327 bytes)
3.43/3.65	c 3	4418 (40%) CSP integer variables are encoded (61750 clauses, 904327 bytes)
3.43/3.65	c 3	5523 (50%) CSP integer variables are encoded (61750 clauses, 904327 bytes)
3.52/3.72	c 3	6627 (60%) CSP integer variables are encoded (124081 clauses, 1900455 bytes)
3.52/3.75	c 3	7732 (70%) CSP integer variables are encoded (143830 clauses, 2236188 bytes)
3.52/3.77	c 3	8836 (80%) CSP integer variables are encoded (159639 clauses, 2504941 bytes)
3.52/3.78	c 3	9941 (90%) CSP integer variables are encoded (170508 clauses, 2689714 bytes)
3.63/3.80	c 3	11045 (100%) CSP integer variables are encoded (184605 clauses, 2929363 bytes)
4.43/4.70	c 4	5712 (10%) CSP clauses are encoded (649269 clauses, 12943975 bytes)
5.07/5.41	c 5	11423 (20%) CSP clauses are encoded (918328 clauses, 18983374 bytes)
5.56/5.99	c 5	17134 (30%) CSP clauses are encoded (1193645 clauses, 25316803 bytes)
6.16/6.60	c 6	22845 (40%) CSP clauses are encoded (1484848 clauses, 32044365 bytes)
6.85/7.20	c 7	28556 (50%) CSP clauses are encoded (1784087 clauses, 38971796 bytes)
7.45/7.80	c 7	34268 (60%) CSP clauses are encoded (2096249 clauses, 46219758 bytes)
8.04/8.46	c 8	39979 (70%) CSP clauses are encoded (2426020 clauses, 53900998 bytes)
8.75/9.15	c 9	45690 (80%) CSP clauses are encoded (2778343 clauses, 62125839 bytes)
51.61/53.24	c 53	51401 (90%) CSP clauses are encoded (18594884 clauses, 436814220 bytes)
91.46/94.69	c 94	57112 (100%) CSP clauses are encoded (40421458 clauses, 970914387 bytes)
91.46/94.69	c 94	57112 CSP clauses encoded
91.46/94.69	c 94	Writing map file : HOME/temp.map
91.56/94.74	c 94	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.56/94.74	c 94	SAT : 226413 SAT variables, 40421458 SAT clauses, 970914387 bytes
91.56/94.74	c 94	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
91.68/94.80	c 94	OBJECTIVE minimize _COST
91.68/94.80	c 94	OBJECTIVE BOUND: 0 <= _COST <= 
91.68/94.80	c 94	SEARCHING: _COST <= 2730
91.68/94.80	c 94	SOLVING HOME/temp.cnf
91.68/94.80	c 94	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
91.68/94.81	c 94	This is MiniSat 2.0 beta
91.68/94.81	c 94	WARNING: for repeatability, setting FPU to use double precision
91.68/94.81	c 94	============================[ Problem Statistics ]=============================
91.68/94.81	c 94	|                                                                             |
91.68/94.81	c 94	|  Number of variables:  226413                                               |
91.68/94.81	c 94	|  Number of clauses:    40421459                                             |
103.36/109.35	c ERROR INTERRUPTED
103.36/109.35	s UNKNOWN
103.36/109.35	c 109	CPU 85.23 (0.05 0.01 85.18 6.44)
103.36/109.35	c 109	END Thu Aug  7 20:23:00 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-1112220-1218133270/watcher-1112220-1218133270 -o /tmp/evaluation-result-1112220-1218133270/solver-1112220-1218133270 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112220-1218133270.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.96 1.51 0.69 3/83 12112
/proc/meminfo: memFree=1216640/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=124 CPUtime=0
/proc/12112/stat : 12112 (sugar) D 12110 12112 11954 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 140413821 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 228772083177 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12112/statm: 31 23 17 3 0 3 0

[startup+0.0093719 s]
/proc/loadavg: 1.96 1.51 0.69 3/83 12112
/proc/meminfo: memFree=1216640/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=124 CPUtime=0
/proc/12112/stat : 12112 (sugar) D 12110 12112 11954 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 140413821 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 228772083177 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12112/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.10139 s]
/proc/loadavg: 1.96 1.51 0.69 3/83 12112
/proc/meminfo: memFree=1216640/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13336 CPUtime=0.02
/proc/12112/stat : 12112 (sugar) R 12110 12112 11954 0 -1 4194304 738 0 0 0 2 0 0 0 18 0 1 0 140413821 13656064 706 996147200 4194304 4206940 548682068592 18446744073709551615 228774548193 0 0 4224 0 0 0 0 17 0 0 0
/proc/12112/statm: 3334 706 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301429 s]
/proc/loadavg: 1.96 1.51 0.69 3/83 12112
/proc/meminfo: memFree=1216640/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.03
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 140413821 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701514 s]
/proc/loadavg: 1.96 1.51 0.69 3/83 12112
/proc/meminfo: memFree=1216640/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.03
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 898 127 0 0 3 0 0 0 17 0 1 0 140413821 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 1.96 1.51 0.69 3/94 12124
/proc/meminfo: memFree=1190888/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.7
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 974 7393 0 49 3 0 60 7 15 0 1 0 140413821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13600

[startup+3.10279 s]
/proc/loadavg: 1.96 1.51 0.69 2/94 12134
/proc/meminfo: memFree=1181984/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.7
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 974 7393 0 49 3 0 60 7 15 0 1 0 140413821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 797 370 3 0 500 0
[pid=12125] ppid=12112 vsize=5356 CPUtime=0
/proc/12125/stat : 12125 (sh) S 12112 12112 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140413928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12125/statm: 1339 233 193 169 0 50 0
[pid=12126] ppid=12125 vsize=869328 CPUtime=2.2
/proc/12126/stat : 12126 (java) S 12125 12112 11954 0 -1 0 12803 0 1 0 212 8 0 0 18 0 9 0 140413929 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12126/statm: 217332 11800 2540 9 0 211907 0
[pid=12126/tid=12127] ppid=12125 vsize=869328 CPUtime=1.37
/proc/12126/task/12127/stat : 12127 (java) R 12125 12112 11954 0 -1 64 2956 0 1 0 135 2 0 0 18 0 9 0 140413930 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12128] ppid=12125 vsize=869328 CPUtime=0.59
/proc/12126/task/12128/stat : 12128 (java) S 12125 12112 11954 0 -1 64 7655 0 0 0 55 4 0 0 16 0 9 0 140413931 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12129] ppid=12125 vsize=869328 CPUtime=0
/proc/12126/task/12129/stat : 12129 (java) S 12125 12112 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140413931 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12130] ppid=12125 vsize=869328 CPUtime=0
/proc/12126/task/12130/stat : 12130 (java) S 12125 12112 11954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140413931 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12131] ppid=12125 vsize=869328 CPUtime=0
/proc/12126/task/12131/stat : 12131 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140413933 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12132] ppid=12125 vsize=869328 CPUtime=0.21
/proc/12126/task/12132/stat : 12132 (java) S 12125 12112 11954 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 140413933 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12133] ppid=12125 vsize=869328 CPUtime=0
/proc/12126/task/12133/stat : 12133 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140413933 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12134] ppid=12125 vsize=869328 CPUtime=0
/proc/12126/task/12134/stat : 12134 (java) S 12125 12112 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140413933 890191872 11800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 888284

[startup+6.30141 s]
/proc/loadavg: 1.88 1.51 0.70 2/94 12134
/proc/meminfo: memFree=1141664/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.7
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 974 7393 0 49 3 0 60 7 15 0 1 0 140413821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 797 370 3 0 500 0
[pid=12125] ppid=12112 vsize=5356 CPUtime=0
/proc/12125/stat : 12125 (sh) S 12112 12112 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140413928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12125/statm: 1339 233 193 169 0 50 0
[pid=12126] ppid=12125 vsize=869440 CPUtime=5.26
/proc/12126/stat : 12126 (java) S 12125 12112 11954 0 -1 0 15070 0 1 0 499 27 0 0 18 0 9 0 140413929 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12126/statm: 217360 13571 2565 9 0 211907 0
[pid=12126/tid=12127] ppid=12125 vsize=869440 CPUtime=4.03
/proc/12126/task/12127/stat : 12127 (java) R 12125 12112 11954 0 -1 64 3320 0 1 0 385 18 0 0 17 0 9 0 140413930 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4126890498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12128] ppid=12125 vsize=869440 CPUtime=0.91
/proc/12126/task/12128/stat : 12128 (java) S 12125 12112 11954 0 -1 64 9509 0 0 0 85 6 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12129] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12129/stat : 12129 (java) S 12125 12112 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12130] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12130/stat : 12130 (java) S 12125 12112 11954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12131] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12131/stat : 12131 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12132] ppid=12125 vsize=869440 CPUtime=0.29
/proc/12126/task/12132/stat : 12132 (java) S 12125 12112 11954 0 -1 64 1549 0 0 0 28 1 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12133] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12133/stat : 12133 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12134] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12134/stat : 12134 (java) S 12125 12112 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 888396

[startup+12.7027 s]
/proc/loadavg: 1.81 1.50 0.70 2/94 12134
/proc/meminfo: memFree=1082656/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.7
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 974 7393 0 49 3 0 60 7 16 0 1 0 140413821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 797 370 3 0 500 0
[pid=12125] ppid=12112 vsize=5356 CPUtime=0
/proc/12125/stat : 12125 (sh) S 12112 12112 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140413928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12125/statm: 1339 233 193 169 0 50 0
[pid=12126] ppid=12125 vsize=869440 CPUtime=11.63
/proc/12126/stat : 12126 (java) S 12125 12112 11954 0 -1 0 15588 0 1 0 1106 57 0 0 18 0 9 0 140413929 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12126/statm: 217360 13571 2565 9 0 211907 0
[pid=12126/tid=12127] ppid=12125 vsize=869440 CPUtime=10.23
/proc/12126/task/12127/stat : 12127 (java) R 12125 12112 11954 0 -1 64 3838 0 1 0 977 46 0 0 17 0 9 0 140413930 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4127105108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12128] ppid=12125 vsize=869440 CPUtime=1.08
/proc/12126/task/12128/stat : 12128 (java) S 12125 12112 11954 0 -1 64 9509 0 0 0 100 8 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12129] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12129/stat : 12129 (java) S 12125 12112 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12130] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12130/stat : 12130 (java) S 12125 12112 11954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12131] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12131/stat : 12131 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12132] ppid=12125 vsize=869440 CPUtime=0.29
/proc/12126/task/12132/stat : 12132 (java) S 12125 12112 11954 0 -1 64 1549 0 0 0 28 1 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12133] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12133/stat : 12133 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12134] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12134/stat : 12134 (java) S 12125 12112 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 888396

[startup+25.5012 s]
/proc/loadavg: 1.63 1.47 0.70 2/94 12134
/proc/meminfo: memFree=1008808/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.7
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 974 7393 0 49 3 0 60 7 16 0 1 0 140413821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 797 370 3 0 500 0
[pid=12125] ppid=12112 vsize=5356 CPUtime=0
/proc/12125/stat : 12125 (sh) S 12112 12112 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140413928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12125/statm: 1339 233 193 169 0 50 0
[pid=12126] ppid=12125 vsize=869440 CPUtime=24.03
/proc/12126/stat : 12126 (java) S 12125 12112 11954 0 -1 0 16438 0 1 0 2295 108 0 0 18 0 9 0 140413929 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12126/statm: 217360 13571 2565 9 0 211907 0
[pid=12126/tid=12127] ppid=12125 vsize=869440 CPUtime=22.37
/proc/12126/task/12127/stat : 12127 (java) R 12125 12112 11954 0 -1 64 4688 0 1 0 2146 91 0 0 16 0 9 0 140413930 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12128] ppid=12125 vsize=869440 CPUtime=1.34
/proc/12126/task/12128/stat : 12128 (java) S 12125 12112 11954 0 -1 64 9509 0 0 0 120 14 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12129] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12129/stat : 12129 (java) S 12125 12112 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12130] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12130/stat : 12130 (java) S 12125 12112 11954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12131] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12131/stat : 12131 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12132] ppid=12125 vsize=869440 CPUtime=0.29
/proc/12126/task/12132/stat : 12132 (java) S 12125 12112 11954 0 -1 64 1549 0 0 0 28 1 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12133] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12133/stat : 12133 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12134] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12134/stat : 12134 (java) S 12125 12112 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.73
Current children cumulated vsize (KiB) 888396

[startup+51.1023 s]
/proc/loadavg: 1.54 1.46 0.72 1/94 12134
/proc/meminfo: memFree=754792/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=13600 CPUtime=0.7
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 974 7393 0 49 3 0 60 7 16 0 1 0 140413821 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3400 797 370 3 0 500 0
[pid=12125] ppid=12112 vsize=5356 CPUtime=0
/proc/12125/stat : 12125 (sh) S 12112 12112 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140413928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12125/statm: 1339 233 193 169 0 50 0
[pid=12126] ppid=12125 vsize=869440 CPUtime=48.82
/proc/12126/stat : 12126 (java) S 12125 12112 11954 0 -1 0 18739 0 1 0 4604 278 0 0 18 0 9 0 140413929 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12126/statm: 217360 13571 2565 9 0 211907 0
[pid=12126/tid=12127] ppid=12125 vsize=869440 CPUtime=46.39
/proc/12126/task/12127/stat : 12127 (java) R 12125 12112 11954 0 -1 64 6989 0 1 0 4390 249 0 0 17 0 9 0 140413930 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4126565335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12128] ppid=12125 vsize=869440 CPUtime=2.11
/proc/12126/task/12128/stat : 12128 (java) S 12125 12112 11954 0 -1 64 9509 0 0 0 185 26 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12129] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12129/stat : 12129 (java) S 12125 12112 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12130] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12130/stat : 12130 (java) S 12125 12112 11954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140413931 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12131] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12131/stat : 12131 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12132] ppid=12125 vsize=869440 CPUtime=0.29
/proc/12126/task/12132/stat : 12132 (java) S 12125 12112 11954 0 -1 64 1549 0 0 0 28 1 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12126/tid=12133] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12133/stat : 12133 (java) S 12125 12112 11954 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12126/tid=12134] ppid=12125 vsize=869440 CPUtime=0
/proc/12126/task/12134/stat : 12134 (java) S 12125 12112 11954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140413933 890306560 13571 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.52
Current children cumulated vsize (KiB) 888396

[startup+102.306 s]
/proc/loadavg: 1.40 1.44 0.75 2/86 12136
/proc/meminfo: memFree=15728/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.68
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 1216 31064 0 50 5 1 8518 644 16 0 1 0 140413821 14602240 964 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3565 964 374 3 0 665 0
[pid=12135] ppid=12112 vsize=5356 CPUtime=0
/proc/12135/stat : 12135 (sh) S 12112 12112 11954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140423301 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12135/statm: 1339 232 193 169 0 50 0
[pid=12136] ppid=12135 vsize=589268 CPUtime=7.44
/proc/12136/stat : 12136 (minisat) R 12135 12112 11954 0 -1 4194304 142991 0 0 0 640 104 0 0 25 0 1 0 140423302 603410432 142977 996147200 134512640 135127466 4294956256 18446744073709551615 134514152 0 0 4096 3 0 0 0 17 1 0 0
/proc/12136/statm: 147317 142977 62 150 0 147164 0
Current children cumulated CPU time (s) 99.12
Current children cumulated vsize (KiB) 608884



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+109.201 s]
/proc/loadavg: 1.37 1.43 0.75 1/86 12136
/proc/meminfo: memFree=15024/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.68
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 1216 31064 0 50 5 1 8518 644 16 0 1 0 140413821 14602240 964 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3565 964 374 3 0 665 0
[pid=12135] ppid=12112 vsize=5356 CPUtime=0
/proc/12135/stat : 12135 (sh) S 12112 12112 11954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140423301 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12135/statm: 1339 232 193 169 0 50 0
[pid=12136] ppid=12135 vsize=904396 CPUtime=11.68
/proc/12136/stat : 12136 (minisat) R 12135 12112 11954 0 -1 4194304 221309 0 0 0 997 171 0 0 18 0 1 0 140423302 926101504 221295 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/12136/statm: 226099 221296 62 150 0 225946 0
Current children cumulated CPU time (s) 103.36
Current children cumulated vsize (KiB) 924012

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

[startup+109.201 s]
/proc/loadavg: 1.37 1.43 0.75 1/86 12136
/proc/meminfo: memFree=15024/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.68
/proc/12112/stat : 12112 (sugar) S 12110 12112 11954 0 -1 4194304 1216 31064 0 50 5 1 8518 644 16 0 1 0 140413821 14602240 964 996147200 4194304 4206940 548682068592 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12112/statm: 3565 964 374 3 0 665 0
[pid=12135] ppid=12112 vsize=5356 CPUtime=0
/proc/12135/stat : 12135 (sh) S 12112 12112 11954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140423301 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12135/statm: 1339 232 193 169 0 50 0
[pid=12136] ppid=12135 vsize=904396 CPUtime=11.68
/proc/12136/stat : 12136 (minisat) R 12135 12112 11954 0 -1 4194304 221309 0 0 0 997 171 0 0 18 0 1 0 140423302 926101504 221295 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/12136/statm: 226099 221296 62 150 0 225946 0
Current children cumulated CPU time (s) 103.36
Current children cumulated vsize (KiB) 924012

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

[startup+109.373 s]
/proc/loadavg: 1.37 1.43 0.75 1/86 12136
/proc/meminfo: memFree=15024/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.68
/proc/12112/stat : 12112 (sugar) R 12110 12112 11954 0 -1 4194304 1254 31341 0 50 5 1 8518 644 16 0 1 0 140413821 14602240 965 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12112/statm: 3565 965 375 3 0 665 0
Current children cumulated CPU time (s) 91.68
Current children cumulated vsize (KiB) 14260

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

[startup+109.412 s]
/proc/loadavg: 1.37 1.43 0.75 1/86 12136
/proc/meminfo: memFree=15024/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.72
/proc/12112/stat : 12112 (sugar) R 12110 12112 11954 0 -1 4194304 1254 31341 0 50 5 5 8518 644 16 0 1 0 140413821 14602240 965 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12112/statm: 3565 965 375 3 0 665 0
Current children cumulated CPU time (s) 91.72
Current children cumulated vsize (KiB) 14260

[startup+109.802 s]
/proc/loadavg: 1.37 1.43 0.75 1/86 12136
/proc/meminfo: memFree=15024/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.83
/proc/12112/stat : 12112 (sugar) R 12110 12112 11954 0 -1 4194304 1254 31341 0 50 5 16 8518 644 15 0 1 0 140413821 14602240 965 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12112/statm: 3565 965 375 3 0 665 0
Current children cumulated CPU time (s) 91.83
Current children cumulated vsize (KiB) 14260

[startup+110.202 s]
/proc/loadavg: 1.34 1.42 0.75 1/85 12137
/proc/meminfo: memFree=1218424/2055920 swapFree=4180352/4192956
[pid=12112] ppid=12110 vsize=14260 CPUtime=91.85
/proc/12112/stat : 12112 (sugar) D 12110 12112 11954 0 -1 4194304 1254 31341 0 50 5 18 8518 644 15 0 1 0 140413821 14602240 965 996147200 4194304 4206940 548682068592 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12112/statm: 3565 965 375 3 0 665 0
Current children cumulated CPU time (s) 91.85
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.68
#  lost CPU user time (s): 9.97
#  lost CPU system time (s): 1.71

Real time (s): 110.206
CPU time (s): 103.548
CPU user time (s): 95.208
CPU system time (s): 8.33999
CPU usage (%): 93.9589
Max. virtual memory (cumulated for all children) (KiB): 924012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.238
system time used= 6.62999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32625
page faults= 50
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41376
involuntary context switches= 32451

runsolver used 0.149977 second user time and 0.361944 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-08-07 20:21:10
IDJOB=1112220
IDBENCH=61381
IDSOLVER=368
FILE ID=node74/1112220-1218133270
PBS_JOBID= 8000829
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-100-5-mul.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112220-1218133270/watcher-1112220-1218133270 -o /tmp/evaluation-result-1112220-1218133270/solver-1112220-1218133270 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112220-1218133270.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 368c4b39c2d9adff7fe3e26447d96356
RANDOM SEED=1988634054

node74.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.263
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.263
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:       1217248 kB
Buffers:           932 kB
Cached:          27484 kB
SwapCached:       4632 kB
Active:         779376 kB
Inactive:         3624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1217248 kB
SwapTotal:     4192956 kB
SwapFree:      4180352 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:         771812 kB
Slab:            39328 kB
Committed_AS:   891768 kB
PageTables:       3356 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= 103240 MiB
End job on node74 at 2008-08-07 20:23:02