Trace number 2078672

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 188.677 190.645

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-39_ext.xml
MD5SUM76c929ad943835582f9c43652ef4219a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.3337
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
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 04:56:01 2009
0.00/0.08	c 0	PID 23634
0.00/0.08	c 0	HOST node49.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078672-1247367360.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078672-1247367360.xml' 'HOME/temp.csp'
0.07/0.80	c 0	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.07/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.83	c 0	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.77/0.91	c 1	Parsing HOME/temp.csp
1.80/1.96	c 2	parsed 139 expressions
1.80/1.97	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.97	c 2	Converting to clausal form CSP
1.80/1.99	c 2	converted 14 (10%) expressions
1.90/2.01	c 2	converted 28 (20%) expressions
2.00/2.18	c 2	converted 42 (30%) expressions
2.00/2.19	c 2	converted 56 (40%) expressions
2.11/2.21	c 2	converted 70 (50%) expressions
2.11/2.27	c 2	converted 84 (60%) expressions
2.21/2.38	c 2	converted 98 (70%) expressions
2.29/2.49	c 2	converted 112 (80%) expressions
2.69/2.81	c 2	converted 126 (90%) expressions
2.80/2.95	c 3	converted 139 (100%) expressions
2.80/2.95	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.95	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.95	c 3	Propagation in CSP
2.80/2.95	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.95	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.95	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.96	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.96	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.96	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.12	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.99/3.12	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.99/3.12	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.99/3.13	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.99/3.13	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.99/3.13	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.99/3.13	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.99/3.13	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.99/3.13	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.99/3.13	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.99/3.14	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.19/3.35	c 3	6 (10%) CSP clauses are encoded (11134 clauses, 242210 bytes)
3.28/3.49	c 3	12 (20%) CSP clauses are encoded (21914 clauses, 484938 bytes)
3.47/3.63	c 3	18 (30%) CSP clauses are encoded (32760 clauses, 738129 bytes)
3.57/3.76	c 3	24 (40%) CSP clauses are encoded (42932 clauses, 982819 bytes)
3.77/3.90	c 4	30 (50%) CSP clauses are encoded (53751 clauses, 1247286 bytes)
3.88/4.04	c 4	36 (60%) CSP clauses are encoded (64590 clauses, 1516987 bytes)
3.98/4.18	c 4	42 (70%) CSP clauses are encoded (75414 clauses, 1785018 bytes)
4.18/4.32	c 4	48 (80%) CSP clauses are encoded (86194 clauses, 2067997 bytes)
4.28/4.46	c 4	54 (90%) CSP clauses are encoded (97045 clauses, 2358184 bytes)
4.37/4.59	c 4	59 (100%) CSP clauses are encoded (106169 clauses, 2602385 bytes)
4.37/4.59	c 4	59 CSP clauses encoded
4.37/4.59	c 4	Writing map file : HOME/temp.map
4.37/4.59	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.37/4.59	c 4	SAT : 380 SAT variables, 106169 SAT clauses, 2602385 bytes
4.37/4.59	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.45/4.61	c 4	SOLVING HOME/temp.cnf
4.45/4.61	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.45/4.61	c 4	This is MiniSat 2.0 beta
4.45/4.61	c 4	WARNING: for repeatability, setting FPU to use double precision
4.45/4.61	c 4	============================[ Problem Statistics ]=============================
4.45/4.61	c 4	|                                                                             |
4.45/4.61	c 4	|  Number of variables:  380                                                  |
4.45/4.61	c 4	|  Number of clauses:    106169                                               |
4.45/4.68	c 4	|  Parsing time:         0.06         s                                       |
4.45/4.69	c 4	============================[ Search Statistics ]==============================
4.45/4.69	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.45/4.69	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.45/4.69	c 4	===============================================================================
4.45/4.69	c 4	|         0 |     380   106169   582513 |    35389        0    nan |  0.000 % |
4.49/4.76	c 4	|       100 |     380   106169   582513 |    38928      100     11 |  0.001 % |
4.49/4.85	c 4	|       251 |     380   106169   582513 |    42821      251     11 |  0.013 % |
4.49/4.95	c 5	|       476 |     380   106169   582513 |    47103      476     10 |  0.013 % |
4.49/5.10	c 5	|       815 |     380   106169   582513 |    51814      815     11 |  0.013 % |
4.49/5.36	c 5	|      1321 |     380   106169   582513 |    56995     1321     11 |  0.009 % |
5.55/5.79	c 5	|      2080 |     380   106169   582513 |    62694     2080     11 |  0.013 % |
6.15/6.34	c 6	|      3220 |     380   106169   582513 |    68964     3220     12 |  0.012 % |
6.84/7.05	c 7	|      4929 |     380   106169   582513 |    75860     4929     12 |  0.013 % |
8.03/8.28	c 8	|      7492 |     380   106169   582513 |    83446     7492     12 |  0.013 % |
9.90/10.11	c 10	|     11336 |     380   106169   582513 |    91791    11336     13 |  0.014 % |
12.78/13.09	c 13	|     17102 |     380   106169   582513 |   100970    17102     14 |  0.014 % |
18.13/18.49	c 18	|     25751 |     380   106169   582513 |   111067    25751     14 |  0.014 % |
27.14/27.56	c 27	|     38725 |     380   106169   582513 |   122174    38725     14 |  0.015 % |
43.47/44.02	c 44	|     58187 |     380   106169   582513 |   134392    58187     14 |  0.022 % |
71.68/72.53	c 72	|     87379 |     379   105365   578789 |   147831    18005     12 |  0.264 % |
108.61/109.83	c 109	|    131170 |     379   105365   578789 |   162614    61796     15 |  0.275 % |
188.52/190.51	c 190	===============================================================================
188.52/190.51	c 190	restarts              : 17
188.52/190.51	c 190	conflicts             : 194542         (1057 /sec)
188.52/190.51	c 190	decisions             : 229252         (1.52 % random) (1246 /sec)
188.52/190.51	c 190	propagations          : 8925262        (48511 /sec)
188.52/190.51	c 190	conflict literals     : 3035889        (31.34 % deleted)
188.52/190.51	c 190	Memory used           : 20.13 MB
188.52/190.51	c 190	CPU time              : 183.985 s
188.52/190.51	c 190	
188.52/190.51	c 190	SATISFIABLE
188.52/190.52	c 190	DECODING HOME/temp.out WITH HOME/temp.map
188.52/190.52	c 190	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'
188.54/190.60	c 190	Decoding HOME/temp.out
188.54/190.62	s SATISFIABLE
188.54/190.62	v 14 7 12 6 4 4 16 11 8 13 19 15 4 3 16 14 11 7 17 3
188.54/190.63	c 190	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
188.54/190.64	c 190	CPU 188.65 (0.06 0.02 188.27 0.3)
188.54/190.64	c 190	END Sun Jul 12 04:59:11 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-2078672-1247367360/watcher-2078672-1247367360 -o /tmp/evaluation-result-2078672-1247367360/solver-2078672-1247367360 -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-2078672-1247367360.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.45 2.37 2.26 3/84 23634
/proc/meminfo: memFree=1059160/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=18576 CPUtime=0
/proc/23634/stat : 23634 (runsolver) R 23632 23634 20697 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23796401 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23634/statm: 4644 284 249 26 0 2626 0

