Trace number 1085898

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 150.14 152.751

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-0.xml
MD5SUM6c0f6900ea5b66ed7e32c3099d9a431e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.3035
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
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 07:33:47 2008
0.00/0.04	c 0	PID 27411
0.00/0.05	c 0	HOST node38.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085898-1215236027.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085898-1215236027.xml' 'HOME/temp.csp'
1.15/1.24	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	c 1	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'
1.21/1.33	c 1	Parsing HOME/temp.csp
1.21/1.77	c 2	parsed 10000 expressions
1.21/1.83	c 2	parsed 12317 expressions
1.21/1.83	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.83	c 2	Converting to clausal form CSP
2.72/2.86	c 3	converted 1232 (10%) expressions
5.79/5.92	c 6	converted 2464 (20%) expressions
8.37/8.52	c 8	converted 3696 (30%) expressions
9.94/10.10	c 10	converted 4927 (40%) expressions
11.93/12.18	c 12	converted 6159 (50%) expressions
13.62/13.83	c 14	converted 7391 (60%) expressions
15.21/15.41	c 15	converted 8622 (70%) expressions
16.59/16.90	c 17	converted 9854 (80%) expressions
18.96/19.26	c 19	converted 11086 (90%) expressions
20.55/20.86	c 21	converted 12317 (100%) expressions
20.55/20.86	c 21	CSP : 1797 integers, 32936 booleans, 69412 clauses, largest domain size 2741
20.55/20.86	c 21	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.55/20.86	c 21	Propagation in CSP
21.33/21.64	c 21	5940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.33/21.65	c 21	CSP : 1797 integers, 32936 booleans, 69412 clauses, largest domain size 2741
21.33/21.65	c 21	Heap : 121 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.33/21.70	c 22	Simplifing CSP by introducing new Boolean variables
21.54/21.83	c 22	CSP : 1797 integers, 55410 booleans, 91886 clauses, largest domain size 2741
21.54/21.83	c 22	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.33/22.65	c 23	Encoding CSP to SAT : HOME/temp.cnf
23.22/23.52	c 23	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
24.11/24.42	c 24	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
25.00/25.34	c 25	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
25.90/26.21	c 26	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
26.68/27.01	c 27	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
26.98/27.40	c 27	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
27.37/27.76	c 28	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
27.77/28.16	c 28	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
28.17/28.56	c 28	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
28.56/28.92	c 29	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
56.32/57.01	c 57	9189 (10%) CSP clauses are encoded (5723670 clauses, 119529762 bytes)
74.22/75.12	c 75	18378 (20%) CSP clauses are encoded (9058387 clauses, 198913869 bytes)
86.93/88.05	c 88	27566 (30%) CSP clauses are encoded (11734152 clauses, 264796608 bytes)
96.46/97.78	c 98	36755 (40%) CSP clauses are encoded (14221440 clauses, 328544174 bytes)
104.86/106.69	c 107	45943 (50%) CSP clauses are encoded (16691972 clauses, 392576699 bytes)
112.33/114.22	c 114	55132 (60%) CSP clauses are encoded (18941624 clauses, 450893551 bytes)
118.98/121.09	c 121	64321 (70%) CSP clauses are encoded (20978034 clauses, 503243769 bytes)
125.85/128.04	c 128	73509 (80%) CSP clauses are encoded (23105073 clauses, 558828691 bytes)
132.40/134.77	c 135	82698 (90%) CSP clauses are encoded (25122854 clauses, 611722179 bytes)
138.58/141.08	c 141	91886 (100%) CSP clauses are encoded (27019308 clauses, 661548476 bytes)
138.58/141.08	c 141	91886 CSP clauses encoded
138.58/141.08	c 141	Writing map file : HOME/temp.map
138.68/141.15	c 141	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
138.68/141.15	c 141	SAT : 1709703 SAT variables, 27019308 SAT clauses, 661548476 bytes
138.68/141.15	c 141	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
138.68/141.19	c 141	SOLVING HOME/temp.cnf
138.68/141.19	c 141	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
138.76/141.20	c 141	This is MiniSat 2.0 beta
138.76/141.20	c 141	WARNING: for repeatability, setting FPU to use double precision
138.76/141.20	c 141	============================[ Problem Statistics ]=============================
138.76/141.20	c 141	|                                                                             |
138.76/141.20	c 141	|  Number of variables:  1709703                                              |
138.76/141.20	c 141	|  Number of clauses:    27019308                                             |
150.03/152.61	c ERROR INTERRUPTED
150.14/152.75	s UNKNOWN
150.14/152.75	c 153	CPU 134.54 (0.03 0.01 134.51 4.23)
150.14/152.75	c 153	END Sat Jul  5 07:36:20 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1085898-1215236027/watcher-1085898-1215236027 -o /tmp/evaluation-result-1085898-1215236027/solver-1085898-1215236027 -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-1085898-1215236027.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.00 2.00 4/73 27411
/proc/meminfo: memFree=1629152/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=12268 CPUtime=0
/proc/27411/stat : 27411 (sugar) R 27409 27411 26847 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1553273089 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27411/statm: 3067 316 241 3 0 167 0

