Trace number 2061930

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+minisatUNSAT 200.583 202.608

General information on the benchmark

Namecsp/cjss/
normalized-ft06x3-54.xml
MD5SUM7c3213be65501b104c40f4acb0275228
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.4167
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints114
Maximum constraint arity18
Maximum domain size55
Number of constraints which are defined in extension0
Number of constraints which are defined in intension108
Global constraints used (with number of constraints)cumulative(6)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:58:05 2009
0.00/0.08	c 0	PID 12481
0.00/0.08	c 0	HOST node45.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061930-1247327885.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-2061930-1247327885.xml' 'HOME/temp.csp'
0.07/0.33	c 0	2 domains, 109 variables, 1 predicates, 0 relations, 114 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	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.33/0.43	c 0	Parsing HOME/temp.csp
0.33/0.47	c 0	parsed 226 expressions
0.33/0.48	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.48	c 0	Converting to clausal form CSP
0.33/0.50	c 1	converted 23 (10%) expressions
0.33/0.50	c 1	converted 46 (20%) expressions
0.33/0.50	c 1	converted 68 (30%) expressions
0.33/0.51	c 1	converted 91 (40%) expressions
0.33/0.51	c 1	converted 113 (50%) expressions
0.33/0.52	c 1	converted 136 (60%) expressions
0.33/0.53	c 1	converted 159 (70%) expressions
0.33/0.53	c 1	converted 181 (80%) expressions
0.33/0.55	c 1	converted 204 (90%) expressions
1.64/1.70	c 2	converted 226 (100%) expressions
1.64/1.70	c 2	CSP : 6274 integers, 3102 booleans, 17764 clauses, largest domain size 54
1.64/1.70	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.64/1.70	c 2	Propagation in CSP
1.74/1.83	c 2	1443 values, 0 unsatisfiable literals, and 3 valid clauses are removed
1.74/1.83	c 2	CSP : 6274 integers, 3102 booleans, 17761 clauses, largest domain size 30
1.74/1.83	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.84	c 2	Simplifing CSP by introducing new Boolean variables
1.74/1.86	c 2	CSP : 6274 integers, 3102 booleans, 17761 clauses, largest domain size 30
1.74/1.86	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.84/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.97	c 2	628 (10%) CSP integer variables are encoded (2280 clauses, 27597 bytes)
1.84/1.98	c 2	1255 (20%) CSP integer variables are encoded (2454 clauses, 29859 bytes)
1.84/1.98	c 2	1883 (30%) CSP integer variables are encoded (2558 clauses, 31211 bytes)
1.84/1.98	c 2	2510 (40%) CSP integer variables are encoded (2700 clauses, 33057 bytes)
1.84/1.98	c 2	3137 (50%) CSP integer variables are encoded (2880 clauses, 35397 bytes)
1.84/1.99	c 2	3765 (60%) CSP integer variables are encoded (2994 clauses, 36879 bytes)
1.84/1.99	c 2	4392 (70%) CSP integer variables are encoded (3174 clauses, 39219 bytes)
1.93/2.00	c 2	5020 (80%) CSP integer variables are encoded (3300 clauses, 40857 bytes)
1.93/2.00	c 2	5647 (90%) CSP integer variables are encoded (3438 clauses, 42651 bytes)
1.93/2.00	c 2	6274 (100%) CSP integer variables are encoded (3618 clauses, 44991 bytes)
1.93/2.07	c 2	1777 (10%) CSP clauses are encoded (9581 clauses, 146603 bytes)
2.13/2.23	c 2	3553 (20%) CSP clauses are encoded (17523 clauses, 321318 bytes)
2.13/2.27	c 2	5329 (30%) CSP clauses are encoded (22139 clauses, 409798 bytes)
2.33/2.44	c 2	7105 (40%) CSP clauses are encoded (27998 clauses, 528260 bytes)
2.33/2.49	c 2	8881 (50%) CSP clauses are encoded (33705 clauses, 649171 bytes)
2.43/2.58	c 3	10657 (60%) CSP clauses are encoded (39371 clauses, 762690 bytes)
2.52/2.63	c 3	12433 (70%) CSP clauses are encoded (44366 clauses, 864692 bytes)
2.73/2.81	c 3	14209 (80%) CSP clauses are encoded (51179 clauses, 1006133 bytes)
2.83/2.96	c 3	15985 (90%) CSP clauses are encoded (57527 clauses, 1137506 bytes)
2.92/3.09	c 3	17761 (100%) CSP clauses are encoded (65160 clauses, 1299215 bytes)
2.92/3.10	c 3	17761 CSP clauses encoded
2.92/3.10	c 3	Writing map file : HOME/temp.map
3.02/3.10	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.02/3.10	c 3	SAT : 11769 SAT variables, 65160 SAT clauses, 1299215 bytes
3.02/3.10	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.02/3.13	c 3	SOLVING HOME/temp.cnf
3.02/3.13	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.02/3.14	c 3	This is MiniSat 2.0 beta
3.02/3.14	c 3	WARNING: for repeatability, setting FPU to use double precision
3.02/3.14	c 3	============================[ Problem Statistics ]=============================
3.02/3.14	c 3	|                                                                             |
3.02/3.14	c 3	|  Number of variables:  11769                                                |
3.02/3.14	c 3	|  Number of clauses:    65160                                                |
3.02/3.17	c 3	|  Parsing time:         0.03         s                                       |
3.02/3.17	c 3	============================[ Search Statistics ]==============================
3.02/3.17	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.02/3.17	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.02/3.17	c 3	===============================================================================
3.02/3.17	c 3	|         0 |    8100    37692   114479 |    12564        0    nan |  0.000 % |
3.02/3.19	c 3	|       100 |    8100    37692   114479 |    13820      100     21 | 31.175 % |
3.05/3.22	c 3	|       251 |    8100    37692   114479 |    15202      251     18 | 31.175 % |
3.05/3.25	c 3	|       476 |    8100    37692   114479 |    16722      476     13 | 31.175 % |
3.05/3.30	c 3	|       815 |    8100    37692   114479 |    18394      815     17 | 31.175 % |
3.20/3.38	c 3	|      1323 |    8100    37692   114479 |    20234     1323     18 | 31.175 % |
3.30/3.49	c 3	|      2083 |    8080    37591   114223 |    22257     2078     19 | 31.490 % |
3.49/3.65	c 4	|      3222 |    8063    37476   113933 |    24483     3217     20 | 31.490 % |
3.79/3.90	c 4	|      4930 |    8020    37269   113312 |    26932     4871     23 | 32.169 % |
4.19/4.36	c 4	|      7495 |    7983    36970   112459 |    29625     7377     22 | 32.169 % |
4.98/5.12	c 5	|     11343 |    7963    36933   112360 |    32587    11217     22 | 32.679 % |
6.07/6.26	c 6	|     17109 |    7923    36513   111009 |    35846    16626     22 | 32.679 % |
8.45/8.62	c 9	|     25760 |    7898    36339   110519 |    39431    24974     26 | 32.892 % |
13.49/13.79	c 14	|     38736 |    7897    36330   110495 |    43374    37949     25 | 32.900 % |
22.31/22.68	c 23	|     58198 |    7896    36317   110449 |    47711    23353     21 | 32.909 % |
36.57/37.05	c 37	|     87390 |    7895    36304   110415 |    52482    52543     25 | 33.095 % |
59.46/60.11	c 60	|    131179 |    7648    34725   105680 |    57731    55940     21 | 35.016 % |
97.29/98.37	c 98	|    196863 |    7644    34683   105506 |    63504    31878     26 | 35.050 % |
161.88/163.56	c 164	|    295389 |    7622    34533   105060 |    69854    38337     20 | 35.237 % |
200.40/202.43	c 202	===============================================================================
200.40/202.43	c 202	restarts              : 19
200.40/202.43	c 202	conflicts             : 355521         (1802 /sec)
200.40/202.43	c 202	decisions             : 436826         (1.54 % random) (2214 /sec)
200.40/202.43	c 202	propagations          : 138163131      (700152 /sec)
200.40/202.43	c 202	conflict literals     : 8173497        (40.14 % deleted)
200.40/202.43	c 202	Memory used           : 15.48 MB
200.40/202.43	c 202	CPU time              : 197.333 s
200.40/202.43	c 202	
200.40/202.43	c 202	UNSATISFIABLE
200.40/202.43	c 202	DECODING HOME/temp.out WITH HOME/temp.map
200.40/202.43	c 202	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'
200.43/202.51	c 203	Decoding HOME/temp.out
200.43/202.54	s UNSATISFIABLE
200.43/202.55	c 203	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
200.43/202.60	c 203	CPU 200.56 (0.06 0.01 200.27 0.22)
200.43/202.60	c 203	END Sat Jul 11 18:01:28 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061930-1247327885/watcher-2061930-1247327885 -o /tmp/evaluation-result-2061930-1247327885/solver-2061930-1247327885 -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-2061930-1247327885.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: 1.78 1.95 1.91 4/73 12481
/proc/meminfo: memFree=962080/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=12268 CPUtime=0
/proc/12481/stat : 12481 (sugar) R 12479 12481 10765 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19852279 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12481/statm: 3067 316 241 3 0 167 0