[startup+0.10608 s]
/proc/loadavg: 2.45 2.37 2.26 3/84 23634
/proc/meminfo: memFree=1059160/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=0.07
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23796401 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202092 s]
/proc/loadavg: 2.45 2.37 2.26 3/84 23634
/proc/meminfo: memFree=1059160/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=0.07
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23796401 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302105 s]
/proc/loadavg: 2.45 2.37 2.26 3/84 23634
/proc/meminfo: memFree=1059160/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=0.07
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23796401 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70216 s]
/proc/loadavg: 2.45 2.37 2.26 3/84 23634
/proc/meminfo: memFree=1059160/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=0.07
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23796401 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50227 s]
/proc/loadavg: 2.45 2.37 2.26 5/95 23656
/proc/meminfo: memFree=1046400/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=0.77
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1309 7042 0 1 5 2 64 6 15 0 1 0 23796401 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1111 409 3 0 796 0
[pid=23647] ppid=23634 vsize=5356 CPUtime=0
/proc/23647/stat : 23647 (sh) S 23634 23634 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23796484 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23647/statm: 1339 233 193 169 0 50 0
[pid=23648] ppid=23647 vsize=862284 CPUtime=0.64
/proc/23648/stat : 23648 (java) S 23647 23634 20697 0 -1 0 6720 0 1 0 61 3 0 0 18 0 9 0 23796485 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23648/statm: 215571 6000 2158 9 0 210484 0
[pid=23648/tid=23649] ppid=23647 vsize=862284 CPUtime=0.4
/proc/23648/task/23649/stat : 23649 (java) R 23647 23634 20697 0 -1 64 2025 0 1 0 39 1 0 0 22 0 9 0 23796485 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4126424980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23650] ppid=23647 vsize=862284 CPUtime=0.19
/proc/23648/task/23650/stat : 23650 (java) S 23647 23634 20697 0 -1 64 3685 0 0 0 18 1 0 0 16 0 9 0 23796487 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23651] ppid=23647 vsize=862284 CPUtime=0
/proc/23648/task/23651/stat : 23651 (java) S 23647 23634 20697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23796487 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23652] ppid=23647 vsize=862284 CPUtime=0
/proc/23648/task/23652/stat : 23652 (java) S 23647 23634 20697 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23796487 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23653] ppid=23647 vsize=862284 CPUtime=0
/proc/23648/task/23653/stat : 23653 (java) S 23647 23634 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23796489 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23654] ppid=23647 vsize=862284 CPUtime=0.03
/proc/23648/task/23654/stat : 23654 (java) S 23647 23634 20697 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23796489 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23655] ppid=23647 vsize=862284 CPUtime=0
/proc/23648/task/23655/stat : 23655 (java) S 23647 23634 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23796489 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23656] ppid=23647 vsize=862284 CPUtime=0
/proc/23648/task/23656/stat : 23656 (java) S 23647 23634 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23796489 882978816 6000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884508