[startup+0.057251 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27411
/proc/meminfo: memFree=1629152/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=0.03
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553273089 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102184 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27411
/proc/meminfo: memFree=1629152/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=0.03
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553273089 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302203 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27411
/proc/meminfo: memFree=1629152/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=0.03
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553273089 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702253 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27411
/proc/meminfo: memFree=1629152/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=0.03
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553273089 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27423
/proc/meminfo: memFree=1605384/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.21
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 973 9999 0 1 2 1 112 6 16 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13600

[startup+3.10152 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27433
/proc/meminfo: memFree=1613376/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.21
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 974 9999 0 1 2 1 112 6 16 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
[pid=27424] ppid=27411 vsize=5356 CPUtime=0
/proc/27424/stat : 27424 (sh) S 27411 27411 26847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553273215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27424/statm: 1339 233 193 169 0 50 0
[pid=27425] ppid=27424 vsize=868392 CPUtime=1.81
/proc/27425/stat : 27425 (java) S 27424 27411 26847 0 -1 0 8714 0 1 0 176 5 0 0 18 0 9 0 1553273215 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27425/statm: 217098 7809 2541 9 0 211673 0
[pid=27425/tid=27426] ppid=27424 vsize=868392 CPUtime=1.34
/proc/27425/task/27426/stat : 27426 (java) R 27424 27411 26847 0 -1 64 2689 0 1 0 132 2 0 0 25 0 9 0 1553273216 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4126428754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27427] ppid=27424 vsize=868392 CPUtime=0.25
/proc/27425/task/27427/stat : 27427 (java) S 27424 27411 26847 0 -1 64 3868 0 0 0 24 1 0 0 16 0 9 0 1553273217 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27428] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27428/stat : 27428 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553273217 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27429] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27429/stat : 27429 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553273217 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27430] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27430/stat : 27430 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553273219 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27431] ppid=27424 vsize=868392 CPUtime=0.18
/proc/27425/task/27431/stat : 27431 (java) S 27424 27411 26847 0 -1 64 1460 0 0 0 18 0 0 0 16 0 9 0 1553273219 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27432] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27432/stat : 27432 (java) S 27424 27411 26847 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553273219 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27433] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27433/stat : 27433 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553273219 889233408 7809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887348

