Trace number 2064008

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+picosatSAT 125.758 132.906

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-10.xml
MD5SUM2a82fd0e6a406c196682c347f06803ad
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark125.758
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64588
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64388
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.06/3.40	c 0	Sugar v1-14-6 + HOME/picosat
0.06/3.40	c 0	BEGIN Sat Jul 11 19:34:05 2009
0.06/3.40	c 0	PID 14044
0.06/3.40	c 0	HOST node89.alineos.net
0.06/3.40	c 0	CONVERTING HOME/instance-2064008-1247333640.xml TO HOME/temp.csp
0.06/3.40	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064008-1247333640.xml' 'HOME/temp.csp'
3.03/6.50	c 3	11 domains, 800 variables, 1 predicates, 0 relations, 64588 constraints
3.12/6.54	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.12/6.54	c 3	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'
3.14/6.61	c 3	Parsing HOME/temp.csp
3.14/6.77	c 3	parsed 10000 expressions
3.14/6.90	c 3	parsed 20000 expressions
3.14/7.05	c 3	parsed 30000 expressions
3.14/7.21	c 3	parsed 40000 expressions
3.14/7.31	c 3	parsed 50000 expressions
3.14/7.54	c 4	parsed 60000 expressions
3.14/7.59	c 4	parsed 65400 expressions
4.18/7.61	c 4	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.18/7.61	c 4	Converting to clausal form CSP
4.77/8.24	c 4	converted 6540 (10%) expressions
5.47/8.97	c 5	converted 13080 (20%) expressions
5.97/9.45	c 6	converted 19620 (30%) expressions
6.46/9.93	c 6	converted 26160 (40%) expressions
7.28/10.79	c 7	converted 32700 (50%) expressions
7.77/11.29	c 7	converted 39240 (60%) expressions
8.28/11.78	c 8	converted 45780 (70%) expressions
8.77/12.29	c 8	converted 52320 (80%) expressions
10.15/13.61	c 10	converted 58860 (90%) expressions
11.55/15.01	c 11	converted 65400 (100%) expressions
11.55/15.01	c 11	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
11.55/15.01	c 11	Heap : 148 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.55/15.01	c 11	Propagation in CSP
11.74/15.28	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.74/15.28	c 11	CSP : 800 integers, 0 booleans, 94731 clauses, largest domain size 45
11.74/15.28	c 11	Heap : 146 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.84/15.32	c 11	Simplifing CSP by introducing new Boolean variables
14.32/17.81	c 14	CSP : 800 integers, 304363 booleans, 399094 clauses, largest domain size 45
14.32/17.81	c 14	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.62/19.13	c 15	Encoding CSP to SAT : HOME/temp.cnf
15.62/19.19	c 15	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
15.62/19.19	c 15	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
15.72/19.20	c 15	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
15.72/19.20	c 15	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
15.72/19.21	c 15	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
15.72/19.21	c 15	480 (60%) CSP integer variables are encoded (17308 clauses, 237978 bytes)
15.72/19.22	c 15	560 (70%) CSP integer variables are encoded (17439 clauses, 239943 bytes)
15.72/19.22	c 15	640 (80%) CSP integer variables are encoded (17581 clauses, 242073 bytes)
15.72/19.23	c 15	720 (90%) CSP integer variables are encoded (17693 clauses, 243753 bytes)
15.72/19.23	c 15	800 (100%) CSP integer variables are encoded (17836 clauses, 245898 bytes)
17.31/20.83	c 17	39910 (10%) CSP clauses are encoded (813461 clauses, 15583668 bytes)
18.80/22.37	c 18	79819 (20%) CSP clauses are encoded (1611478 clauses, 31696481 bytes)
20.36/24.78	c 21	119729 (30%) CSP clauses are encoded (2412469 clauses, 48241453 bytes)
21.94/26.39	c 23	159638 (40%) CSP clauses are encoded (3208063 clauses, 65202801 bytes)
23.54/27.99	c 24	199547 (50%) CSP clauses are encoded (4004458 clauses, 82246808 bytes)
25.13/29.59	c 26	239457 (60%) CSP clauses are encoded (4796504 clauses, 99300245 bytes)
26.82/31.22	c 27	279366 (70%) CSP clauses are encoded (5590104 clauses, 117011076 bytes)
28.61/33.01	c 29	319276 (80%) CSP clauses are encoded (6495609 clauses, 137121960 bytes)
30.74/35.23	c 31	359185 (90%) CSP clauses are encoded (7700770 clauses, 162873042 bytes)
32.90/39.40	c 36	399094 (100%) CSP clauses are encoded (8906635 clauses, 188722386 bytes)
32.90/39.40	c 36	399094 CSP clauses encoded
32.90/39.40	c 36	Writing map file : HOME/temp.map
32.90/39.44	c 36	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.90/39.44	c 36	SAT : 322959 SAT variables, 8906635 SAT clauses, 188722386 bytes
32.90/39.44	c 36	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.96/39.53	c 36	SOLVING HOME/temp.cnf
32.96/39.53	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
125.04/132.22	c 128	DECODING HOME/temp.out WITH HOME/temp.map
125.04/132.22	c 128	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
125.08/132.30	c 128	Decoding HOME/temp.out
125.08/132.76	s SATISFIABLE
125.08/132.79	v 39 6 39 18 13 2 19 11 1 23 4 5 3 16 1 24 3 13 30 17 40 23 1 14 12 13 23 21 34 2 29 15 1 1 40 40 30 14 4 22 9 29 21 2 9 38 16 7 19 25 10 33 33 2 28 3 9 11 5 34 29 11 44 16 27 31 29 26 8 13 33 5 32 44 20 4 2 37 9 0 2 24 23 12 12 5 21 4 19 22 17 3 6 41 36 2 14 35 43 28 21 12 44 8 6 15 3 26 30 38 33 42 29 44 27 31 37 21 43 7 8 16 42 6 40 32 42 9 7 11 13 5 14 15 29 37 11 8 38 8 16 1 10 12 15 12 31 9 35 32 32 9 43 15 6 16 43 36 44 3 0 13 18 14 8 32 42 4 18 7 6 9 7 7 30 20 25 15 15 4 19 3 18 8 17 32 21 19 32 22 12 29 23 23 0 17 28 17 17 10 26 42 16 33 18 11 5 19 19 30 10 15 18 24 10 25 3 22 29 5 22 13 18 34 44 27 3 24 20 28 23 2 37 17 24 26 27 20 33 22 31 28 20 10 19 25 10 43 29 38 22 27 35 24 30 17 21 27 0 24 25 23 7 41 1 35 28 42 35 11 21 1 12 4 41 4 34 37 18 40 9 11 31 25 35 33 13 39 31 35 44 26 11 34 16 34 17 42 21 34 44 41 35 0 30 3 31 20 0 32 24 8 25 37 24 26 9 34 4 28 37 36 8 44 36 39 1 14 34 38 27 30 38 26 14 33 1 40 0 40 43 42 38 19 6 18 39 17 41 36 0 10 23 39 36 38 31 6 21 31 39 23 22 40 15 13 6 43 20 36 40 37 0 32 27 12 33 27 36 41 22 35 25 8 28 38 36 28 32 14 20 12 16 42 26 30 41 37 39 22 6 6 8 9 8 7 9 5 2 5 3 1 6 5 9 0 2 7 0 7 7 4 5 1 8 0 7 6 1 9 2 4 3 1 5 6 2 7 8 3 3 7 9 8 2 8 9 5 1 4 9 2 0 0 3 4 8 8 4 3 8 4 5 8 3 8 6 8 1 5 7 9 9 9 6 2 2 2 7 1 3 4 3 5 1 5 2 9 0 9 3 9 7 4 5 1 3 7 9 8 7 6 7 2 3 6 1 4 4 7 9 9 9 2 4 4 5 3 4 8 3 6 6 8 1 4 3 9 4 1 2 8 2 3 1 3 7 8 5 6 3 7 0 3 5 9 6 4 3 8 1 1 0 9 4 1 7 7 3 5 7 9 4 6 9 7 1 4 5 3 1 0 1 6 8 0 7 2 8 7 8 3 3 5 6 6 8 5 5 4 2 5 0 2 8 8 5 5 2 6 6 0 7 3 1 9 7 2 3 7 2 1 7 9 1 2 0 5 3 3 8 3 6 4 8 1 7 3 5 1 8 4 9 0 1 9 5 8 6 6 1 6 4 5 7 1 8 5 4 2 7 9 9 7 9 1 1 2 5 5 8 1 9 7 4 4 2 7 5 2 5 8 7 6 8 5 9 8 8 2 6 0 3 3 8 1 4 0 7 2 1 2 3 8 2 5 4 8 0 6 6 9 1 9 3 8 9 9 2 2 6 0 9 1 8 1 5 2 1 9 4 6 4 0 1 9 0 9 7 9 6 1 4 3 8 8 6 8 4 9 1 4 3 4 2 0 3 9 1 9 3 4 9 4 8 1 5 9 4 0 1 6 1 4 7 1 5 8 1 4 3 6 6 0 8 0 4 7 0 3 0 0 6 7 7 6 2 4 3 4 3 4 4 5 5 6 6 7 7 2
125.08/132.79	c 129	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
125.08/132.81	c 129	CPU 125.64 (0.06 0.01 83.7 41.87)
125.08/132.81	c 129	END Sat Jul 11 19:36:14 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064008-1247333640/watcher-2064008-1247333640 -o /tmp/evaluation-result-2064008-1247333640/solver-2064008-1247333640 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2064008-1247333640.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.12 2.08 2.02 4/83 14044
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=18576 CPUtime=0
/proc/14044/stat : 14044 (runsolver) D 14042 14044 13923 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 20429281 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14044/statm: 4644 284 249 26 0 2626 0

