Trace number 2063987

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+minisatSAT 36.6324 36.9855

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-8.xml
MD5SUMecc4645e217ca43fb25e27990367c484
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.494924
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3361
Maximum constraint arity15
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2871
Global constraints used (with number of constraints)alldifferent(490)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:32:10 2009
0.00/0.08	c 0	PID 14655
0.07/0.08	c 0	HOST node34.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2063987-1247333530.xml TO HOME/temp.csp
0.07/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-2063987-1247333530.xml' 'HOME/temp.csp'
0.96/1.02	c 1	226 domains, 400 variables, 1 predicates, 0 relations, 3361 constraints
0.96/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.03	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'
0.99/1.11	c 1	Parsing HOME/temp.csp
0.99/1.24	c 1	parsed 3988 expressions
0.99/1.25	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.25	c 1	Converting to clausal form CSP
0.99/1.29	c 1	converted 399 (10%) expressions
0.99/1.51	c 1	converted 798 (20%) expressions
0.99/1.71	c 1	converted 1197 (30%) expressions
0.99/1.90	c 2	converted 1596 (40%) expressions
0.99/2.04	c 2	converted 1994 (50%) expressions
2.13/2.29	c 2	converted 2393 (60%) expressions
2.33/2.42	c 2	converted 2792 (70%) expressions
2.42/2.55	c 2	converted 3191 (80%) expressions
5.00/5.19	c 5	converted 3590 (90%) expressions
20.67/20.95	c 21	converted 3988 (100%) expressions
20.67/20.95	c 21	CSP : 400 integers, 0 booleans, 46302 clauses, largest domain size 25
20.67/20.95	c 21	Heap : 268 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.67/20.95	c 21	Propagation in CSP
23.66/23.91	c 24	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
23.66/23.91	c 24	CSP : 400 integers, 0 booleans, 46302 clauses, largest domain size 25
23.66/23.91	c 24	Heap : 279 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.66/23.97	c 24	Simplifing CSP by introducing new Boolean variables
25.75/26.01	c 26	CSP : 400 integers, 94003 booleans, 140305 clauses, largest domain size 25
25.75/26.01	c 26	Heap : 299 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.73/28.01	c 28	Encoding CSP to SAT : HOME/temp.cnf
27.73/28.07	c 28	40 (10%) CSP integer variables are encoded (611 clauses, 6581 bytes)
27.73/28.08	c 28	80 (20%) CSP integer variables are encoded (1238 clauses, 14079 bytes)
27.73/28.09	c 28	120 (30%) CSP integer variables are encoded (1852 clauses, 22061 bytes)
27.73/28.09	c 28	160 (40%) CSP integer variables are encoded (2484 clauses, 30277 bytes)
27.73/28.10	c 28	200 (50%) CSP integer variables are encoded (3114 clauses, 38467 bytes)
27.73/28.10	c 28	240 (60%) CSP integer variables are encoded (3142 clauses, 38831 bytes)
27.73/28.10	c 28	280 (70%) CSP integer variables are encoded (3157 clauses, 39026 bytes)
27.73/28.10	c 28	320 (80%) CSP integer variables are encoded (3187 clauses, 39416 bytes)
27.73/28.10	c 28	360 (90%) CSP integer variables are encoded (3207 clauses, 39676 bytes)
27.73/28.10	c 28	400 (100%) CSP integer variables are encoded (3213 clauses, 39754 bytes)
28.43/28.73	c 28	14031 (10%) CSP clauses are encoded (123164 clauses, 2199733 bytes)
29.03/29.37	c 29	28061 (20%) CSP clauses are encoded (271330 clauses, 4958945 bytes)
29.71/30.02	c 30	42092 (30%) CSP clauses are encoded (421235 clauses, 7750733 bytes)
30.32/30.66	c 30	56122 (40%) CSP clauses are encoded (571111 clauses, 10566023 bytes)
31.00/31.30	c 31	70153 (50%) CSP clauses are encoded (721593 clauses, 13353671 bytes)
31.60/31.93	c 32	84183 (60%) CSP clauses are encoded (872180 clauses, 16167623 bytes)
32.19/32.58	c 32	98214 (70%) CSP clauses are encoded (1021798 clauses, 18965480 bytes)
32.88/33.22	c 33	112244 (80%) CSP clauses are encoded (1170785 clauses, 21747691 bytes)
33.48/33.86	c 34	126275 (90%) CSP clauses are encoded (1321230 clauses, 24551994 bytes)
34.18/34.52	c 34	140305 (100%) CSP clauses are encoded (1473618 clauses, 27419050 bytes)
34.18/34.52	c 34	140305 CSP clauses encoded
34.18/34.52	c 34	Writing map file : HOME/temp.map
34.18/34.55	c 34	Heap : 299 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.18/34.55	c 34	SAT : 97465 SAT variables, 1473618 SAT clauses, 27419050 bytes
34.18/34.55	c 34	Heap : 299 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.25/34.63	c 34	SOLVING HOME/temp.cnf
34.25/34.63	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.25/34.64	c 34	This is MiniSat 2.0 beta
34.25/34.64	c 34	WARNING: for repeatability, setting FPU to use double precision
34.25/34.64	c 34	============================[ Problem Statistics ]=============================
34.25/34.64	c 34	|                                                                             |
34.25/34.64	c 34	|  Number of variables:  97465                                                |
34.25/34.64	c 34	|  Number of clauses:    1473618                                              |
35.04/35.46	c 35	|  Parsing time:         0.70         s                                       |
35.13/35.52	c 35	============================[ Search Statistics ]==============================
35.13/35.52	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.13/35.52	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.13/35.52	c 35	===============================================================================
35.13/35.52	c 35	|         0 |   97465  1473618  4237373 |   491206        0    nan |  0.000 % |
36.12/36.58	c 36	===============================================================================
36.12/36.59	c 36	restarts              : 1
36.12/36.59	c 36	conflicts             : 57             (32 /sec)
36.12/36.59	c 36	decisions             : 2584           (0.77 % random) (1431 /sec)
36.12/36.59	c 36	propagations          : 569753         (315526 /sec)
36.12/36.59	c 36	conflict literals     : 3576           (3.06 % deleted)
36.12/36.59	c 36	Memory used           : 68.79 MB
36.12/36.59	c 36	CPU time              : 1.80573 s
36.12/36.59	c 36	
36.22/36.63	c 36	SATISFIABLE
36.22/36.64	c 36	DECODING HOME/temp.out WITH HOME/temp.map
36.22/36.64	c 36	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'
36.28/36.73	c 36	Decoding HOME/temp.out
36.28/36.93	s SATISFIABLE
36.28/36.95	v 37 33 10 40 14 29 11 0 5 38 35 39 21 33 8 14 22 44 7 0 40 15 18 13 20 43 0 20 41 9 8 0 11 5 39 34 19 6 3 32 25 8 27 44 22 8 17 36 21 10 9 15 26 0 2 10 28 24 7 38 43 8 1 40 16 31 9 9 17 3 21 4 1 2 1 5 18 20 12 6 14 9 7 13 17 19 30 14 22 18 6 26 12 18 29 20 20 21 15 22 30 15 35 25 31 32 22 16 4 11 7 44 34 31 17 19 26 42 39 5 29 34 17 30 37 34 18 24 31 41 4 19 36 23 33 42 21 26 37 44 35 16 24 31 11 27 25 32 28 20 23 28 35 26 39 38 6 40 29 1 40 12 16 13 31 22 30 35 1 23 27 24 13 38 36 43 39 40 41 3 29 2 42 30 32 36 43 15 37 43 44 44 28 38 10 39 20 42 35 19 2 4 9 2 5 6 7 1 9 5 1 1 6 8 2 8 1 9 5 5 4 6 7 4 9 9 0 1 2 0 1 9 3 1 8 3 2 6 8 9 8 5 8 5 0 4 1 8 5 1 5 8 6 4 7 7 1 9 4 4 5 6 1 1 8 5 4 1 5 9 0 4 4 2 2 8 6 5 5 0 2 6 2 2 9 9 8 1 9 0 4 7 6 3 8 7 4 8 1 5 5 0 7 1 9 1 8 4 2 9 7 3 1 2 4 5 9 4 9 2 3 4 2 7 4 0 4 6 3 4 6 0 0 5 1 7 3 4 7 2 5 1 5 4 6 2 2 7 5 0 1 8 8 2 2 2 1 9 7 8 7 4 9 9 7 6 1 6 9 2 7 4 6 9 6 0 0 0 6 6 9 9 6 2 2 5 7 7 6 6 7 6 7 7 6 6 2 5 9 3
36.28/36.95	c 37	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.28/36.97	c 37	CPU 36.59 (0.07 0.01 35.33 1.18)
36.28/36.97	c 37	END Sat Jul 11 19:32:47 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-2063987-1247333530/watcher-2063987-1247333530 -o /tmp/evaluation-result-2063987-1247333530/solver-2063987-1247333530 -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-2063987-1247333530.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.03 2.09 2.03 3/82 14655
/proc/meminfo: memFree=699656/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=12000 CPUtime=0
/proc/14655/stat : 14655 (sugar) R 14653 14655 14618 0 -1 4194304 203 0 0 0 0 0 0 0 20 0 1 0 20418975 12288000 171 996147200 4194304 4206940 548682068608 18446744073709551615 254195219472 0 0 4224 0 0 0 0 17 1 0 0
/proc/14655/statm: 3000 171 132 3 0 100 0