[startup+3.10252 s]
/proc/loadavg: 2.58 2.40 2.27 4/95 23656
/proc/meminfo: memFree=1024896/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=0.77
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1310 7042 0 1 5 2 64 6 15 0 1 0 23796401 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1111 409 3 0 796 0
[pid=23647] ppid=23634 vsize=5356 CPUtime=0
/proc/23647/stat : 23647 (sh) S 23634 23634 20697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23796484 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23647/statm: 1339 233 193 169 0 50 0
[pid=23648] ppid=23647 vsize=864376 CPUtime=2.22
/proc/23648/stat : 23648 (java) S 23647 23634 20697 0 -1 0 14742 0 1 0 213 9 0 0 18 0 9 0 23796485 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23648/statm: 216094 13983 2566 9 0 210599 0
[pid=23648/tid=23649] ppid=23647 vsize=864376 CPUtime=1.06
/proc/23648/task/23649/stat : 23649 (java) R 23647 23634 20697 0 -1 64 3167 0 1 0 104 2 0 0 20 0 9 0 23796485 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23650] ppid=23647 vsize=864376 CPUtime=1.09
/proc/23648/task/23650/stat : 23650 (java) R 23647 23634 20697 0 -1 64 10560 0 0 0 104 5 0 0 18 0 9 0 23796487 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 104191126 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23651] ppid=23647 vsize=864376 CPUtime=0
/proc/23648/task/23651/stat : 23651 (java) S 23647 23634 20697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23796487 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23652] ppid=23647 vsize=864376 CPUtime=0
/proc/23648/task/23652/stat : 23652 (java) S 23647 23634 20697 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23796487 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23653] ppid=23647 vsize=864376 CPUtime=0
/proc/23648/task/23653/stat : 23653 (java) S 23647 23634 20697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23796489 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23654] ppid=23647 vsize=864376 CPUtime=0.04
/proc/23648/task/23654/stat : 23654 (java) S 23647 23634 20697 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23796489 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23655] ppid=23647 vsize=864376 CPUtime=0
/proc/23648/task/23655/stat : 23655 (java) S 23647 23634 20697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23796489 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23648/tid=23656] ppid=23647 vsize=864376 CPUtime=0
/proc/23648/task/23656/stat : 23656 (java) S 23647 23634 20697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23796489 885121024 13983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886600

[startup+6.30196 s]
/proc/loadavg: 2.58 2.40 2.27 4/87 23658
/proc/meminfo: memFree=1044032/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 15 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=8296 CPUtime=1.66
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 1960 0 0 0 165 1 0 0 25 0 1 0 23796862 8495104 1946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 2074 1946 75 150 0 1921 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30520

[startup+12.7019 s]
/proc/loadavg: 2.49 2.38 2.26 3/87 23658
/proc/meminfo: memFree=1042752/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=9536 CPUtime=7.99
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 2259 0 0 0 798 1 0 0 25 0 1 0 23796862 9764864 2245 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 2384 2245 75 150 0 2231 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31760

[startup+25.5027 s]
/proc/loadavg: 2.49 2.39 2.27 3/87 23658
/proc/meminfo: memFree=1040960/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=11352 CPUtime=20.66
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 2710 0 0 0 2064 2 0 0 25 0 1 0 23796862 11624448 2696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 2838 2696 75 150 0 2685 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 33576

[startup+51.1023 s]
/proc/loadavg: 2.61 2.42 2.28 3/87 23658
/proc/meminfo: memFree=1038272/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=14076 CPUtime=46
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 3383 0 0 0 4597 3 0 0 25 0 1 0 23796862 14413824 3369 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 3519 3369 75 150 0 3366 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 36300

[startup+102.303 s]
/proc/loadavg: 2.66 2.46 2.30 3/87 23658
/proc/meminfo: memFree=1036352/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=15836 CPUtime=96.7
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 3841 0 0 0 9666 4 0 0 25 0 1 0 23796862 16216064 3827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 3959 3827 75 150 0 3806 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 38060