[startup+6.30288 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27433
/proc/meminfo: memFree=1593600/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.21
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 974 9999 0 1 2 1 112 6 16 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
[pid=27424] ppid=27411 vsize=5356 CPUtime=0
/proc/27424/stat : 27424 (sh) S 27411 27411 26847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553273215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27424/statm: 1339 233 193 169 0 50 0
[pid=27425] ppid=27424 vsize=868392 CPUtime=4.97
/proc/27425/stat : 27425 (java) S 27424 27411 26847 0 -1 0 12881 0 1 0 489 8 0 0 18 0 9 0 1553273215 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27425/statm: 217098 11806 2540 9 0 211673 0
[pid=27425/tid=27426] ppid=27424 vsize=868392 CPUtime=4.01
/proc/27425/task/27426/stat : 27426 (java) R 27424 27411 26847 0 -1 64 3052 0 1 0 398 3 0 0 25 0 9 0 1553273216 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4126568234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27427] ppid=27424 vsize=868392 CPUtime=0.74
/proc/27425/task/27427/stat : 27427 (java) S 27424 27411 26847 0 -1 64 7664 0 0 0 70 4 0 0 16 0 9 0 1553273217 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27428] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27428/stat : 27428 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553273217 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27429] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27429/stat : 27429 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553273217 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27430] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27430/stat : 27430 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553273219 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27431] ppid=27424 vsize=868392 CPUtime=0.2
/proc/27425/task/27431/stat : 27431 (java) S 27424 27411 26847 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 1553273219 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27432] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27432/stat : 27432 (java) S 27424 27411 26847 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553273219 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27433] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27433/stat : 27433 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553273219 889233408 11806 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887348

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27433
/proc/meminfo: memFree=1547208/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.22
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 974 9999 0 1 3 1 112 6 16 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
[pid=27424] ppid=27411 vsize=5356 CPUtime=0
/proc/27424/stat : 27424 (sh) S 27411 27411 26847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553273215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27424/statm: 1339 233 193 169 0 50 0
[pid=27425] ppid=27424 vsize=868392 CPUtime=11.31
/proc/27425/stat : 27425 (java) S 27424 27411 26847 0 -1 0 29796 0 1 0 1114 17 0 0 18 0 9 0 1553273215 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27425/statm: 217098 20894 2540 9 0 211673 0
[pid=27425/tid=27426] ppid=27424 vsize=868392 CPUtime=9.01
/proc/27425/task/27426/stat : 27426 (java) R 27424 27411 26847 0 -1 64 3815 0 1 0 897 4 0 0 25 0 9 0 1553273216 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4125952085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27427] ppid=27424 vsize=868392 CPUtime=2.06
/proc/27425/task/27427/stat : 27427 (java) S 27424 27411 26847 0 -1 64 23816 0 0 0 195 11 0 0 16 0 9 0 1553273217 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27428] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27428/stat : 27428 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553273217 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27429] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27429/stat : 27429 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553273217 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27430] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27430/stat : 27430 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553273219 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27431] ppid=27424 vsize=868392 CPUtime=0.2
/proc/27425/task/27431/stat : 27431 (java) S 27424 27411 26847 0 -1 64 1468 0 0 0 20 0 0 0 16 0 9 0 1553273219 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27432] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27432/stat : 27432 (java) S 27424 27411 26847 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553273219 889233408 20894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27433] ppid=27424 vsize=868392 CPUtime=0
/proc/27425/task/27433/stat : 27433 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553273219 889233408 20894 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) 887348

[startup+25.502 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 27433
/proc/meminfo: memFree=1486792/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.22
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 974 9999 0 1 3 1 112 6 16 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
[pid=27424] ppid=27411 vsize=5356 CPUtime=0
/proc/27424/stat : 27424 (sh) S 27411 27411 26847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553273215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27424/statm: 1339 233 193 169 0 50 0
[pid=27425] ppid=27424 vsize=868504 CPUtime=23.97
/proc/27425/stat : 27425 (java) S 27424 27411 26847 0 -1 0 51975 0 1 0 2370 27 0 0 18 0 9 0 1553273215 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27425/statm: 217126 36857 2566 9 0 211673 0
[pid=27425/tid=27426] ppid=27424 vsize=868504 CPUtime=19.21
/proc/27425/task/27426/stat : 27426 (java) R 27424 27411 26847 0 -1 64 4628 0 1 0 1915 6 0 0 25 0 9 0 1553273216 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4126566887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27427] ppid=27424 vsize=868504 CPUtime=4.48
/proc/27425/task/27427/stat : 27427 (java) S 27424 27411 26847 0 -1 64 45149 0 0 0 429 19 0 0 16 0 9 0 1553273217 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27428] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27428/stat : 27428 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553273217 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27429] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27429/stat : 27429 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553273217 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27430] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27430/stat : 27430 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553273219 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27431] ppid=27424 vsize=868504 CPUtime=0.25
/proc/27425/task/27431/stat : 27431 (java) S 27424 27411 26847 0 -1 64 1501 0 0 0 25 0 0 0 15 0 9 0 1553273219 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27432] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27432/stat : 27432 (java) S 27424 27411 26847 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553273219 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27433] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27433/stat : 27433 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553273219 889348096 36857 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887460