[startup+0.0842999 s]
/proc/loadavg: 2.03 2.09 2.03 3/82 14655
/proc/meminfo: memFree=699656/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16740 CPUtime=0.07
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 20418975 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101484 s]
/proc/loadavg: 2.03 2.09 2.03 3/82 14655
/proc/meminfo: memFree=699656/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.07
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301497 s]
/proc/loadavg: 2.03 2.09 2.03 3/82 14655
/proc/meminfo: memFree=699656/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.07
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701527 s]
/proc/loadavg: 2.03 2.09 2.03 3/82 14655
/proc/meminfo: memFree=699656/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.07
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50158 s]
/proc/loadavg: 2.03 2.09 2.03 4/93 14667
/proc/meminfo: memFree=683176/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.99
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1309 6974 0 1 6 1 87 5 16 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.1027 s]
/proc/loadavg: 2.03 2.09 2.03 3/93 14677
/proc/meminfo: memFree=673640/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.99
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1309 6974 0 1 6 1 87 5 16 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
[pid=14668] ppid=14655 vsize=5356 CPUtime=0
/proc/14668/stat : 14668 (sh) S 14655 14655 14618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14668/statm: 1339 233 193 169 0 50 0
[pid=14669] ppid=14668 vsize=868588 CPUtime=2.04
/proc/14669/stat : 14669 (java) S 14668 14655 14618 0 -1 0 12594 0 1 0 195 9 0 0 18 0 9 0 20419079 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14669/statm: 217147 11788 2566 9 0 211652 0
[pid=14669/tid=14670] ppid=14668 vsize=868588 CPUtime=1.22
/proc/14669/task/14670/stat : 14670 (java) R 14668 14655 14618 0 -1 64 2988 0 1 0 121 1 0 0 25 0 9 0 20419080 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4126507744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14671] ppid=14668 vsize=868588 CPUtime=0.6
/proc/14669/task/14671/stat : 14671 (java) S 14668 14655 14618 0 -1 64 7426 0 0 0 56 4 0 0 16 0 9 0 20419081 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14672] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14672/stat : 14672 (java) S 14668 14655 14618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20419081 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14673] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14673/stat : 14673 (java) S 14668 14655 14618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419081 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14674] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14674/stat : 14674 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419083 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14675] ppid=14668 vsize=868588 CPUtime=0.17
/proc/14669/task/14675/stat : 14675 (java) S 14668 14655 14618 0 -1 64 1481 0 0 0 16 1 0 0 16 0 9 0 20419083 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14676] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14676/stat : 14676 (java) S 14668 14655 14618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20419083 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14677] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14677/stat : 14677 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419083 889434112 11788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890812

