Trace number 2081664

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.15 1845.41

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-17.xml
MD5SUMff0095e884b4a099556c455a5e77fd82
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1570
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
Global constraints used (with number of constraints)

Solver Data

0.07/22.61	c 0	Sugar v1-14-6 + HOME/minisat
0.08/23.98	c 1	BEGIN Sun Jul 12 06:39:25 2009
0.08/23.98	c 1	PID 23462
0.08/24.69	c 2	HOST node88.alineos.net
0.08/24.69	c 2	CONVERTING HOME/instance-2081664-1247373535.xml TO HOME/temp.csp
0.08/24.69	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081664-1247373535.xml' 'HOME/temp.csp'
0.89/42.03	c 19	94 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
0.89/42.08	c 19	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.89/42.08	c 19	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.92/42.44	c 20	Parsing HOME/temp.csp
0.92/42.57	c 20	parsed 10000 expressions
0.92/42.58	c 20	parsed 10388 expressions
0.92/42.59	c 20	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/42.59	c 20	Converting to clausal form CSP
0.92/42.69	c 20	converted 1039 (10%) expressions
0.92/42.78	c 20	converted 2078 (20%) expressions
1.46/42.85	c 20	converted 3117 (30%) expressions
1.46/42.88	c 20	converted 4156 (40%) expressions
1.57/42.91	c 20	converted 5194 (50%) expressions
1.57/42.95	c 20	converted 6233 (60%) expressions
1.67/43.03	c 20	converted 7272 (70%) expressions
1.67/43.06	c 20	converted 8311 (80%) expressions
1.67/43.09	c 20	converted 9350 (90%) expressions
1.77/43.12	c 20	converted 10388 (100%) expressions
1.77/43.13	c 20	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1554
1.77/43.13	c 20	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.77/43.13	c 20	Propagation in CSP
2.17/43.50	c 21	180816 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.17/43.50	c 21	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 931
2.17/43.50	c 21	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.17/43.51	c 21	Simplifing CSP by introducing new Boolean variables
2.27/43.67	c 21	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 931
2.27/43.67	c 21	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.37/43.75	c 21	Encoding CSP to SAT : HOME/temp.cnf
2.46/43.83	c 21	60 (10%) CSP integer variables are encoded (40860 clauses, 590784 bytes)
2.46/43.88	c 21	120 (20%) CSP integer variables are encoded (89130 clauses, 1314834 bytes)
2.57/43.93	c 21	180 (30%) CSP integer variables are encoded (127500 clauses, 1945663 bytes)
2.57/43.99	c 21	240 (40%) CSP integer variables are encoded (177810 clauses, 2800933 bytes)
2.66/44.05	c 21	300 (50%) CSP integer variables are encoded (226830 clauses, 3634273 bytes)
2.75/44.12	c 21	360 (60%) CSP integer variables are encoded (276300 clauses, 4475263 bytes)
2.75/44.18	c 21	420 (70%) CSP integer variables are encoded (329220 clauses, 5374903 bytes)
2.86/44.24	c 21	480 (80%) CSP integer variables are encoded (384510 clauses, 6314833 bytes)
2.97/44.30	c 21	540 (90%) CSP integer variables are encoded (434820 clauses, 7170103 bytes)
2.97/44.35	c 21	600 (100%) CSP integer variables are encoded (475080 clauses, 7854523 bytes)
4.67/46.01	c 23	2739 (10%) CSP clauses are encoded (1401831 clauses, 29138147 bytes)
5.97/47.37	c 24	5478 (20%) CSP clauses are encoded (2179366 clauses, 47395471 bytes)
7.84/50.52	c 28	8217 (30%) CSP clauses are encoded (3232895 clauses, 72186388 bytes)
9.42/52.14	c 29	10956 (40%) CSP clauses are encoded (4157874 clauses, 93993026 bytes)
10.91/53.70	c 31	13695 (50%) CSP clauses are encoded (5049959 clauses, 115931264 bytes)
12.70/55.48	c 33	16434 (60%) CSP clauses are encoded (6067420 clauses, 140927275 bytes)
14.60/57.32	c 34	19173 (70%) CSP clauses are encoded (7127723 clauses, 166946799 bytes)
16.51/59.26	c 36	21912 (80%) CSP clauses are encoded (8247302 clauses, 194338130 bytes)
18.52/62.72	c 40	24651 (90%) CSP clauses are encoded (9397958 clauses, 222311121 bytes)
20.39/64.64	c 42	27390 (100%) CSP clauses are encoded (10535805 clauses, 249058986 bytes)
20.39/64.64	c 42	27390 CSP clauses encoded
20.39/64.64	c 42	Writing map file : HOME/temp.map
20.39/64.65	c 42	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.39/64.65	c 42	SAT : 493380 SAT variables, 10535805 SAT clauses, 249058986 bytes
20.39/64.65	c 42	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.39/64.66	c 42	SOLVING HOME/temp.cnf
20.39/64.66	c 42	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.39/64.67	c 42	This is MiniSat 2.0 beta
20.39/64.67	c 42	WARNING: for repeatability, setting FPU to use double precision
20.39/64.67	c 42	============================[ Problem Statistics ]=============================
20.39/64.67	c 42	|                                                                             |
20.39/64.67	c 42	|  Number of variables:  493380                                               |
20.39/64.67	c 42	|  Number of clauses:    10535805                                             |
26.07/70.39	c 48	|  Parsing time:         4.95         s                                       |
26.36/70.67	c 48	============================[ Search Statistics ]==============================
26.36/70.67	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.36/70.67	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.36/70.67	c 48	===============================================================================
26.36/70.67	c 48	|         0 |  493050 10535475 30436728 |  3511825        0    nan |  0.000 % |
32.42/76.74	c 54	|       100 |  493044 10535475 30436728 |  3863007       95     19 |  0.083 % |
37.59/81.99	c 59	|       250 |  493044 10535475 30436728 |  4249308      243     14 |  0.087 % |
45.98/90.38	c 68	|       475 |  493043 10535475 30436728 |  4674239      467     16 |  0.092 % |
53.78/98.19	c 75	|       813 |  493038 10535475 30436728 |  5141662      802     16 |  0.102 % |
67.37/111.73	c 89	|      1322 |  493027 10535475 30436728 |  5655829     1304     20 |  0.111 % |
89.50/133.90	c 111	|      2081 |  492831 10531438 30425338 |  6221412     2062     35 |  0.115 % |
118.69/163.17	c 140	|      3220 |  492831 10531438 30425338 |  6843553     3201     35 |  0.115 % |
174.24/218.72	c 196	|      4928 |  492720 10529287 30419255 |  7527908     4900     33 |  0.135 % |
242.20/286.76	c 264	|      7491 |  492697 10528919 30418222 |  8280699     7461     31 |  0.140 % |
344.66/389.20	c 366	|     11335 |  492651 10528284 30416468 |  9108769    11296     30 |  0.157 % |
518.79/563.47	c 541	|     17101 |  492425 10523327 30402301 | 10019646    17051     28 |  0.194 % |
756.29/801.04	c 778	|     25751 |  492314 10521098 30395967 | 11021611    25694     29 |  0.218 % |
1155.62/1200.60	c 1178	|     38725 |  492113 10516990 30384281 | 12123772    38647     30 |  0.265 % |
1702.08/1747.29	c 1724	|     58186 |  491978 10514231 30376398 | 13336149    58101     33 |  0.285 % |
1800.04/1845.21	c ERROR INTERRUPTED
1800.04/1845.28	s UNKNOWN
1800.04/1845.28	c 1822	CPU 20.49 (0.06 0.03 18.6 1.8)
1800.04/1845.28	c 1822	END Sun Jul 12 07:09:47 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081664-1247373535/watcher-2081664-1247373535 -o /tmp/evaluation-result-2081664-1247373535/solver-2081664-1247373535 -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-2081664-1247373535.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: 4.83 4.95 3.67 3/85 23462
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=18576 CPUtime=0
/proc/23462/stat : 23462 (runsolver) D 23460 23462 22794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24419402 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 4644 284 249 26 0 2626 0

