Trace number 2083446

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.14.6+minisat? (MO) 126.09 128.246

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-7.xml
MD5SUMf7a160e85c0f22f460747e3f10500acd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints8684
Maximum constraint arity2
Maximum domain size498
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8684
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:43:20 2009
0.00/0.08	c 0	PID 26204
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083446-1247377400.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083446-1247377400.xml' 'HOME/temp.csp'
0.97/1.10	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
1.06/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.13	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.07/1.20	c 1	Parsing HOME/temp.csp
1.07/1.38	c 1	parsed 9353 expressions
1.07/1.39	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.39	c 1	Converting to clausal form CSP
2.12/2.23	c 2	converted 936 (10%) expressions
3.80/3.98	c 4	converted 1871 (20%) expressions
5.19/5.39	c 5	converted 2806 (30%) expressions
6.57/6.73	c 7	converted 3742 (40%) expressions
7.75/7.95	c 8	converted 4677 (50%) expressions
8.85/9.06	c 9	converted 5612 (60%) expressions
10.23/10.43	c 10	converted 6548 (70%) expressions
11.32/11.50	c 11	converted 7483 (80%) expressions
12.31/12.53	c 13	converted 8418 (90%) expressions
13.31/13.56	c 14	converted 9353 (100%) expressions
13.31/13.56	c 14	CSP : 1292 integers, 24789 booleans, 52634 clauses, largest domain size 3209
13.31/13.56	c 14	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.31/13.56	c 14	Propagation in CSP
13.90/14.14	c 14	164 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.90/14.14	c 14	CSP : 1292 integers, 24789 booleans, 52634 clauses, largest domain size 3209
13.90/14.14	c 14	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.90/14.17	c 14	Simplifing CSP by introducing new Boolean variables
14.29/14.58	c 15	CSP : 1292 integers, 41905 booleans, 69750 clauses, largest domain size 3209
14.29/14.58	c 15	Heap : 55 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.69/14.97	c 15	Encoding CSP to SAT : HOME/temp.cnf
16.07/16.38	c 16	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
17.46/17.70	c 18	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.75/19.03	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
20.03/20.32	c 20	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
21.22/21.54	c 22	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.72/22.03	c 22	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
22.12/22.45	c 22	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
22.51/22.88	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
22.90/23.25	c 23	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
23.30/23.61	c 24	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
34.44/34.94	c 35	6975 (10%) CSP clauses are encoded (3968814 clauses, 85498502 bytes)
44.53/45.19	c 45	13950 (20%) CSP clauses are encoded (6292845 clauses, 145284277 bytes)
53.75/54.60	c 55	20925 (30%) CSP clauses are encoded (8569007 clauses, 204237589 bytes)
63.20/64.29	c 64	27900 (40%) CSP clauses are encoded (10922454 clauses, 265556929 bytes)
73.20/74.49	c 74	34875 (50%) CSP clauses are encoded (13583298 clauses, 335552562 bytes)
80.77/82.12	c 82	41850 (60%) CSP clauses are encoded (15674006 clauses, 390068160 bytes)
89.41/90.98	c 91	48825 (70%) CSP clauses are encoded (17887662 clauses, 447717165 bytes)
97.37/99.04	c 99	55800 (80%) CSP clauses are encoded (20066844 clauses, 504611474 bytes)
106.40/108.22	c 108	62775 (90%) CSP clauses are encoded (22523850 clauses, 569061398 bytes)
114.54/116.53	c 117	69750 (100%) CSP clauses are encoded (24781304 clauses, 628101165 bytes)
114.54/116.53	c 117	69750 CSP clauses encoded
114.54/116.53	c 117	Writing map file : HOME/temp.map
114.63/116.61	c 117	Heap : 55 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
114.63/116.61	c 117	SAT : 1858643 SAT variables, 24781304 SAT clauses, 628101165 bytes
114.63/116.61	c 117	Heap : 55 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
114.63/116.66	c 117	SOLVING HOME/temp.cnf
114.63/116.66	c 117	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
114.63/116.67	c 117	This is MiniSat 2.0 beta
114.63/116.67	c 117	WARNING: for repeatability, setting FPU to use double precision
114.63/116.67	c 117	============================[ Problem Statistics ]=============================
114.63/116.67	c 117	|                                                                             |
114.63/116.67	c 117	|  Number of variables:  1858643                                              |
114.63/116.67	c 117	|  Number of clauses:    24781304                                             |
125.98/128.12	c ERROR INTERRUPTED
126.09/128.24	s UNKNOWN
126.09/128.24	c 128	CPU 114.68 (0.06 0.02 110.41 4.19)
126.09/128.24	c 128	END Sun Jul 12 07:45:28 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083446-1247377400/watcher-2083446-1247377400 -o /tmp/evaluation-result-2083446-1247377400/solver-2083446-1247377400 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083446-1247377400.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.09 2.08 4/72 26204
/proc/meminfo: memFree=1824544/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=12000 CPUtime=0
/proc/26204/stat : 26204 (sugar) R 26202 26204 20738 0 -1 4194304 206 0 0 0 0 0 0 0 22 0 1 0 24807385 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 244691564486 0 0 4224 0 0 0 0 17 1 0 0
/proc/26204/statm: 3000 174 135 3 0 100 0