[startup+6.30193 s]
/proc/loadavg: 2.03 2.09 2.03 4/93 14677
/proc/meminfo: memFree=623144/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.99
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1309 6974 0 1 6 1 87 5 16 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
[pid=14668] ppid=14655 vsize=5356 CPUtime=0
/proc/14668/stat : 14668 (sh) S 14655 14655 14618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14668/statm: 1339 233 193 169 0 50 0
[pid=14669] ppid=14668 vsize=868588 CPUtime=5.2
/proc/14669/stat : 14669 (java) S 14668 14655 14618 0 -1 0 24802 0 1 0 502 18 0 0 18 0 9 0 20419079 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14669/statm: 217147 23935 2566 9 0 211652 0
[pid=14669/tid=14670] ppid=14668 vsize=868588 CPUtime=3.19
/proc/14669/task/14670/stat : 14670 (java) R 14668 14655 14618 0 -1 64 3706 0 1 0 316 3 0 0 25 0 9 0 20419080 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4126546988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14671] ppid=14668 vsize=868588 CPUtime=1.8
/proc/14669/task/14671/stat : 14671 (java) S 14668 14655 14618 0 -1 64 18898 0 0 0 168 12 0 0 16 0 9 0 20419081 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14672] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14672/stat : 14672 (java) S 14668 14655 14618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20419081 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14673] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14673/stat : 14673 (java) S 14668 14655 14618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419081 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14674] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14674/stat : 14674 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419083 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14675] ppid=14668 vsize=868588 CPUtime=0.18
/proc/14669/task/14675/stat : 14675 (java) S 14668 14655 14618 0 -1 64 1499 0 0 0 17 1 0 0 16 0 9 0 20419083 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14676] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14676/stat : 14676 (java) S 14668 14655 14618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20419083 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14677] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14677/stat : 14677 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419083 889434112 23935 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890812