[startup+0.0268091 s]
/proc/loadavg: 4.83 4.95 3.67 3/85 23462
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=18576 CPUtime=0
/proc/23462/stat : 23462 (runsolver) D 23460 23462 22794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24419402 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101819 s]
/proc/loadavg: 4.83 4.95 3.67 3/85 23462
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=18576 CPUtime=0
/proc/23462/stat : 23462 (runsolver) D 23460 23462 22794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24419402 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.301853 s]
/proc/loadavg: 4.83 4.95 3.67 3/85 23462
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=18576 CPUtime=0
/proc/23462/stat : 23462 (runsolver) D 23460 23462 22794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24419402 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 270187162919 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.7019 s]
/proc/loadavg: 4.83 4.95 3.67 3/85 23462
/proc/meminfo: memFree=15840/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=124 CPUtime=0
/proc/23462/stat : 23462 (sugar) D 23460 23462 22794 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24419402 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 270184543625 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+1.50199 s]
/proc/loadavg: 4.68 4.92 3.67 2/86 23463
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=124 CPUtime=0
/proc/23462/stat : 23462 (sugar) D 23460 23462 22794 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 24419402 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 270184543625 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+3.10217 s]
/proc/loadavg: 4.68 4.92 3.67 2/86 23463
/proc/meminfo: memFree=15512/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=12268 CPUtime=0
/proc/23462/stat : 23462 (sugar) D 23460 23462 22794 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24419402 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23462/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268
heavy processes:

[startup+6.30154 s]
/proc/loadavg: 4.54 4.88 3.66 2/85 23463
/proc/meminfo: memFree=16032/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=12272 CPUtime=0
/proc/23462/stat : 23462 (sugar) D 23460 23462 22794 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 24419402 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/23462/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272
heavy processes:

[startup+12.7013 s]
/proc/loadavg: 4.58 4.89 3.67 2/84 23463
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=13468 CPUtime=0.04
/proc/23462/stat : 23462 (sugar) D 23460 23462 22794 0 -1 4194304 753 0 0 0 3 1 0 0 18 0 1 0 24419402 13791232 721 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/23462/statm: 3367 721 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468
heavy processes:

[startup+25.5017 s]
/proc/loadavg: 4.67 4.89 3.69 1/86 23466
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=0.08
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1227 128 0 0 5 3 0 0 16 0 1 0 24419402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1111 409 3 0 796 0
[pid=23465] ppid=23462 vsize=5356 CPUtime=0
/proc/23465/stat : 23465 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24421871 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23465/statm: 1339 233 193 169 0 50 0
[pid=23466] ppid=23465 vsize=5356 CPUtime=0
/proc/23466/stat : 23466 (sh) D 23465 23462 22794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24421872 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187162919 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/23466/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27580
heavy processes:

[startup+51.1027 s]
/proc/loadavg: 4.69 4.88 3.72 2/87 23488
/proc/meminfo: memFree=1354200/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=0.92
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1310 9053 0 61 5 3 76 8 16 0 1 0 24419402 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1111 409 3 0 796 0
[pid=23478] ppid=23462 vsize=5356 CPUtime=0
/proc/23478/stat : 23478 (sh) S 23462 23462 22794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24423611 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23478/statm: 1339 233 193 169 0 50 0
[pid=23479] ppid=23478 vsize=869052 CPUtime=7.51
/proc/23479/stat : 23479 (java) S 23478 23462 22794 0 -1 0 11702 0 5 0 691 60 0 0 20 0 9 0 24423640 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23479/statm: 217263 9537 2590 9 0 211740 0
[pid=23479/tid=23480] ppid=23478 vsize=869052 CPUtime=6.56
/proc/23479/task/23480/stat : 23480 (java) R 23478 23462 22794 0 -1 64 4152 0 5 0 607 49 0 0 17 0 9 0 24423641 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23479/tid=23481] ppid=23478 vsize=869052 CPUtime=0.72
/proc/23479/task/23481/stat : 23481 (java) S 23478 23462 22794 0 -1 64 5274 0 0 0 63 9 0 0 16 0 9 0 24423642 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23479/tid=23482] ppid=23478 vsize=869052 CPUtime=0
/proc/23479/task/23482/stat : 23482 (java) S 23478 23462 22794 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24423642 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23479/tid=23483] ppid=23478 vsize=869052 CPUtime=0
/proc/23479/task/23483/stat : 23483 (java) S 23478 23462 22794 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24423642 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23479/tid=23484] ppid=23478 vsize=869052 CPUtime=0
/proc/23479/task/23484/stat : 23484 (java) S 23478 23462 22794 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24423644 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23479/tid=23485] ppid=23478 vsize=869052 CPUtime=0.21
/proc/23479/task/23485/stat : 23485 (java) S 23478 23462 22794 0 -1 64 1578 0 0 0 21 0 0 0 16 0 9 0 24423644 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23479/tid=23486] ppid=23478 vsize=869052 CPUtime=0
/proc/23479/task/23486/stat : 23486 (java) S 23478 23462 22794 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24423644 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23479/tid=23487] ppid=23478 vsize=869052 CPUtime=0
/proc/23479/task/23487/stat : 23487 (java) S 23478 23462 22794 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24423644 889909248 9537 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 891276
heavy processes:

[startup+102.307 s]
/proc/loadavg: 4.38 4.77 3.74 2/76 23491
/proc/meminfo: memFree=1207920/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=488176 CPUtime=37.5
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 118904 0 0 0 3668 82 0 0 25 0 1 0 24425869 499892224 118890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 122044 118890 75 150 0 121891 0
Current children cumulated CPU time (s) 57.99
Current children cumulated vsize (KiB) 510400
heavy processes:

[startup+162.301 s]
/proc/loadavg: 2.98 4.31 3.64 3/86 23531
/proc/meminfo: memFree=1073056/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=489892 CPUtime=97.4
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 119346 0 0 0 9654 86 0 0 25 0 1 0 24425869 501649408 119332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 122473 119332 75 150 0 122320 0
Current children cumulated CPU time (s) 117.89
Current children cumulated vsize (KiB) 512116
heavy processes:

[startup+222.301 s]
/proc/loadavg: 2.47 3.91 3.55 3/84 23568
/proc/meminfo: memFree=962928/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=490948 CPUtime=157.34
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 119611 0 0 0 15647 87 0 0 25 0 1 0 24425869 502730752 119597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 122737 119597 75 150 0 122584 0
Current children cumulated CPU time (s) 177.83
Current children cumulated vsize (KiB) 513172
heavy processes:

[startup+282.301 s]
/proc/loadavg: 2.17 3.56 3.45 3/84 23568
/proc/meminfo: memFree=947440/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=491212 CPUtime=217.31

################
# More data... #
################

/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121331 0 0 0 141586 94 0 0 25 0 1 0 24425869 509751296 121317 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 124451 121317 76 150 0 124298 0
Current children cumulated CPU time (s) 1437.29
Current children cumulated vsize (KiB) 520028

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.34 3/84 23576
/proc/meminfo: memFree=932720/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=498068 CPUtime=1476.77
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121420 0 0 0 147583 94 0 0 25 0 1 0 24425869 510021632 121406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 124517 121406 76 150 0 124364 0
Current children cumulated CPU time (s) 1497.26
Current children cumulated vsize (KiB) 520292

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.32 3/84 23576
/proc/meminfo: memFree=932080/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=498732 CPUtime=1536.74
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121563 0 0 0 153580 94 0 0 25 0 1 0 24425869 510701568 121549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 124683 121549 76 150 0 124530 0
Current children cumulated CPU time (s) 1557.23
Current children cumulated vsize (KiB) 520956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.30 3/84 23576
/proc/meminfo: memFree=931568/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=499128 CPUtime=1596.72
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121675 0 0 0 159577 95 0 0 25 0 1 0 24425869 511107072 121661 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 124782 121661 76 150 0 124629 0
Current children cumulated CPU time (s) 1617.21
Current children cumulated vsize (KiB) 521352

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.27 3/84 23576
/proc/meminfo: memFree=931120/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=499524 CPUtime=1656.7
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121784 0 0 0 165575 95 0 0 25 0 1 0 24425869 511512576 121770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 124881 121770 76 150 0 124728 0
Current children cumulated CPU time (s) 1677.19
Current children cumulated vsize (KiB) 521748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/84 23576
/proc/meminfo: memFree=930736/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=499920 CPUtime=1716.67
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121892 0 0 0 171572 95 0 0 25 0 1 0 24425869 511918080 121878 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 124980 121878 76 150 0 124827 0
Current children cumulated CPU time (s) 1737.16
Current children cumulated vsize (KiB) 522144

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/84 23576
/proc/meminfo: memFree=930352/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=500316 CPUtime=1776.65
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121977 0 0 0 177570 95 0 0 25 0 1 0 24425869 512323584 121963 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 125079 121963 76 150 0 124926 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 522540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1845.2 s]
/proc/loadavg: 2.00 2.00 2.24 3/84 23576
/proc/meminfo: memFree=930352/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=500436 CPUtime=1779.55
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121981 0 0 0 177860 95 0 0 25 0 1 0 24425869 512446464 121967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 125109 121967 76 150 0 124956 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 522660

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