[startup+0.0854029 s]
/proc/loadavg: 2.01 2.09 2.08 4/72 26204
/proc/meminfo: memFree=1824544/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=0.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102408 s]
/proc/loadavg: 2.01 2.09 2.08 4/72 26204
/proc/meminfo: memFree=1824544/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=0.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302422 s]
/proc/loadavg: 2.01 2.09 2.08 4/72 26204
/proc/meminfo: memFree=1824544/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=0.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702469 s]
/proc/loadavg: 2.01 2.09 2.08 4/72 26204
/proc/meminfo: memFree=1824544/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=0.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50157 s]
/proc/loadavg: 2.01 2.09 2.08 3/83 26216
/proc/meminfo: memFree=1801736/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1309 8846 0 1 5 2 96 4 15 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10204 s]
/proc/loadavg: 2.01 2.09 2.08 3/83 26226
/proc/meminfo: memFree=1804424/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1309 8846 0 1 5 2 96 4 15 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
[pid=26217] ppid=26204 vsize=5356 CPUtime=0
/proc/26217/stat : 26217 (sh) S 26204 26204 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807498 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26217/statm: 1339 233 193 169 0 50 0
[pid=26218] ppid=26217 vsize=868596 CPUtime=1.94
/proc/26218/stat : 26218 (java) S 26217 26204 20738 0 -1 0 8214 0 1 0 188 6 0 0 18 0 9 0 24807498 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26218/statm: 217149 7304 2566 9 0 211654 0
[pid=26218/tid=26219] ppid=26217 vsize=868596 CPUtime=1.51
/proc/26218/task/26219/stat : 26219 (java) R 26217 26204 20738 0 -1 64 2817 0 1 0 149 2 0 0 25 0 9 0 24807499 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26220] ppid=26217 vsize=868596 CPUtime=0.23
/proc/26218/task/26220/stat : 26220 (java) S 26217 26204 20738 0 -1 64 3253 0 0 0 21 2 0 0 15 0 9 0 24807500 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26221] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26221/stat : 26221 (java) S 26217 26204 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24807500 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26222] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26222/stat : 26222 (java) S 26217 26204 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24807500 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26223] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26223/stat : 26223 (java) S 26217 26204 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24807503 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26224] ppid=26217 vsize=868596 CPUtime=0.17
/proc/26218/task/26224/stat : 26224 (java) S 26217 26204 20738 0 -1 64 1445 0 0 0 17 0 0 0 15 0 9 0 24807503 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26225] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26225/stat : 26225 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807503 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26226] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26226/stat : 26226 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807503 889442304 7304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890820