[startup+0.105913 s]
/proc/loadavg: 1.78 1.95 1.91 4/73 12481
/proc/meminfo: memFree=962080/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=0.07
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19852279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201929 s]
/proc/loadavg: 1.78 1.95 1.91 4/73 12481
/proc/meminfo: memFree=962080/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=0.07
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19852279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301944 s]
/proc/loadavg: 1.78 1.95 1.91 4/73 12481
/proc/meminfo: memFree=962080/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=0.07
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19852279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702018 s]
/proc/loadavg: 1.78 1.95 1.91 4/73 12481
/proc/meminfo: memFree=962080/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=0.33
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1309 4363 0 1 6 1 23 3 15 0 1 0 19852279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 1.78 1.95 1.91 4/84 12503
/proc/meminfo: memFree=943048/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=0.33
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1309 4363 0 1 6 1 23 3 15 0 1 0 19852279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1111 409 3 0 796 0
[pid=12494] ppid=12481 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (sh) S 12481 12481 10765 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19852315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12494/statm: 1339 233 193 169 0 50 0
[pid=12495] ppid=12494 vsize=868572 CPUtime=1.11
/proc/12495/stat : 12495 (java) S 12494 12481 10765 0 -1 0 8812 0 1 0 105 6 0 0 18 0 9 0 19852315 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 217143 7983 2565 9 0 211648 0
[pid=12495/tid=12496] ppid=12494 vsize=868572 CPUtime=0.67
/proc/12495/task/12496/stat : 12496 (java) R 12494 12481 10765 0 -1 64 2737 0 1 0 65 2 0 0 23 0 9 0 19852316 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4126491911 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12497] ppid=12494 vsize=868572 CPUtime=0.23
/proc/12495/task/12497/stat : 12497 (java) S 12494 12481 10765 0 -1 64 3881 0 0 0 21 2 0 0 16 0 9 0 19852317 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12498] ppid=12494 vsize=868572 CPUtime=0
/proc/12495/task/12498/stat : 12498 (java) S 12494 12481 10765 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19852317 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12494 vsize=868572 CPUtime=0
/proc/12495/task/12499/stat : 12499 (java) S 12494 12481 10765 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19852317 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12500] ppid=12494 vsize=868572 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12494 12481 10765 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19852319 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12501] ppid=12494 vsize=868572 CPUtime=0.19
/proc/12495/task/12501/stat : 12501 (java) S 12494 12481 10765 0 -1 64 1496 0 0 0 19 0 0 0 16 0 9 0 19852319 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12502] ppid=12494 vsize=868572 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12494 12481 10765 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19852320 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12503] ppid=12494 vsize=868572 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12494 12481 10765 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19852320 889417728 7983 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890796