[startup+12.7022 s]
/proc/loadavg: 2.10 2.10 2.03 4/93 14677
/proc/meminfo: memFree=524840/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.99
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1309 6974 0 1 6 1 87 5 16 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
[pid=14668] ppid=14655 vsize=5356 CPUtime=0
/proc/14668/stat : 14668 (sh) S 14655 14655 14618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14668/statm: 1339 233 193 169 0 50 0
[pid=14669] ppid=14668 vsize=868588 CPUtime=11.53
/proc/14669/stat : 14669 (java) S 14668 14655 14618 0 -1 0 57876 0 1 0 1119 34 0 0 18 0 9 0 20419079 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14669/statm: 217147 48003 2567 9 0 211652 0
[pid=14669/tid=14670] ppid=14668 vsize=868588 CPUtime=7.34
/proc/14669/task/14670/stat : 14670 (java) R 14668 14655 14618 0 -1 64 4450 0 1 0 731 3 0 0 25 0 9 0 20419080 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4126511956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14671] ppid=14668 vsize=868588 CPUtime=3.97
/proc/14669/task/14671/stat : 14671 (java) S 14668 14655 14618 0 -1 64 51228 0 0 0 369 28 0 0 16 0 9 0 20419081 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14672] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14672/stat : 14672 (java) S 14668 14655 14618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20419081 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14673] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14673/stat : 14673 (java) S 14668 14655 14618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419081 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14674] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14674/stat : 14674 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419083 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14675] ppid=14668 vsize=868588 CPUtime=0.18
/proc/14669/task/14675/stat : 14675 (java) S 14668 14655 14618 0 -1 64 1499 0 0 0 17 1 0 0 16 0 9 0 20419083 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14676] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14676/stat : 14676 (java) S 14668 14655 14618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20419083 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14677] ppid=14668 vsize=868588 CPUtime=0
/proc/14669/task/14677/stat : 14677 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419083 889434112 48003 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890812