[startup+0.03041 s]
/proc/loadavg: 2.12 2.08 2.02 4/83 14044
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=18576 CPUtime=0
/proc/14044/stat : 14044 (runsolver) D 14042 14044 13923 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 20429281 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 249069890855 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14044/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101416 s]
/proc/loadavg: 2.12 2.08 2.02 4/83 14044
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=12268 CPUtime=0
/proc/14044/stat : 14044 (sugar) D 14042 14044 13923 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 20429281 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14044/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301436 s]
/proc/loadavg: 2.12 2.08 2.02 4/83 14044
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=12412 CPUtime=0
/proc/14044/stat : 14044 (sugar) D 14042 14044 13923 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 20429281 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14044/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701474 s]
/proc/loadavg: 2.12 2.08 2.02 4/83 14044
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=12412 CPUtime=0
/proc/14044/stat : 14044 (sugar) D 14042 14044 13923 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 20429281 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14044/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+1.50155 s]
/proc/loadavg: 2.12 2.08 2.02 2/84 14045
/proc/meminfo: memFree=1834216/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=12412 CPUtime=0
/proc/14044/stat : 14044 (sugar) D 14042 14044 13923 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 20429281 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14044/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+3.10172 s]
/proc/loadavg: 2.12 2.08 2.02 2/84 14045
/proc/meminfo: memFree=1833960/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=13336 CPUtime=0.02
/proc/14044/stat : 14044 (sugar) D 14042 14044 13923 0 -1 4194304 739 0 0 0 2 0 0 0 18 0 1 0 20429281 13656064 707 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14044/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336
heavy processes:

[startup+6.30103 s]
/proc/loadavg: 2.11 2.08 2.02 4/94 14056
/proc/meminfo: memFree=1746712/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=0.06
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20429281 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14044/statm: 4217 1111 409 3 0 796 0
[pid=14047] ppid=14044 vsize=5356 CPUtime=0
/proc/14047/stat : 14047 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20429621 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14047/statm: 1339 233 193 169 0 50 0
[pid=14048] ppid=14047 vsize=864776 CPUtime=2.87
/proc/14048/stat : 14048 (java) S 14047 14044 13923 0 -1 0 31759 0 1 0 273 14 0 0 19 0 9 0 20429622 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14048/statm: 216194 26841 2557 9 0 210706 0
[pid=14048/tid=14049] ppid=14047 vsize=864776 CPUtime=1.58
/proc/14048/task/14049/stat : 14049 (java) R 14047 14044 13923 0 -1 64 3927 0 1 0 154 4 0 0 25 0 9 0 20429623 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4126734919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14050] ppid=14047 vsize=864776 CPUtime=1.13
/proc/14048/task/14050/stat : 14050 (java) S 14047 14044 13923 0 -1 64 26593 0 0 0 104 9 0 0 16 0 9 0 20429624 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14051] ppid=14047 vsize=864776 CPUtime=0
/proc/14048/task/14051/stat : 14051 (java) S 14047 14044 13923 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20429624 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14052] ppid=14047 vsize=864776 CPUtime=0
/proc/14048/task/14052/stat : 14052 (java) S 14047 14044 13923 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 20429624 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14053] ppid=14047 vsize=864776 CPUtime=0
/proc/14048/task/14053/stat : 14053 (java) S 14047 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20429626 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14054] ppid=14047 vsize=864776 CPUtime=0.13
/proc/14048/task/14054/stat : 14054 (java) S 14047 14044 13923 0 -1 64 532 0 0 0 13 0 0 0 16 0 9 0 20429626 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14055] ppid=14047 vsize=864776 CPUtime=0
/proc/14048/task/14055/stat : 14055 (java) S 14047 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20429626 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14048/tid=14056] ppid=14047 vsize=864776 CPUtime=0
/proc/14048/task/14056/stat : 14056 (java) S 14047 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20429626 885530624 26841 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 887000
heavy processes:

[startup+12.7027 s]
/proc/loadavg: 2.10 2.08 2.02 3/94 14066
/proc/meminfo: memFree=1711704/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=3.15
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1309 32196 0 1 6 1 292 16 16 0 1 0 20429281 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14044/statm: 4217 1111 409 3 0 796 0
[pid=14057] ppid=14044 vsize=5356 CPUtime=0
/proc/14057/stat : 14057 (sh) S 14044 14044 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20429936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14057/statm: 1339 233 193 169 0 50 0
[pid=14058] ppid=14057 vsize=889108 CPUtime=6.11
/proc/14058/stat : 14058 (java) S 14057 14044 13923 0 -1 0 45560 0 1 0 592 19 0 0 18 0 9 0 20429936 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14058/statm: 222277 39088 2567 9 0 216782 0
[pid=14058/tid=14059] ppid=14057 vsize=889108 CPUtime=3.56
/proc/14058/task/14059/stat : 14059 (java) R 14057 14044 13923 0 -1 64 3686 0 1 0 353 3 0 0 25 0 9 0 20429937 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14060] ppid=14057 vsize=889108 CPUtime=2.38
/proc/14058/task/14060/stat : 14060 (java) R 14057 14044 13923 0 -1 64 39703 0 0 0 224 14 0 0 16 0 9 0 20429938 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 102499761 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14061] ppid=14057 vsize=889108 CPUtime=0
/proc/14058/task/14061/stat : 14061 (java) S 14057 14044 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20429938 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14062] ppid=14057 vsize=889108 CPUtime=0
/proc/14058/task/14062/stat : 14062 (java) S 14057 14044 13923 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20429938 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14063] ppid=14057 vsize=889108 CPUtime=0
/proc/14058/task/14063/stat : 14063 (java) S 14057 14044 13923 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20429940 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14064] ppid=14057 vsize=889108 CPUtime=0.14
/proc/14058/task/14064/stat : 14064 (java) S 14057 14044 13923 0 -1 64 1468 0 0 0 14 0 0 0 17 0 9 0 20429940 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14065] ppid=14057 vsize=889108 CPUtime=0
/proc/14058/task/14065/stat : 14065 (java) S 14057 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20429940 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14066] ppid=14057 vsize=889108 CPUtime=0
/proc/14058/task/14066/stat : 14066 (java) S 14057 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20429940 910446592 39088 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 911332
heavy processes:

[startup+25.5029 s]
/proc/loadavg: 2.23 2.10 2.02 3/94 14066
/proc/meminfo: memFree=1515928/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=3.15
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1310 32196 0 1 6 1 292 16 16 0 1 0 20429281 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14044/statm: 4217 1111 409 3 0 796 0
[pid=14057] ppid=14044 vsize=5356 CPUtime=0
/proc/14057/stat : 14057 (sh) S 14044 14044 13923 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20429936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14057/statm: 1339 233 193 169 0 50 0
[pid=14058] ppid=14057 vsize=868732 CPUtime=18
/proc/14058/stat : 14058 (java) S 14057 14044 13923 0 -1 0 92238 0 1 0 1732 68 0 0 18 0 9 0 20429936 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14058/statm: 217183 67034 2593 9 0 211660 0
[pid=14058/tid=14059] ppid=14057 vsize=868732 CPUtime=10.81
/proc/14058/task/14059/stat : 14059 (java) R 14057 14044 13923 0 -1 64 5920 0 1 0 1046 35 0 0 25 0 9 0 20429937 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14060] ppid=14057 vsize=868732 CPUtime=6.93
/proc/14058/task/14060/stat : 14060 (java) S 14057 14044 13923 0 -1 64 84087 0 0 0 662 31 0 0 16 0 9 0 20429938 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14061] ppid=14057 vsize=868732 CPUtime=0
/proc/14058/task/14061/stat : 14061 (java) S 14057 14044 13923 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20429938 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14062] ppid=14057 vsize=868732 CPUtime=0
/proc/14058/task/14062/stat : 14062 (java) S 14057 14044 13923 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20429938 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14063] ppid=14057 vsize=868732 CPUtime=0
/proc/14058/task/14063/stat : 14063 (java) S 14057 14044 13923 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20429940 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14064] ppid=14057 vsize=868732 CPUtime=0.23
/proc/14058/task/14064/stat : 14064 (java) S 14057 14044 13923 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 20429940 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14065] ppid=14057 vsize=868732 CPUtime=0
/proc/14058/task/14065/stat : 14065 (java) S 14057 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20429940 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14058/tid=14066] ppid=14057 vsize=868732 CPUtime=0
/proc/14058/task/14066/stat : 14066 (java) S 14057 14044 13923 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20429940 889581568 67034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.15
Current children cumulated vsize (KiB) 890956

[startup+51.1014 s]
/proc/loadavg: 2.72 2.22 2.07 3/86 14068
/proc/meminfo: memFree=1585432/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=58624 CPUtime=11.5
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 12905 0 0 0 520 630 0 0 25 0 1 0 20433235 60030976 12891 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 14656 12891 40 102 0 14551 0
Current children cumulated CPU time (s) 44.5
Current children cumulated vsize (KiB) 80848

[startup+102.306 s]
/proc/loadavg: 2.73 2.32 2.11 3/86 14068
/proc/meminfo: memFree=1371288/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=289696 CPUtime=62.41
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 67420 0 0 0 2883 3358 0 0 25 0 1 0 20433235 296648704 67406 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 72424 67406 40 102 0 72319 0
Current children cumulated CPU time (s) 95.41
Current children cumulated vsize (KiB) 311920

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

[startup+115.103 s]
/proc/loadavg: 2.57 2.31 2.10 3/86 14068
/proc/meminfo: memFree=1320472/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=334916 CPUtime=75.15
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 80476 0 0 0 3501 4014 0 0 25 0 1 0 20433235 342953984 80419 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 83729 80419 42 102 0 83624 0
Current children cumulated CPU time (s) 108.15
Current children cumulated vsize (KiB) 357140

[startup+121.501 s]
/proc/loadavg: 2.52 2.30 2.10 3/86 14068
/proc/meminfo: memFree=1318040/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=337996 CPUtime=81.51
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 80661 0 0 0 4137 4014 0 0 25 0 1 0 20433235 346107904 80602 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 84499 80602 48 102 0 84394 0
Current children cumulated CPU time (s) 114.51
Current children cumulated vsize (KiB) 360220