[startup+6.30296 s]
/proc/loadavg: 2.01 2.08 2.08 3/83 26226
/proc/meminfo: memFree=1793352/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1309 8846 0 1 5 2 96 4 16 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
[pid=26217] ppid=26204 vsize=5356 CPUtime=0
/proc/26217/stat : 26217 (sh) S 26204 26204 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807498 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26217/statm: 1339 233 193 169 0 50 0
[pid=26218] ppid=26217 vsize=868596 CPUtime=5.11
/proc/26218/stat : 26218 (java) S 26217 26204 20738 0 -1 0 11400 0 1 0 502 9 0 0 18 0 9 0 24807498 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26218/statm: 217149 10189 2566 9 0 211654 0
[pid=26218/tid=26219] ppid=26217 vsize=868596 CPUtime=4.33
/proc/26218/task/26219/stat : 26219 (java) R 26217 26204 20738 0 -1 64 3199 0 1 0 430 3 0 0 25 0 9 0 24807499 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26220] ppid=26217 vsize=868596 CPUtime=0.55
/proc/26218/task/26220/stat : 26220 (java) S 26217 26204 20738 0 -1 64 6052 0 0 0 52 3 0 0 15 0 9 0 24807500 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26221] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26221/stat : 26221 (java) S 26217 26204 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24807500 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26222] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26222/stat : 26222 (java) S 26217 26204 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24807500 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26223] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26223/stat : 26223 (java) S 26217 26204 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24807503 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26224] ppid=26217 vsize=868596 CPUtime=0.18
/proc/26218/task/26224/stat : 26224 (java) S 26217 26204 20738 0 -1 64 1450 0 0 0 18 0 0 0 15 0 9 0 24807503 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26225] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26225/stat : 26225 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807503 889442304 10189 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26226] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26226/stat : 26226 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807503 889442304 10189 996147200 134512640 134550932 4294955936 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) 890820

[startup+12.7027 s]
/proc/loadavg: 2.01 2.08 2.08 3/83 26226
/proc/meminfo: memFree=1764232/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1309 8846 0 1 5 2 96 4 16 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
[pid=26217] ppid=26204 vsize=5356 CPUtime=0
/proc/26217/stat : 26217 (sh) S 26204 26204 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807498 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26217/statm: 1339 233 193 169 0 50 0
[pid=26218] ppid=26217 vsize=868596 CPUtime=11.44
/proc/26218/stat : 26218 (java) S 26217 26204 20738 0 -1 0 21653 0 1 0 1128 16 0 0 18 0 9 0 24807498 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26218/statm: 217149 17313 2569 9 0 211654 0
[pid=26218/tid=26219] ppid=26217 vsize=868596 CPUtime=9.72
/proc/26218/task/26219/stat : 26219 (java) R 26217 26204 20738 0 -1 64 3802 0 1 0 968 4 0 0 25 0 9 0 24807499 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4126507832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26220] ppid=26217 vsize=868596 CPUtime=1.5
/proc/26218/task/26220/stat : 26220 (java) S 26217 26204 20738 0 -1 64 15698 0 0 0 140 10 0 0 16 0 9 0 24807500 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26221] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26221/stat : 26221 (java) S 26217 26204 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24807500 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26222] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26222/stat : 26222 (java) S 26217 26204 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24807500 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26223] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26223/stat : 26223 (java) S 26217 26204 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24807503 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26224] ppid=26217 vsize=868596 CPUtime=0.19
/proc/26218/task/26224/stat : 26224 (java) S 26217 26204 20738 0 -1 64 1454 0 0 0 19 0 0 0 16 0 9 0 24807503 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26225] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26225/stat : 26225 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807503 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26226] ppid=26217 vsize=868596 CPUtime=0
/proc/26218/task/26226/stat : 26226 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807503 889442304 17313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890820