[startup+162.302 s]
/proc/loadavg: 2.38 2.40 2.28 3/87 23658
/proc/meminfo: memFree=1033536/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=18760 CPUtime=156.11
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4526 0 0 0 15606 5 0 0 25 0 1 0 23796862 19210240 4512 996147200 134512640 135127466 4294956256 18446744073709551615 134528598 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 4690 4512 75 150 0 4537 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 40984

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

[startup+166.402 s]
/proc/loadavg: 2.38 2.40 2.28 4/87 23658
/proc/meminfo: memFree=1033216/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=19024 CPUtime=160.16
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4601 0 0 0 16011 5 0 0 25 0 1 0 23796862 19480576 4587 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 4756 4587 75 150 0 4603 0
Current children cumulated CPU time (s) 164.65
Current children cumulated vsize (KiB) 41248

[startup+179.203 s]
/proc/loadavg: 2.52 2.43 2.29 4/87 23658
/proc/meminfo: memFree=1032384/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=19816 CPUtime=172.84
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4804 0 0 0 17279 5 0 0 25 0 1 0 23796862 20291584 4790 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 4954 4790 75 150 0 4801 0
Current children cumulated CPU time (s) 177.33
Current children cumulated vsize (KiB) 42040

[startup+185.601 s]
/proc/loadavg: 2.48 2.42 2.29 3/87 23658
/proc/meminfo: memFree=1031936/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=20216 CPUtime=179.18
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4915 0 0 0 17912 6 0 0 25 0 1 0 23796862 20701184 4901 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 5054 4901 75 150 0 4901 0
Current children cumulated CPU time (s) 183.67
Current children cumulated vsize (KiB) 42440

[startup+188.803 s]
/proc/loadavg: 2.44 2.42 2.29 3/87 23658
/proc/meminfo: memFree=1031744/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=20480 CPUtime=182.35
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4965 0 0 0 18229 6 0 0 25 0 1 0 23796862 20971520 4951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 5120 4951 75 150 0 4967 0
Current children cumulated CPU time (s) 186.84
Current children cumulated vsize (KiB) 42704

[startup+189.603 s]
/proc/loadavg: 2.44 2.42 2.29 3/87 23658
/proc/meminfo: memFree=1031744/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=20480 CPUtime=183.14
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4974 0 0 0 18308 6 0 0 25 0 1 0 23796862 20971520 4960 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 5120 4960 75 150 0 4967 0
Current children cumulated CPU time (s) 187.63
Current children cumulated vsize (KiB) 42704

[startup+190.407 s]
/proc/loadavg: 2.44 2.42 2.29 4/87 23658
/proc/meminfo: memFree=1031680/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=4.49
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1374 22255 0 2 6 2 421 20 16 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
[pid=23657] ppid=23634 vsize=5356 CPUtime=0
/proc/23657/stat : 23657 (sh) S 23634 23634 20697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23796862 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23657/statm: 1339 232 193 169 0 50 0
[pid=23658] ppid=23657 vsize=20612 CPUtime=183.94
/proc/23658/stat : 23658 (minisat) R 23657 23634 20697 0 -1 4194304 4987 0 0 0 18388 6 0 0 25 0 1 0 23796862 21106688 4973 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23658/statm: 5153 4973 75 150 0 5000 0
Current children cumulated CPU time (s) 188.43
Current children cumulated vsize (KiB) 42836

[startup+190.601 s]
/proc/loadavg: 2.44 2.42 2.29 4/87 23658
/proc/meminfo: memFree=1031680/2055920 swapFree=4192812/4192956
[pid=23634] ppid=23632 vsize=16868 CPUtime=188.54
/proc/23634/stat : 23634 (sugar) S 23632 23634 20697 0 -1 4194304 1427 27539 0 2 6 2 18819 27 17 0 1 0 23796401 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23634/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 188.54
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 190.645
CPU time (s): 188.677
CPU user time (s): 188.341
CPU system time (s): 0.335948
CPU usage (%): 98.9678
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.341
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32736
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= 2818
involuntary context switches= 10286

runsolver used 0.227965 second user time and 0.658899 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 04:56:01
IDJOB=2078672
IDBENCH=56798
IDSOLVER=739
FILE ID=node49/2078672-1247367360
PBS_JOBID= 9507076
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-39_ext.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-2078672-1247367360/watcher-2078672-1247367360 -o /tmp/evaluation-result-2078672-1247367360/solver-2078672-1247367360 -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-2078672-1247367360.xml

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

MD5SUM BENCH= 76c929ad943835582f9c43652ef4219a
RANDOM SEED=1171670098

node49.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:       1059640 kB
Buffers:         49112 kB
Cached:         178416 kB
SwapCached:          0 kB
Active:         834324 kB
Inactive:        96816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1059640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2560 kB
Writeback:           0 kB
Mapped:         719332 kB
Slab:            48856 kB
Committed_AS:   898188 kB
PageTables:       3104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node49 at 2009-07-12 04:59:11