[startup+127.902 s]
/proc/loadavg: 2.48 2.29 2.10 3/86 14068
/proc/meminfo: memFree=1317848/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=338128 CPUtime=87.76
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 80691 0 0 0 4762 4014 0 0 25 0 1 0 20433235 346243072 80632 996147200 134512640 134931368 4294956256 18446744073709551615 134525715 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 84532 80632 48 102 0 84427 0
Current children cumulated CPU time (s) 120.76
Current children cumulated vsize (KiB) 360352

[startup+131.102 s]
/proc/loadavg: 2.44 2.29 2.10 3/86 14068
/proc/meminfo: memFree=1317848/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=338260 CPUtime=90.94
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 80707 0 0 0 5080 4014 0 0 25 0 1 0 20433235 346378240 80648 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 84565 80648 48 102 0 84460 0
Current children cumulated CPU time (s) 123.94
Current children cumulated vsize (KiB) 360484

[startup+131.902 s]
/proc/loadavg: 2.44 2.29 2.10 3/86 14068
/proc/meminfo: memFree=1315032/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=33
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1365 124915 0 2 6 1 3130 163 16 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
[pid=14067] ppid=14044 vsize=5356 CPUtime=0
/proc/14067/stat : 14067 (sh) S 14044 14044 13923 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20433234 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14067/statm: 1339 232 193 169 0 50 0
[pid=14068] ppid=14067 vsize=342360 CPUtime=91.75
/proc/14068/stat : 14068 (picosat) R 14067 14044 13923 0 -1 4194304 80818 0 0 0 5160 4015 0 0 25 0 1 0 20433235 350576640 80759 996147200 134512640 134931368 4294956256 18446744073709551615 134581926 0 0 4096 0 0 0 0 17 0 0 0
/proc/14068/statm: 85590 80759 52 102 0 85485 0
Current children cumulated CPU time (s) 124.75
Current children cumulated vsize (KiB) 364584

[startup+132.702 s]
/proc/loadavg: 2.44 2.29 2.10 3/86 14068
/proc/meminfo: memFree=1315032/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=125.08
/proc/14044/stat : 14044 (sugar) S 14042 14044 13923 0 -1 4194304 1446 206019 0 2 6 1 8317 4184 15 0 1 0 20429281 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14044/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 125.08
Current children cumulated vsize (KiB) 16868

[startup+132.902 s]
/proc/loadavg: 2.44 2.29 2.10 3/86 14068
/proc/meminfo: memFree=1315032/2055920 swapFree=4192812/4192956
[pid=14044] ppid=14042 vsize=16868 CPUtime=125.73
/proc/14044/stat : 14044 (sugar) R 14042 14044 13923 0 -1 4194304 1477 210069 0 3 6 10 8370 4187 16 0 1 0 20429281 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14044/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 125.73
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 132.906
CPU time (s): 125.758
CPU user time (s): 83.7683
CPU system time (s): 41.9896
CPU usage (%): 94.6219
Max. virtual memory (cumulated for all children) (KiB): 911332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.7683
system time used= 41.9896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211606
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7701
involuntary context switches= 10888

runsolver used 0.165974 second user time and 0.387941 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-11 19:34:01
IDJOB=2064008
IDBENCH=54114
IDSOLVER=738
FILE ID=node89/2064008-1247333640
PBS_JOBID= 9506698
Free space on /tmp= 66152 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-10.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064008-1247333640/watcher-2064008-1247333640 -o /tmp/evaluation-result-2064008-1247333640/solver-2064008-1247333640 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2064008-1247333640.xml

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

MD5SUM BENCH= 2a82fd0e6a406c196682c347f06803ad
RANDOM SEED=471898239

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1835920 kB
Buffers:          5688 kB
Cached:          66664 kB
SwapCached:          0 kB
Active:         150036 kB
Inactive:        25628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10292 kB
Writeback:           0 kB
Mapped:         123776 kB
Slab:            29436 kB
Committed_AS:   278260 kB
PageTables:       1996 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= 66152 MiB
End job on node89 at 2009-07-11 19:36:14