[startup+25.5021 s]
/proc/loadavg: 2.01 2.08 2.08 3/83 26226
/proc/meminfo: memFree=1714056/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1310 8846 0 1 5 2 96 4 16 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
[pid=26217] ppid=26204 vsize=5356 CPUtime=0
/proc/26217/stat : 26217 (sh) S 26204 26204 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807498 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26217/statm: 1339 233 193 169 0 50 0
[pid=26218] ppid=26217 vsize=868708 CPUtime=24.1
/proc/26218/stat : 26218 (java) S 26217 26204 20738 0 -1 0 26409 0 1 0 2369 41 0 0 18 0 9 0 24807498 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26218/statm: 217177 19920 2593 9 0 211654 0
[pid=26218/tid=26219] ppid=26217 vsize=868708 CPUtime=21.41
/proc/26218/task/26219/stat : 26219 (java) R 26217 26204 20738 0 -1 64 4435 0 1 0 2115 26 0 0 25 0 9 0 24807499 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4126544318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26220] ppid=26217 vsize=868708 CPUtime=2.4
/proc/26218/task/26220/stat : 26220 (java) S 26217 26204 20738 0 -1 64 19775 0 0 0 227 13 0 0 16 0 9 0 24807500 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26221] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26221/stat : 26221 (java) S 26217 26204 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24807500 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26222] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26222/stat : 26222 (java) S 26217 26204 20738 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24807500 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26223] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26223/stat : 26223 (java) S 26217 26204 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24807503 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26224] ppid=26217 vsize=868708 CPUtime=0.27
/proc/26218/task/26224/stat : 26224 (java) S 26217 26204 20738 0 -1 64 1500 0 0 0 26 1 0 0 15 0 9 0 24807503 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26225] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26225/stat : 26225 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807503 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26226] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26226/stat : 26226 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807503 889556992 19920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890932

[startup+51.1027 s]
/proc/loadavg: 2.00 2.07 2.08 3/83 26226
/proc/meminfo: memFree=1575432/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1310 8846 0 1 5 2 96 4 16 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
[pid=26217] ppid=26204 vsize=5356 CPUtime=0
/proc/26217/stat : 26217 (sh) S 26204 26204 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807498 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26217/statm: 1339 233 193 169 0 50 0
[pid=26218] ppid=26217 vsize=868708 CPUtime=49.22
/proc/26218/stat : 26218 (java) S 26217 26204 20738 0 -1 0 26978 0 1 0 4793 129 0 0 18 0 9 0 24807498 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26218/statm: 217177 19927 2593 9 0 211654 0
[pid=26218/tid=26219] ppid=26217 vsize=868708 CPUtime=46.19
/proc/26218/task/26219/stat : 26219 (java) R 26217 26204 20738 0 -1 64 4997 0 1 0 4510 109 0 0 25 0 9 0 24807499 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4126544310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26220] ppid=26217 vsize=868708 CPUtime=2.72
/proc/26218/task/26220/stat : 26220 (java) S 26217 26204 20738 0 -1 64 19775 0 0 0 255 17 0 0 16 0 9 0 24807500 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26221] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26221/stat : 26221 (java) S 26217 26204 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24807500 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26222] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26222/stat : 26222 (java) S 26217 26204 20738 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24807500 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26223] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26223/stat : 26223 (java) S 26217 26204 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26224] ppid=26217 vsize=868708 CPUtime=0.28
/proc/26218/task/26224/stat : 26224 (java) S 26217 26204 20738 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26225] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26225/stat : 26225 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26226] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26226/stat : 26226 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 890932