[startup+51.1029 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 27435
/proc/meminfo: memFree=1391688/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.22
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 974 9999 0 1 3 1 112 6 15 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
[pid=27424] ppid=27411 vsize=5356 CPUtime=0
/proc/27424/stat : 27424 (sh) S 27411 27411 26847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553273215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27424/statm: 1339 233 193 169 0 50 0
[pid=27425] ppid=27424 vsize=868504 CPUtime=49.29
/proc/27425/stat : 27425 (java) S 27424 27411 26847 0 -1 0 52202 0 1 0 4844 85 0 0 18 0 9 0 1553273215 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27425/statm: 217126 36876 2566 9 0 211673 0
[pid=27425/tid=27426] ppid=27424 vsize=868504 CPUtime=44.33
/proc/27425/task/27426/stat : 27426 (java) R 27424 27411 26847 0 -1 64 4837 0 1 0 4371 62 0 0 25 0 9 0 1553273216 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4127021224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27427] ppid=27424 vsize=868504 CPUtime=4.62
/proc/27425/task/27427/stat : 27427 (java) S 27424 27411 26847 0 -1 64 45149 0 0 0 442 20 0 0 16 0 9 0 1553273217 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27428] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27428/stat : 27428 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553273217 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27429] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27429/stat : 27429 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553273217 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27430] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27430/stat : 27430 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553273219 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27431] ppid=27424 vsize=868504 CPUtime=0.3
/proc/27425/task/27431/stat : 27431 (java) S 27424 27411 26847 0 -1 64 1519 0 0 0 29 1 0 0 16 0 9 0 1553273219 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27432] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27432/stat : 27432 (java) S 27424 27411 26847 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553273219 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27433] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27433/stat : 27433 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553273219 889348096 36876 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 887460