[startup+3.10145 s]
/proc/loadavg: 1.78 1.95 1.91 3/84 12503
/proc/meminfo: memFree=933896/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=0.33
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1310 4363 0 1 6 1 23 3 15 0 1 0 19852279 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1111 409 3 0 796 0
[pid=12494] ppid=12481 vsize=5356 CPUtime=0
/proc/12494/stat : 12494 (sh) S 12481 12481 10765 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19852315 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12494/statm: 1339 233 193 169 0 50 0
[pid=12495] ppid=12494 vsize=868684 CPUtime=2.69
/proc/12495/stat : 12495 (java) S 12494 12481 10765 0 -1 0 9737 0 1 0 259 10 0 0 18 0 9 0 19852315 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12495/statm: 217171 8650 2591 9 0 211648 0
[pid=12495/tid=12496] ppid=12494 vsize=868684 CPUtime=1.97
/proc/12495/task/12496/stat : 12496 (java) R 12494 12481 10765 0 -1 64 2932 0 1 0 193 4 0 0 25 0 9 0 19852316 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 101448592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12497] ppid=12494 vsize=868684 CPUtime=0.44
/proc/12495/task/12497/stat : 12497 (java) S 12494 12481 10765 0 -1 64 4573 0 0 0 41 3 0 0 16 0 9 0 19852317 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12498] ppid=12494 vsize=868684 CPUtime=0
/proc/12495/task/12498/stat : 12498 (java) S 12494 12481 10765 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19852317 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12499] ppid=12494 vsize=868684 CPUtime=0
/proc/12495/task/12499/stat : 12499 (java) S 12494 12481 10765 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19852317 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12500] ppid=12494 vsize=868684 CPUtime=0
/proc/12495/task/12500/stat : 12500 (java) S 12494 12481 10765 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19852319 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12501] ppid=12494 vsize=868684 CPUtime=0.26
/proc/12495/task/12501/stat : 12501 (java) S 12494 12481 10765 0 -1 64 1534 0 0 0 25 1 0 0 16 0 9 0 19852319 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12502] ppid=12494 vsize=868684 CPUtime=0
/proc/12495/task/12502/stat : 12502 (java) S 12494 12481 10765 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19852320 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12495/tid=12503] ppid=12494 vsize=868684 CPUtime=0
/proc/12495/task/12503/stat : 12503 (java) S 12494 12481 10765 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19852320 889532416 8650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890908