[startup+102.307 s]
/proc/loadavg: 2.10 2.09 2.08 3/83 26226
/proc/meminfo: memFree=1224776/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=1.07
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1310 8846 0 1 5 2 96 4 16 0 1 0 24807385 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1111 409 3 0 796 0
[pid=26217] ppid=26204 vsize=5356 CPUtime=0
/proc/26217/stat : 26217 (sh) S 26204 26204 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24807498 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26217/statm: 1339 233 193 169 0 50 0
[pid=26218] ppid=26217 vsize=868708 CPUtime=99.54
/proc/26218/stat : 26218 (java) S 26217 26204 20738 0 -1 0 28306 0 1 0 9608 346 0 0 18 0 9 0 24807498 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26218/statm: 217177 19927 2593 9 0 211654 0
[pid=26218/tid=26219] ppid=26217 vsize=868708 CPUtime=95.77
/proc/26218/task/26219/stat : 26219 (java) R 26217 26204 20738 0 -1 64 6325 0 1 0 9260 317 0 0 25 0 9 0 24807499 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4126839895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26220] ppid=26217 vsize=868708 CPUtime=3.45
/proc/26218/task/26220/stat : 26220 (java) S 26217 26204 20738 0 -1 64 19775 0 0 0 319 26 0 0 16 0 9 0 24807500 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26221] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26221/stat : 26221 (java) S 26217 26204 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24807500 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26222] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26222/stat : 26222 (java) S 26217 26204 20738 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24807500 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26223] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26223/stat : 26223 (java) S 26217 26204 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26224] ppid=26217 vsize=868708 CPUtime=0.28
/proc/26218/task/26224/stat : 26224 (java) S 26217 26204 20738 0 -1 64 1507 0 0 0 27 1 0 0 16 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26225] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26225/stat : 26225 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26218/tid=26226] ppid=26217 vsize=868708 CPUtime=0
/proc/26218/task/26226/stat : 26226 (java) S 26217 26204 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24807503 889556992 19927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.61
Current children cumulated vsize (KiB) 890932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+128.103 s]
/proc/loadavg: 2.24 2.12 2.09 3/75 26228
/proc/meminfo: memFree=354952/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=114.67
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1377 37854 0 2 6 2 11041 418 16 0 1 0 24807385 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1114 409 3 0 796 0
[pid=26227] ppid=26204 vsize=5356 CPUtime=0
/proc/26227/stat : 26227 (sh) S 26204 26204 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24819051 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26227/statm: 1339 232 193 169 0 50 0
[pid=26228] ppid=26227 vsize=900224 CPUtime=11.31
/proc/26228/stat : 26228 (minisat) R 26227 26204 20738 0 -1 4194304 208856 0 0 0 994 137 0 0 25 0 1 0 24819052 921829376 208842 996147200 134512640 135127466 4294956256 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/26228/statm: 225056 208842 62 150 0 224903 0
Current children cumulated CPU time (s) 125.98
Current children cumulated vsize (KiB) 922448

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

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

[startup+128.222 s]
/proc/loadavg: 2.24 2.12 2.09 3/75 26228
/proc/meminfo: memFree=354952/2055920 swapFree=4192812/4192956
[pid=26204] ppid=26202 vsize=16868 CPUtime=114.67
/proc/26204/stat : 26204 (sugar) S 26202 26204 20738 0 -1 4194304 1399 37854 0 2 6 2 11041 418 16 0 1 0 24807385 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26204/statm: 4217 1114 409 3 0 796 0
[pid=26227] ppid=26204 vsize=0 CPUtime=0
/proc/26227/stat : 26227 (sh) Z 26204 26204 20738 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24819051 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26227/statm: 0 0 0 0 0 0 0
[pid=26228] ppid=1 vsize=0 CPUtime=11.42
/proc/26228/stat : 26228 (minisat) R 1 26204 20738 0 -1 4195332 208856 0 0 0 994 148 0 0 25 0 1 0 24819052 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26228/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 126.09
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26204 and gives
#  childrusage.ru_utime.tv_sec=110
#  childrusage.ru_utime.tv_usec=483204
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=215359
# CPU time returned by wait4() is 114.699
# while last known CPU time is 126.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 128.246
CPU time (s): 126.09
CPU user time (s): 120.41
CPU system time (s): 5.68
CPU usage (%): 98.3187
Max. virtual memory (cumulated for all children) (KiB): 922448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.483
system time used= 4.21536
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39614
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= 32756
involuntary context switches= 35184

runsolver used 0.169974 second user time and 0.448931 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 07:43:20
IDJOB=2083446
IDBENCH=57817
IDSOLVER=739
FILE ID=node7/2083446-1247377400
PBS_JOBID= 9507048
Free space on /tmp= 66132 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083446-1247377400/watcher-2083446-1247377400 -o /tmp/evaluation-result-2083446-1247377400/solver-2083446-1247377400 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083446-1247377400.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f7a160e85c0f22f460747e3f10500acd
RANDOM SEED=1566419758

node7.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.231
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.231
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:       1825024 kB
Buffers:         18852 kB
Cached:          91920 kB
SwapCached:          0 kB
Active:         148756 kB
Inactive:        28708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          78240 kB
Slab:            38572 kB
Committed_AS:   260548 kB
PageTables:       1964 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= 66132 MiB
End job on node7 at 2009-07-12 07:45:30