Trace number 2083435

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) 125.18 127.245

General information on the benchmark

Namecsp/fapp/fapp33/
normalized-fapp33-0650-4.xml
MD5SUM2cc28b346b93b18fcce435b65b3fd1cc
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 benchmark24.6143
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:03 2009
0.00/0.08	c 0	PID 26584
0.06/0.08	c 0	HOST node14.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083435-1247377383.xml TO HOME/temp.csp
0.06/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-2083435-1247377383.xml' 'HOME/temp.csp'
1.05/1.10	c 1	11 domains, 650 variables, 8 predicates, 0 relations, 8684 constraints
1.05/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/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.21	c 1	Parsing HOME/temp.csp
1.07/1.39	c 1	parsed 9353 expressions
1.07/1.40	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.40	c 1	Converting to clausal form CSP
2.12/2.24	c 2	converted 936 (10%) expressions
3.79/3.98	c 4	converted 1871 (20%) expressions
5.29/5.41	c 5	converted 2806 (30%) expressions
6.56/6.74	c 7	converted 3742 (40%) expressions
7.75/7.95	c 8	converted 4677 (50%) expressions
8.84/9.06	c 9	converted 5612 (60%) expressions
10.22/10.48	c 11	converted 6548 (70%) expressions
11.31/11.54	c 12	converted 7483 (80%) expressions
12.30/12.57	c 13	converted 8418 (90%) expressions
13.39/13.61	c 14	converted 9353 (100%) expressions
13.39/13.61	c 14	CSP : 1292 integers, 24789 booleans, 52634 clauses, largest domain size 3209
13.39/13.61	c 14	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.39/13.61	c 14	Propagation in CSP
13.90/14.18	c 14	164 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.90/14.18	c 14	CSP : 1292 integers, 24789 booleans, 52634 clauses, largest domain size 3209
13.90/14.18	c 14	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.00/14.21	c 14	Simplifing CSP by introducing new Boolean variables
14.40/14.65	c 15	CSP : 1292 integers, 41899 booleans, 69744 clauses, largest domain size 3209
14.40/14.65	c 15	Heap : 54 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.79/15.02	c 15	Encoding CSP to SAT : HOME/temp.cnf
16.18/16.44	c 16	130 (10%) CSP integer variables are encoded (48368 clauses, 703434 bytes)
17.46/17.76	c 18	259 (20%) CSP integer variables are encoded (95144 clauses, 1405074 bytes)
18.85/19.10	c 19	388 (30%) CSP integer variables are encoded (142394 clauses, 2199155 bytes)
20.04/20.39	c 20	517 (40%) CSP integer variables are encoded (187018 clauses, 2957763 bytes)
21.33/21.61	c 22	646 (50%) CSP integer variables are encoded (230640 clauses, 3699337 bytes)
21.82/22.11	c 22	776 (60%) CSP integer variables are encoded (577018 clauses, 9587763 bytes)
22.22/22.56	c 23	905 (70%) CSP integer variables are encoded (918955 clauses, 15400692 bytes)
22.72/23.01	c 23	1034 (80%) CSP integer variables are encoded (1263646 clauses, 21789608 bytes)
23.01/23.39	c 23	1163 (90%) CSP integer variables are encoded (1543223 clauses, 27101571 bytes)
23.39/23.77	c 24	1292 (100%) CSP integer variables are encoded (1815446 clauses, 32273808 bytes)
34.45/34.99	c 35	6975 (10%) CSP clauses are encoded (3968615 clauses, 85492229 bytes)
44.53/45.12	c 45	13949 (20%) CSP clauses are encoded (6290293 clauses, 145218256 bytes)
53.51/54.26	c 54	20924 (30%) CSP clauses are encoded (8570456 clauses, 204274867 bytes)
62.97/63.91	c 64	27898 (40%) CSP clauses are encoded (10919275 clauses, 265478677 bytes)
72.80/73.96	c 74	34872 (50%) CSP clauses are encoded (13575568 clauses, 335349457 bytes)
80.17/81.49	c 82	41847 (60%) CSP clauses are encoded (15664555 clauses, 389819266 bytes)
88.81/90.25	c 90	48821 (70%) CSP clauses are encoded (17876919 clauses, 447434027 bytes)
96.67/98.21	c 98	55796 (80%) CSP clauses are encoded (20054453 clauses, 504284416 bytes)
105.50/107.27	c 107	62770 (90%) CSP clauses are encoded (22509838 clauses, 568690775 bytes)
113.52/115.47	c 115	69744 (100%) CSP clauses are encoded (24766104 clauses, 627698754 bytes)
113.52/115.47	c 115	69744 CSP clauses encoded
113.52/115.47	c 115	Writing map file : HOME/temp.map
113.63/115.55	c 116	Heap : 52 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
113.63/115.55	c 116	SAT : 1858637 SAT variables, 24766104 SAT clauses, 627698754 bytes
113.63/115.55	c 116	Heap : 52 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
113.68/115.60	c 116	SOLVING HOME/temp.cnf
113.68/115.60	c 116	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
113.68/115.61	c 116	This is MiniSat 2.0 beta
113.68/115.61	c 116	WARNING: for repeatability, setting FPU to use double precision
113.68/115.61	c 116	============================[ Problem Statistics ]=============================
113.68/115.61	c 116	|                                                                             |
113.68/115.61	c 116	|  Number of variables:  1858637                                              |
113.68/115.61	c 116	|  Number of clauses:    24766104                                             |
125.07/127.11	c ERROR INTERRUPTED
125.18/127.24	s UNKNOWN
125.18/127.24	c 127	CPU 113.71 (0.06 0.02 109.5 4.13)
125.18/127.24	c 127	END Sun Jul 12 07:45:10 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-2083435-1247377383/watcher-2083435-1247377383 -o /tmp/evaluation-result-2083435-1247377383/solver-2083435-1247377383 -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-2083435-1247377383.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.00 2.01 2.00 4/72 26584
/proc/meminfo: memFree=1826904/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=18576 CPUtime=0
/proc/26584/stat : 26584 (runsolver) R 26582 26584 20040 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24805239 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26584/statm: 4644 284 249 26 0 2626 0