[startup+25.5021 s]
/proc/loadavg: 2.16 2.12 2.04 5/93 14677
/proc/meminfo: memFree=363176/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.99
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1310 6974 0 1 6 1 87 5 16 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
[pid=14668] ppid=14655 vsize=5356 CPUtime=0
/proc/14668/stat : 14668 (sh) S 14655 14655 14618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14668/statm: 1339 233 193 169 0 50 0
[pid=14669] ppid=14668 vsize=889076 CPUtime=24.25
/proc/14669/stat : 14669 (java) S 14668 14655 14618 0 -1 0 108538 0 1 0 2363 62 0 0 18 0 9 0 20419079 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14669/statm: 222269 85488 2567 9 0 216774 0
[pid=14669/tid=14670] ppid=14668 vsize=889076 CPUtime=15.32
/proc/14669/task/14670/stat : 14670 (java) R 14668 14655 14618 0 -1 64 5668 0 1 0 1528 4 0 0 25 0 9 0 20419080 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14671] ppid=14668 vsize=889076 CPUtime=8.7
/proc/14669/task/14671/stat : 14671 (java) R 14668 14655 14618 0 -1 64 100660 0 0 0 815 55 0 0 17 0 9 0 20419081 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 104190763 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14672] ppid=14668 vsize=889076 CPUtime=0
/proc/14669/task/14672/stat : 14672 (java) S 14668 14655 14618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20419081 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14673] ppid=14668 vsize=889076 CPUtime=0
/proc/14669/task/14673/stat : 14673 (java) S 14668 14655 14618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419081 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14674] ppid=14668 vsize=889076 CPUtime=0
/proc/14669/task/14674/stat : 14674 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419083 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14675] ppid=14668 vsize=889076 CPUtime=0.2
/proc/14669/task/14675/stat : 14675 (java) S 14668 14655 14618 0 -1 64 1511 0 0 0 19 1 0 0 16 0 9 0 20419083 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14676] ppid=14668 vsize=889076 CPUtime=0
/proc/14669/task/14676/stat : 14676 (java) S 14668 14655 14618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20419083 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14677] ppid=14668 vsize=889076 CPUtime=0
/proc/14669/task/14677/stat : 14677 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419083 910413824 85488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 911300

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

[startup+31.9066 s]
/proc/loadavg: 2.29 2.14 2.05 4/93 14677
/proc/meminfo: memFree=333864/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=0.99
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1310 6974 0 1 6 1 87 5 16 0 1 0 20418975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1111 409 3 0 796 0
[pid=14668] ppid=14655 vsize=5356 CPUtime=0
/proc/14668/stat : 14668 (sh) S 14655 14655 14618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20419078 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14668/statm: 1339 233 193 169 0 50 0
[pid=14669] ppid=14668 vsize=868700 CPUtime=30.61
/proc/14669/stat : 14669 (java) S 14668 14655 14618 0 -1 0 121666 0 1 0 2980 81 0 0 18 0 9 0 20419079 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14669/statm: 217175 88974 2593 9 0 211652 0
[pid=14669/tid=14670] ppid=14668 vsize=868700 CPUtime=19.2
/proc/14669/task/14670/stat : 14670 (java) R 14668 14655 14618 0 -1 64 8341 0 1 0 1903 17 0 0 25 0 9 0 20419080 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4126998120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14671] ppid=14668 vsize=868700 CPUtime=11.12
/proc/14669/task/14671/stat : 14671 (java) S 14668 14655 14618 0 -1 64 111076 0 0 0 1051 61 0 0 16 0 9 0 20419081 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14672] ppid=14668 vsize=868700 CPUtime=0
/proc/14669/task/14672/stat : 14672 (java) S 14668 14655 14618 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20419081 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14673] ppid=14668 vsize=868700 CPUtime=0
/proc/14669/task/14673/stat : 14673 (java) S 14668 14655 14618 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20419081 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14674] ppid=14668 vsize=868700 CPUtime=0
/proc/14669/task/14674/stat : 14674 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20419083 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14675] ppid=14668 vsize=868700 CPUtime=0.26
/proc/14669/task/14675/stat : 14675 (java) S 14668 14655 14618 0 -1 64 1550 0 0 0 25 1 0 0 16 0 9 0 20419083 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14676] ppid=14668 vsize=868700 CPUtime=0
/proc/14669/task/14676/stat : 14676 (java) S 14668 14655 14618 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20419083 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14669/tid=14677] ppid=14668 vsize=868700 CPUtime=0
/proc/14669/task/14677/stat : 14677 (java) S 14668 14655 14618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20419083 889548800 88974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 890924