[startup+6.30203 s]
/proc/loadavg: 1.80 1.95 1.91 3/76 12505
/proc/meminfo: memFree=952008/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=6456 CPUtime=3.12
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 1504 0 0 0 311 1 0 0 25 0 1 0 19852593 6610944 1490 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 1614 1490 76 150 0 1461 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 28680

[startup+12.7022 s]
/proc/loadavg: 1.81 1.95 1.91 3/76 12505
/proc/meminfo: memFree=949000/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=9344 CPUtime=9.45
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 2200 0 0 0 944 1 0 0 25 0 1 0 19852593 9568256 2186 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 2336 2186 76 150 0 2183 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 31568

[startup+25.5015 s]
/proc/loadavg: 1.85 1.95 1.91 3/76 12505
/proc/meminfo: memFree=947272/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=11028 CPUtime=22.13
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 2644 0 0 0 2211 2 0 0 25 0 1 0 19852593 11292672 2630 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 2757 2630 76 150 0 2604 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 33252

[startup+51.1011 s]
/proc/loadavg: 1.90 1.96 1.91 3/76 12505
/proc/meminfo: memFree=945800/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=12632 CPUtime=47.48
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3019 0 0 0 4746 2 0 0 25 0 1 0 19852593 12935168 3005 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3158 3005 76 150 0 3005 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 34856

[startup+102.301 s]
/proc/loadavg: 1.96 1.96 1.91 3/76 12505
/proc/meminfo: memFree=944648/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=13652 CPUtime=98.21
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3266 0 0 0 9818 3 0 0 25 0 1 0 19852593 13979648 3252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3413 3252 76 150 0 3260 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 35876

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 1.91 3/76 12505
/proc/meminfo: memFree=942600/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15708 CPUtime=157.64
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3756 0 0 0 15760 4 0 0 25 0 1 0 19852593 16084992 3742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3927 3742 76 150 0 3774 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 37932

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