[startup+0.081964 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 26584
/proc/meminfo: memFree=1826904/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16740 CPUtime=0.06
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24805239 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102061 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 26584
/proc/meminfo: memFree=1826904/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=0.06
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301091 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 26584
/proc/meminfo: memFree=1826904/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=0.06
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701164 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 26584
/proc/meminfo: memFree=1826904/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=0.06
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5013 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26596
/proc/meminfo: memFree=1804160/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.07
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1309 8844 0 1 5 1 96 5 15 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 16868

[startup+3.10258 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26606
/proc/meminfo: memFree=1806912/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.07
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1309 8844 0 1 5 1 96 5 15 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
[pid=26597] ppid=26584 vsize=5356 CPUtime=0
/proc/26597/stat : 26597 (sh) S 26584 26584 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26597/statm: 1339 233 193 169 0 50 0
[pid=26598] ppid=26597 vsize=868596 CPUtime=1.93
/proc/26598/stat : 26598 (java) S 26597 26584 20040 0 -1 0 8222 0 1 0 188 5 0 0 18 0 9 0 24805354 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26598/statm: 217149 7312 2566 9 0 211654 0
[pid=26598/tid=26599] ppid=26597 vsize=868596 CPUtime=1.5
/proc/26598/task/26599/stat : 26599 (java) R 26597 26584 20040 0 -1 64 2817 0 1 0 149 1 0 0 25 0 9 0 24805354 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4126448549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26600] ppid=26597 vsize=868596 CPUtime=0.23
/proc/26598/task/26600/stat : 26600 (java) S 26597 26584 20040 0 -1 64 3262 0 0 0 21 2 0 0 16 0 9 0 24805356 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26601] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26601/stat : 26601 (java) S 26597 26584 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805356 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26602] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26602/stat : 26602 (java) S 26597 26584 20040 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805356 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26603] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26603/stat : 26603 (java) S 26597 26584 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24805358 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26604] ppid=26597 vsize=868596 CPUtime=0.18
/proc/26598/task/26604/stat : 26604 (java) S 26597 26584 20040 0 -1 64 1445 0 0 0 18 0 0 0 15 0 9 0 24805358 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26605] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26605/stat : 26605 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24805358 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26606] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26606/stat : 26606 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24805358 889442304 7312 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890820