[startup+102.308 s]
/proc/loadavg: 2.09 2.03 2.00 3/84 27435
/proc/meminfo: memFree=1128904/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=1.22
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 974 9999 0 1 3 1 112 6 16 0 1 0 1553273089 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 797 370 3 0 500 0
[pid=27424] ppid=27411 vsize=5356 CPUtime=0
/proc/27424/stat : 27424 (sh) S 27411 27411 26847 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553273215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27424/statm: 1339 233 193 169 0 50 0
[pid=27425] ppid=27424 vsize=868504 CPUtime=99.76
/proc/27425/stat : 27425 (java) S 27424 27411 26847 0 -1 0 52724 0 1 0 9744 232 0 0 18 0 9 0 1553273215 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27425/statm: 217126 36877 2566 9 0 211673 0
[pid=27425/tid=27426] ppid=27424 vsize=868504 CPUtime=94.44
/proc/27425/task/27426/stat : 27426 (java) R 27424 27411 26847 0 -1 64 5358 0 1 0 9238 206 0 0 25 0 9 0 1553273216 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4126603382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27427] ppid=27424 vsize=868504 CPUtime=5
/proc/27425/task/27427/stat : 27427 (java) S 27424 27411 26847 0 -1 64 45149 0 0 0 476 24 0 0 16 0 9 0 1553273217 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27428] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27428/stat : 27428 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1553273217 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27429] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27429/stat : 27429 (java) S 27424 27411 26847 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1553273217 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27430] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27430/stat : 27430 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553273219 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27431] ppid=27424 vsize=868504 CPUtime=0.3
/proc/27425/task/27431/stat : 27431 (java) S 27424 27411 26847 0 -1 64 1520 0 0 0 29 1 0 0 16 0 9 0 1553273219 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27432] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27432/stat : 27432 (java) S 27424 27411 26847 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553273219 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27425/tid=27433] ppid=27424 vsize=868504 CPUtime=0
/proc/27425/task/27433/stat : 27433 (java) S 27424 27411 26847 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553273219 889348096 36877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+152.601 s]
/proc/loadavg: 2.09 2.03 2.00 3/76 27437
/proc/meminfo: memFree=104392/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=138.76
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 1033 63599 0 2 3 1 13450 422 16 0 1 0 1553273089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 799 370 3 0 500 0
[pid=27436] ppid=27411 vsize=5356 CPUtime=0
/proc/27436/stat : 27436 (sh) S 27411 27411 26847 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553287209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27436/statm: 1339 232 193 169 0 50 0
[pid=27437] ppid=27436 vsize=906232 CPUtime=11.27
/proc/27437/stat : 27437 (minisat) R 27436 27411 26847 0 -1 4194304 214352 0 0 0 992 135 0 0 25 0 1 0 1553287209 927981568 214338 996147200 134512640 135127466 4294956256 18446744073709551615 134703088 0 0 4096 3 0 0 0 17 1 0 0
/proc/27437/statm: 226558 214338 62 150 0 226405 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (KiB) 925188

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

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

[startup+152.72 s]
/proc/loadavg: 2.09 2.03 2.00 3/76 27437
/proc/meminfo: memFree=104392/2055920 swapFree=4112768/4192956
[pid=27411] ppid=27409 vsize=13600 CPUtime=138.76
/proc/27411/stat : 27411 (sugar) S 27409 27411 26847 0 -1 4194304 1045 63599 0 2 3 1 13450 422 16 0 1 0 1553273089 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27411/statm: 3400 799 370 3 0 500 0
[pid=27436] ppid=27411 vsize=0 CPUtime=0
/proc/27436/stat : 27436 (sh) Z 27411 27411 26847 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1553287209 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27436/statm: 0 0 0 0 0 0 0
[pid=27437] ppid=1 vsize=0 CPUtime=11.38
/proc/27437/stat : 27437 (minisat) R 1 27411 26847 0 -1 4195332 214352 0 0 0 992 146 0 0 25 0 1 0 1553287209 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/27437/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 150.14
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27411 and gives
#  childrusage.ru_utime.tv_sec=134
#  childrusage.ru_utime.tv_usec=547545
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=251353
# CPU time returned by wait4() is 138.799
# while last known CPU time is 150.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 152.751
CPU time (s): 150.14
CPU user time (s): 144.45
CPU system time (s): 5.69
CPU usage (%): 98.2908
Max. virtual memory (cumulated for all children) (KiB): 925188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.548
system time used= 4.25135
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64977
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= 17670
involuntary context switches= 20708

runsolver used 0.197969 second user time and 0.536918 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 07:33:47
IDJOB=1085898
IDBENCH=57720
IDSOLVER=346
FILE ID=node38/1085898-1215236027
PBS_JOBID= 7881933
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-0.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-1085898-1215236027/watcher-1085898-1215236027 -o /tmp/evaluation-result-1085898-1215236027/solver-1085898-1215236027 -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-1085898-1215236027.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0f6900ea5b66ed7e32c3099d9a431e
RANDOM SEED=2146397489

node38.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.223
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.223
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:       1629632 kB
Buffers:         49548 kB
Cached:         207244 kB
SwapCached:      74232 kB
Active:         277740 kB
Inactive:        93628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1629632 kB
SwapTotal:     4192956 kB
SwapFree:      4112768 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:         121136 kB
Slab:            39900 kB
Committed_AS:  3035340 kB
PageTables:       2080 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node38 at 2008-07-05 07:36:21