############
# WARNING:
# current cumulated CPU time (20.52 s) is less than in the last sample (1800.04 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1779.52 s) to the 'lost time'.

[startup+1845.2 s]
/proc/loadavg: 2.00 2.00 2.24 3/84 23576
/proc/meminfo: memFree=930352/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.49
/proc/23462/stat : 23462 (sugar) S 23460 23462 22794 0 -1 4194304 1376 23565 0 66 6 3 1860 180 16 0 1 0 24419402 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23462/statm: 4217 1113 409 3 0 796 0
[pid=23490] ppid=23462 vsize=5356 CPUtime=0
/proc/23490/stat : 23490 (sh) S 23462 23462 22794 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24425868 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23490/statm: 1339 232 193 169 0 50 0
[pid=23491] ppid=23490 vsize=500436 CPUtime=1779.55
/proc/23491/stat : 23491 (minisat) R 23490 23462 22794 0 -1 4194304 121981 0 0 0 177860 95 0 0 25 0 1 0 24425869 512446464 121967 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23491/statm: 125109 121967 76 150 0 124956 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 522660

[startup+1845.32 s]
/proc/loadavg: 2.00 2.00 2.24 3/84 23576
/proc/meminfo: memFree=930352/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.52
/proc/23462/stat : 23462 (sugar) R 23460 23462 22794 0 -1 4194304 1423 23842 0 66 6 6 1860 180 16 0 1 0 24419402 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23462/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1845.4 s]
/proc/loadavg: 2.00 2.00 2.24 3/84 23576
/proc/meminfo: memFree=930352/2055920 swapFree=4192812/4192956
[pid=23462] ppid=23460 vsize=16868 CPUtime=20.6
/proc/23462/stat : 23462 (sugar) R 23460 23462 22794 0 -1 4194304 1423 23842 0 66 6 14 1860 180 16 0 1 0 24419402 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23462/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1779.52
#  lost CPU user time (s): 1778.6
#  lost CPU system time (s): 0.92

Real time (s): 1845.41
CPU time (s): 1800.15
CPU user time (s): 1797.27
CPU system time (s): 2.8837
CPU usage (%): 97.5475
Max. virtual memory (cumulated for all children) (KiB): 891352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6702
system time used= 1.9637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25324
page faults= 66
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20460
involuntary context switches= 15105

runsolver used 2.27965 second user time and 5.71513 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 06:38:58
IDJOB=2081664
IDBENCH=57460
IDSOLVER=739
FILE ID=node88/2081664-1247373535
PBS_JOBID= 9507103
Free space on /tmp= 63632 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-17.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-2081664-1247373535/watcher-2081664-1247373535 -o /tmp/evaluation-result-2081664-1247373535/solver-2081664-1247373535 -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-2081664-1247373535.xml

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

MD5SUM BENCH= ff0095e884b4a099556c455a5e77fd82
RANDOM SEED=257315635

node88.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         15040 kB
Buffers:          3084 kB
Cached:        1586552 kB
SwapCached:          0 kB
Active:        1434124 kB
Inactive:       516092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          107712 kB
Writeback:           0 kB
Mapped:         381880 kB
Slab:            74916 kB
Committed_AS:   642748 kB
PageTables:       2728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node88 at 2009-07-12 07:09:49