[startup+6.30213 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26606
/proc/meminfo: memFree=1795584/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.07
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1309 8844 0 1 5 1 96 5 16 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
[pid=26597] ppid=26584 vsize=5356 CPUtime=0
/proc/26597/stat : 26597 (sh) S 26584 26584 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26597/statm: 1339 233 193 169 0 50 0
[pid=26598] ppid=26597 vsize=868596 CPUtime=5.1
/proc/26598/stat : 26598 (java) S 26597 26584 20040 0 -1 0 11378 0 1 0 500 10 0 0 18 0 9 0 24805354 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26598/statm: 217149 10168 2566 9 0 211654 0
[pid=26598/tid=26599] ppid=26597 vsize=868596 CPUtime=4.3
/proc/26598/task/26599/stat : 26599 (java) R 26597 26584 20040 0 -1 64 3198 0 1 0 428 2 0 0 25 0 9 0 24805354 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4126509194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26600] ppid=26597 vsize=868596 CPUtime=0.58
/proc/26598/task/26600/stat : 26600 (java) S 26597 26584 20040 0 -1 64 6032 0 0 0 52 6 0 0 16 0 9 0 24805356 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26601] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26601/stat : 26601 (java) S 26597 26584 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805356 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26602] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26602/stat : 26602 (java) S 26597 26584 20040 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805356 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26603] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26603/stat : 26603 (java) S 26597 26584 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24805358 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26604] ppid=26597 vsize=868596 CPUtime=0.19
/proc/26598/task/26604/stat : 26604 (java) S 26597 26584 20040 0 -1 64 1450 0 0 0 19 0 0 0 15 0 9 0 24805358 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26605] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26605/stat : 26605 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24805358 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26606] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26606/stat : 26606 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24805358 889442304 10168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890820

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 26606
/proc/meminfo: memFree=1766784/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.07
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1309 8844 0 1 5 1 96 5 16 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
[pid=26597] ppid=26584 vsize=5356 CPUtime=0
/proc/26597/stat : 26597 (sh) S 26584 26584 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26597/statm: 1339 233 193 169 0 50 0
[pid=26598] ppid=26597 vsize=868596 CPUtime=11.44
/proc/26598/stat : 26598 (java) S 26597 26584 20040 0 -1 0 21612 0 1 0 1126 18 0 0 18 0 9 0 24805354 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26598/statm: 217149 17271 2569 9 0 211654 0
[pid=26598/tid=26599] ppid=26597 vsize=868596 CPUtime=9.65
/proc/26598/task/26599/stat : 26599 (java) R 26597 26584 20040 0 -1 64 3819 0 1 0 962 3 0 0 25 0 9 0 24805354 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4126507908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26600] ppid=26597 vsize=868596 CPUtime=1.56
/proc/26598/task/26600/stat : 26600 (java) S 26597 26584 20040 0 -1 64 15641 0 0 0 143 13 0 0 16 0 9 0 24805356 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26601] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26601/stat : 26601 (java) S 26597 26584 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805356 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26602] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26602/stat : 26602 (java) S 26597 26584 20040 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24805356 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26603] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26603/stat : 26603 (java) S 26597 26584 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24805358 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26604] ppid=26597 vsize=868596 CPUtime=0.2
/proc/26598/task/26604/stat : 26604 (java) S 26597 26584 20040 0 -1 64 1454 0 0 0 20 0 0 0 16 0 9 0 24805358 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26605] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26605/stat : 26605 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24805358 889442304 17271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26606] ppid=26597 vsize=868596 CPUtime=0
/proc/26598/task/26606/stat : 26606 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24805358 889442304 17271 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.5025 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 26606
/proc/meminfo: memFree=1715456/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.08
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1310 8844 0 1 5 2 96 5 16 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
[pid=26597] ppid=26584 vsize=5356 CPUtime=0
/proc/26597/stat : 26597 (sh) S 26584 26584 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26597/statm: 1339 233 193 169 0 50 0
[pid=26598] ppid=26597 vsize=868708 CPUtime=24.1
/proc/26598/stat : 26598 (java) S 26597 26584 20040 0 -1 0 26732 0 1 0 2367 43 0 0 18 0 9 0 24805354 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26598/statm: 217177 20249 2593 9 0 211654 0
[pid=26598/tid=26599] ppid=26597 vsize=868708 CPUtime=21.32
/proc/26598/task/26599/stat : 26599 (java) R 26597 26584 20040 0 -1 64 4479 0 1 0 2107 25 0 0 25 0 9 0 24805354 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4126940211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26600] ppid=26597 vsize=868708 CPUtime=2.47
/proc/26598/task/26600/stat : 26600 (java) S 26597 26584 20040 0 -1 64 20057 0 0 0 231 16 0 0 16 0 9 0 24805356 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26601] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26601/stat : 26601 (java) S 26597 26584 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805356 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26602] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26602/stat : 26602 (java) S 26597 26584 20040 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24805356 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26603] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26603/stat : 26603 (java) S 26597 26584 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24805358 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26604] ppid=26597 vsize=868708 CPUtime=0.27
/proc/26598/task/26604/stat : 26604 (java) S 26597 26584 20040 0 -1 64 1498 0 0 0 27 0 0 0 15 0 9 0 24805358 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26605] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26605/stat : 26605 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24805358 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26606] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26606/stat : 26606 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24805358 889556992 20249 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890932