[startup+179.202 s]
/proc/loadavg: 1.98 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942336/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15708 CPUtime=174.37
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3775 0 0 0 17433 4 0 0 25 0 1 0 19852593 16084992 3761 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3927 3761 76 150 0 3774 0
Current children cumulated CPU time (s) 177.42
Current children cumulated vsize (KiB) 37932

[startup+192.002 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942280/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15852 CPUtime=187.04
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3817 0 0 0 18700 4 0 0 25 0 1 0 19852593 16232448 3803 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3963 3803 76 150 0 3810 0
Current children cumulated CPU time (s) 190.09
Current children cumulated vsize (KiB) 38076

[startup+198.402 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942344/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15852 CPUtime=193.38
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3817 0 0 0 19334 4 0 0 25 0 1 0 19852593 16232448 3803 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3963 3803 76 150 0 3810 0
Current children cumulated CPU time (s) 196.43
Current children cumulated vsize (KiB) 38076

[startup+200.002 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942344/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15852 CPUtime=194.97
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3817 0 0 0 19493 4 0 0 25 0 1 0 19852593 16232448 3803 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3963 3803 76 150 0 3810 0
Current children cumulated CPU time (s) 198.02
Current children cumulated vsize (KiB) 38076

[startup+201.601 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942344/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15852 CPUtime=196.55
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3817 0 0 0 19651 4 0 0 25 0 1 0 19852593 16232448 3803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3963 3803 76 150 0 3810 0
Current children cumulated CPU time (s) 199.6
Current children cumulated vsize (KiB) 38076

[startup+202.401 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942344/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=3.05
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1376 14399 0 2 6 1 284 14 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
[pid=12504] ppid=12481 vsize=5356 CPUtime=0
/proc/12504/stat : 12504 (sh) S 12481 12481 10765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19852593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12504/statm: 1339 232 193 169 0 50 0
[pid=12505] ppid=12504 vsize=15852 CPUtime=197.35
/proc/12505/stat : 12505 (minisat) R 12504 12481 10765 0 -1 4194304 3817 0 0 0 19731 4 0 0 25 0 1 0 19852593 16232448 3803 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12505/statm: 3963 3803 76 150 0 3810 0
Current children cumulated CPU time (s) 200.4
Current children cumulated vsize (KiB) 38076

[startup+202.602 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 12511
/proc/meminfo: memFree=942344/2055920 swapFree=4192956/4192956
[pid=12481] ppid=12479 vsize=16868 CPUtime=200.43
/proc/12481/stat : 12481 (sugar) S 12479 12481 10765 0 -1 4194304 1449 18510 0 2 6 1 20017 19 16 0 1 0 19852279 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12481/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 200.43
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 202.608
CPU time (s): 200.583
CPU user time (s): 200.343
CPU system time (s): 0.239963
CPU usage (%): 99.0003
Max. virtual memory (cumulated for all children) (KiB): 891048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.343
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23796
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= 2843
involuntary context switches= 7116

runsolver used 0.246962 second user time and 0.690894 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-11 17:58:05
IDJOB=2061930
IDBENCH=53853
IDSOLVER=739
FILE ID=node45/2061930-1247327885
PBS_JOBID= 9506537
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft06x3-54.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-2061930-1247327885/watcher-2061930-1247327885 -o /tmp/evaluation-result-2061930-1247327885/solver-2061930-1247327885 -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-2061930-1247327885.xml

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

MD5SUM BENCH= 7c3213be65501b104c40f4acb0275228
RANDOM SEED=177126241

node45.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.281
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.281
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:        962560 kB
Buffers:         56860 kB
Cached:         943760 kB
SwapCached:          0 kB
Active:         131096 kB
Inactive:       889200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        962560 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:          30400 kB
Slab:            58444 kB
Committed_AS:   203564 kB
PageTables:       1716 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= 66356 MiB
End job on node45 at 2009-07-11 18:01:28