[startup+35.1018 s]
/proc/loadavg: 2.29 2.14 2.05 4/85 14679
/proc/meminfo: memFree=632936/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=34.29
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1376 128964 0 2 6 1 3322 100 16 0 1 0 20418975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1113 409 3 0 796 0
[pid=14678] ppid=14655 vsize=5356 CPUtime=0
/proc/14678/stat : 14678 (sh) S 14655 14655 14618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20422439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14678/statm: 1339 232 193 169 0 50 0
[pid=14679] ppid=14678 vsize=37436 CPUtime=0.45
/proc/14679/stat : 14679 (minisat) R 14678 14655 14618 0 -1 4194304 8947 0 0 0 39 6 0 0 23 0 1 0 20422439 38334464 8933 996147200 134512640 135127466 4294956256 18446744073709551615 134514074 0 0 4096 3 0 0 0 17 1 0 0
/proc/14679/statm: 9359 8933 62 150 0 9206 0
Current children cumulated CPU time (s) 34.74
Current children cumulated vsize (KiB) 59660

[startup+35.9019 s]
/proc/loadavg: 2.29 2.14 2.05 4/85 14679
/proc/meminfo: memFree=632936/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=34.29
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1376 128964 0 2 6 1 3322 100 15 0 1 0 20418975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1113 409 3 0 796 0
[pid=14678] ppid=14655 vsize=5356 CPUtime=0
/proc/14678/stat : 14678 (sh) S 14655 14655 14618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20422439 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14678/statm: 1339 232 193 169 0 50 0
[pid=14679] ppid=14678 vsize=69208 CPUtime=1.25
/proc/14679/stat : 14679 (minisat) R 14678 14655 14618 0 -1 4194304 16804 0 0 0 113 12 0 0 25 0 1 0 20422439 70868992 16790 996147200 134512640 135127466 4294956256 18446744073709551615 134709017 0 0 4096 3 0 0 0 17 1 0 0
/proc/14679/statm: 17302 16790 73 150 0 17149 0
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (KiB) 91432

[startup+36.7019 s]
/proc/loadavg: 2.35 2.16 2.05 4/85 14679
/proc/meminfo: memFree=600552/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=36.28
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1430 146356 0 2 6 1 3506 115 17 0 1 0 20418975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 36.28
Current children cumulated vsize (KiB) 16868

[startup+36.902 s]
/proc/loadavg: 2.35 2.16 2.05 4/85 14679
/proc/meminfo: memFree=600552/2055920 swapFree=4192956/4192956
[pid=14655] ppid=14653 vsize=16868 CPUtime=36.28
/proc/14655/stat : 14655 (sugar) S 14653 14655 14618 0 -1 4194304 1448 146356 0 2 6 1 3506 115 16 0 1 0 20418975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14655/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 36.28
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 36.9855
CPU time (s): 36.6324
CPU user time (s): 35.4116
CPU system time (s): 1.22081
CPU usage (%): 99.0454
Max. virtual memory (cumulated for all children) (KiB): 916424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.4116
system time used= 1.22081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151863
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= 5362
involuntary context switches= 5702

runsolver used 0.052991 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-11 19:32:10
IDJOB=2063987
IDBENCH=54112
IDSOLVER=739
FILE ID=node34/2063987-1247333530
PBS_JOBID= 9506707
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-8.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-2063987-1247333530/watcher-2063987-1247333530 -o /tmp/evaluation-result-2063987-1247333530/solver-2063987-1247333530 -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-2063987-1247333530.xml

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

MD5SUM BENCH= ecc4645e217ca43fb25e27990367c484
RANDOM SEED=2077624446

node34.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.232
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.232
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:        700264 kB
Buffers:         51052 kB
Cached:         780316 kB
SwapCached:          0 kB
Active:         517216 kB
Inactive:       772516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        700264 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:         478828 kB
Slab:            50380 kB
Committed_AS:   599576 kB
PageTables:       2684 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= 66292 MiB
End job on node34 at 2009-07-11 19:32:47