[startup+51.1029 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 26606
/proc/meminfo: memFree=1573952/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.08
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1310 8844 0 1 5 2 96 5 16 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
[pid=26597] ppid=26584 vsize=5356 CPUtime=0
/proc/26597/stat : 26597 (sh) S 26584 26584 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26597/statm: 1339 233 193 169 0 50 0
[pid=26598] ppid=26597 vsize=868708 CPUtime=49.37
/proc/26598/stat : 26598 (java) S 26597 26584 20040 0 -1 0 27293 0 1 0 4804 133 0 0 18 0 9 0 24805354 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26598/statm: 217177 20256 2593 9 0 211654 0
[pid=26598/tid=26599] ppid=26597 vsize=868708 CPUtime=46.28
/proc/26598/task/26599/stat : 26599 (java) R 26597 26584 20040 0 -1 64 5033 0 1 0 4516 112 0 0 25 0 9 0 24805354 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4126544310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26600] ppid=26597 vsize=868708 CPUtime=2.78
/proc/26598/task/26600/stat : 26600 (java) S 26597 26584 20040 0 -1 64 20057 0 0 0 259 19 0 0 16 0 9 0 24805356 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26601] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26601/stat : 26601 (java) S 26597 26584 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805356 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26602] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26602/stat : 26602 (java) S 26597 26584 20040 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24805356 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26603] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26603/stat : 26603 (java) S 26597 26584 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26604] ppid=26597 vsize=868708 CPUtime=0.29
/proc/26598/task/26604/stat : 26604 (java) S 26597 26584 20040 0 -1 64 1505 0 0 0 29 0 0 0 16 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26605] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26605/stat : 26605 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26606] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26606/stat : 26606 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 890932

[startup+102.307 s]
/proc/loadavg: 2.18 2.06 2.01 3/83 26606
/proc/meminfo: memFree=1218816/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=1.08
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1310 8844 0 1 5 2 96 5 16 0 1 0 24805239 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1111 409 3 0 796 0
[pid=26597] ppid=26584 vsize=5356 CPUtime=0
/proc/26597/stat : 26597 (sh) S 26584 26584 20040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24805353 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26597/statm: 1339 233 193 169 0 50 0
[pid=26598] ppid=26597 vsize=868708 CPUtime=99.61
/proc/26598/stat : 26598 (java) S 26597 26584 20040 0 -1 0 28594 0 1 0 9616 345 0 0 18 0 9 0 24805354 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26598/statm: 217177 20256 2593 9 0 211654 0
[pid=26598/tid=26599] ppid=26597 vsize=868708 CPUtime=95.77
/proc/26598/task/26599/stat : 26599 (java) R 26597 26584 20040 0 -1 64 6334 0 1 0 9261 316 0 0 25 0 9 0 24805354 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4126544318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26600] ppid=26597 vsize=868708 CPUtime=3.53
/proc/26598/task/26600/stat : 26600 (java) S 26597 26584 20040 0 -1 64 20057 0 0 0 325 28 0 0 16 0 9 0 24805356 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26601] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26601/stat : 26601 (java) S 26597 26584 20040 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24805356 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26602] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26602/stat : 26602 (java) S 26597 26584 20040 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24805356 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26603] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26603/stat : 26603 (java) S 26597 26584 20040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26604] ppid=26597 vsize=868708 CPUtime=0.29
/proc/26598/task/26604/stat : 26604 (java) S 26597 26584 20040 0 -1 64 1505 0 0 0 29 0 0 0 16 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26605] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26605/stat : 26605 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26598/tid=26606] ppid=26597 vsize=868708 CPUtime=0
/proc/26598/task/26606/stat : 26606 (java) S 26597 26584 20040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24805358 889556992 20256 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 890932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+127.102 s]
/proc/loadavg: 2.12 2.05 2.01 3/75 26608
/proc/meminfo: memFree=354560/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=113.71
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1377 38101 0 2 6 2 10950 413 16 0 1 0 24805239 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1114 409 3 0 796 0
[pid=26607] ppid=26584 vsize=5356 CPUtime=0
/proc/26607/stat : 26607 (sh) S 26584 26584 20040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24816800 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26607/statm: 1339 232 193 169 0 50 0
[pid=26608] ppid=26607 vsize=902736 CPUtime=11.36
/proc/26608/stat : 26608 (minisat) R 26607 26584 20040 0 -1 4194304 209534 0 0 0 998 138 0 0 25 0 1 0 24816801 924401664 209520 996147200 134512640 135127466 4294956256 18446744073709551615 134532750 0 0 4096 3 0 0 0 17 1 0 0
/proc/26608/statm: 225684 209520 62 150 0 225531 0
Current children cumulated CPU time (s) 125.07
Current children cumulated vsize (KiB) 924960

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

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

[startup+127.219 s]
/proc/loadavg: 2.12 2.05 2.01 3/75 26608
/proc/meminfo: memFree=354560/2055920 swapFree=4192812/4192956
[pid=26584] ppid=26582 vsize=16868 CPUtime=113.71
/proc/26584/stat : 26584 (sugar) S 26582 26584 20040 0 -1 4194304 1399 38101 0 2 6 2 10950 413 16 0 1 0 24805239 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26584/statm: 4217 1114 409 3 0 796 0
[pid=26607] ppid=26584 vsize=0 CPUtime=0
/proc/26607/stat : 26607 (sh) Z 26584 26584 20040 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24816800 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26607/statm: 0 0 0 0 0 0 0
[pid=26608] ppid=1 vsize=0 CPUtime=11.47
/proc/26608/stat : 26608 (minisat) R 1 26584 20040 0 -1 4195332 209534 0 0 0 998 149 0 0 25 0 1 0 24816801 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26608/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 125.18
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26584 and gives
#  childrusage.ru_utime.tv_sec=109
#  childrusage.ru_utime.tv_usec=565343
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=161367
# CPU time returned by wait4() is 113.727
# while last known CPU time is 125.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 127.245
CPU time (s): 125.18
CPU user time (s): 119.54
CPU system time (s): 5.64
CPU usage (%): 98.3771
Max. virtual memory (cumulated for all children) (KiB): 924960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.565
system time used= 4.16137
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39861
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= 32084
involuntary context switches= 34436

runsolver used 0.173973 second user time and 0.442932 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 07:43:03
IDJOB=2083435
IDBENCH=57815
IDSOLVER=739
FILE ID=node14/2083435-1247377383
PBS_JOBID= 9507044
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp33/normalized-fapp33-0650-4.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-2083435-1247377383/watcher-2083435-1247377383 -o /tmp/evaluation-result-2083435-1247377383/solver-2083435-1247377383 -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-2083435-1247377383.xml

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

MD5SUM BENCH= 2cc28b346b93b18fcce435b65b3fd1cc
RANDOM SEED=1788866016

node14.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.265
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.265
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:       1827384 kB
Buffers:         19820 kB
Cached:         103532 kB
SwapCached:          0 kB
Active:         113528 kB
Inactive:        62644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          64356 kB
Slab:            37696 kB
Committed_AS:   243676 kB
PageTables:       1916 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= 66512 MiB
End job on node14 at 2009-07-12 07:45:12