Trace number 1126555

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.13+minisat-inc? (MO) 81.1167 84.2243

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-28_ext.xml
MD5SUM781205458a54a1f63591e8787fd4edd0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints180
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of constraints5226
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension5226
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.84	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.84	c 0	BEGIN Wed Jul 16 07:00:13 2008
0.06/0.84	c 0	PID 29488
0.06/0.85	c 0	HOST node35.alineos.net
0.06/0.85	c 0	CONVERTING HOME/instance-1126555-1216184411.xml TO HOME/temp.csp
0.06/0.85	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126555-1216184411.xml' 'HOME/temp.csp'
0.52/1.58	c 0	3 domains, 231 variables, 0 predicates, 14 relations, 5226 constraints
0.60/1.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.60/1.63	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/1.71	c 0	Parsing HOME/temp.csp
0.61/1.95	c 1	parsed 5474 expressions
0.61/1.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/2.00	c 1	MAX CSP: 5226 constraints
0.61/2.00	c 1	Converting to clausal form CSP
0.61/2.09	c 1	converted 1071 (10%) expressions
0.61/2.19	c 1	converted 2141 (20%) expressions
1.16/2.26	c 1	converted 3211 (30%) expressions
1.16/2.28	c 1	converted 4282 (40%) expressions
1.16/2.30	c 1	converted 5352 (50%) expressions
1.26/2.31	c 1	converted 6422 (60%) expressions
1.26/2.32	c 1	converted 7493 (70%) expressions
1.26/2.33	c 1	converted 8563 (80%) expressions
1.26/2.35	c 1	converted 9633 (90%) expressions
1.75/2.87	c 2	converted 10703 (100%) expressions
1.75/2.87	c 2	CSP : 10683 integers, 0 booleans, 15677 clauses, largest domain size 7840
1.75/2.87	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.75/2.87	c 2	Propagation in CSP
1.95/3.04	c 2	5220 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.95/3.05	c 2	CSP : 10683 integers, 0 booleans, 15677 clauses, largest domain size 5227
1.95/3.05	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/3.06	c 2	Simplifing CSP by introducing new Boolean variables
1.95/3.07	c 2	CSP : 10683 integers, 0 booleans, 15677 clauses, largest domain size 5227
1.95/3.07	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/3.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.05/3.17	c 2	1069 (10%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.05/3.18	c 2	2137 (20%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.05/3.18	c 2	3205 (30%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.05/3.19	c 2	4274 (40%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.05/3.19	c 2	5342 (50%) CSP integer variables are encoded (116 clauses, 1292 bytes)
2.15/3.21	c 2	6410 (60%) CSP integer variables are encoded (12581 clauses, 179414 bytes)
2.15/3.28	c 2	7479 (70%) CSP integer variables are encoded (74397 clauses, 1106654 bytes)
2.25/3.31	c 2	8547 (80%) CSP integer variables are encoded (93255 clauses, 1392703 bytes)
2.25/3.32	c 2	9615 (90%) CSP integer variables are encoded (103774 clauses, 1571526 bytes)
2.25/3.34	c 2	10683 (100%) CSP integer variables are encoded (117355 clauses, 1802403 bytes)
2.36/3.44	c 2	1568 (10%) CSP clauses are encoded (119655 clauses, 1845454 bytes)
2.36/3.48	c 2	3136 (20%) CSP clauses are encoded (121930 clauses, 1893926 bytes)
2.45/3.52	c 2	4704 (30%) CSP clauses are encoded (123955 clauses, 1935668 bytes)
2.75/3.81	c 3	6271 (40%) CSP clauses are encoded (266580 clauses, 4946761 bytes)
5.65/6.97	c 6	7839 (50%) CSP clauses are encoded (1858694 clauses, 39049600 bytes)
22.86/24.53	c 23	9407 (60%) CSP clauses are encoded (8808060 clauses, 187661069 bytes)
57.22/59.73	c 58	10974 (70%) CSP clauses are encoded (27647409 clauses, 592460312 bytes)
58.19/60.75	c 59	12542 (80%) CSP clauses are encoded (28164559 clauses, 604942510 bytes)
60.64/63.27	c 62	14110 (90%) CSP clauses are encoded (29486271 clauses, 637189758 bytes)
70.31/73.36	c 72	15677 (100%) CSP clauses are encoded (34497800 clauses, 759758238 bytes)
70.31/73.36	c 72	15677 CSP clauses encoded
70.31/73.36	c 72	Writing map file : HOME/temp.map
70.41/73.41	c 72	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.41/73.41	c 72	SAT : 128037 SAT variables, 34497800 SAT clauses, 759758238 bytes
70.41/73.41	c 72	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.41/73.45	c 72	OBJECTIVE minimize _COST
70.41/73.45	c 72	SOLVING HOME/temp.cnf
70.41/73.45	c 72	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
70.41/73.48	c 72	This is MiniSat 2.0 beta incremental
70.41/73.48	c 72	WARNING: for repeatability, setting FPU to use double precision
70.41/73.48	c 72	============================[ Problem Statistics ]=============================
70.41/73.48	c 72	|                                                                             |
70.41/73.49	c 72	|  Number of variables:  128037                                               |
70.41/73.49	c 72	|  Number of clauses:    34497800                                             |
80.59/83.71	c ERROR INTERRUPTED
80.59/83.71	s UNKNOWN
80.69/83.88	c 83	CPU 73.66 (0.08 0.03 73.58 7.04)
80.69/83.88	c 83	END Wed Jul 16 07:01:36 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126555-1216184411/watcher-1126555-1216184411 -o /tmp/evaluation-result-1126555-1216184411/solver-1126555-1216184411 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126555-1216184411.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.85 3.10 3.14 4/80 29488
/proc/meminfo: memFree=1825184/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=18572 CPUtime=0
/proc/29488/stat : 29488 (runsolver) D 29486 29488 29321 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75142404 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/29488/statm: 4643 292 257 25 0 2626 0

[startup+0.107252 s]
/proc/loadavg: 2.85 3.10 3.14 4/80 29488
/proc/meminfo: memFree=1825184/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=12272 CPUtime=0
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 75142404 12566528 365 996147200 4194304 4206940 548682068528 18446744073709551615 266134583909 0 0 4224 0 0 0 0 17 0 0 0
/proc/29488/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.202259 s]
/proc/loadavg: 2.85 3.10 3.14 4/80 29488
/proc/meminfo: memFree=1825184/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=12412 CPUtime=0
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 75142404 12709888 392 996147200 4194304 4206940 548682068528 18446744073709551615 266152074209 0 0 4224 0 0 0 0 17 0 0 0
/proc/29488/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.302282 s]
/proc/loadavg: 2.85 3.10 3.14 4/80 29488
/proc/meminfo: memFree=1825184/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=12412 CPUtime=0
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 441 0 0 0 0 0 0 0 18 0 1 0 75142404 12709888 409 996147200 4194304 4206940 548682068528 18446744073709551615 266151929704 0 0 4224 0 0 0 0 17 1 0 0
/proc/29488/statm: 3103 409 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701322 s]
/proc/loadavg: 2.85 3.10 3.14 4/80 29488
/proc/meminfo: memFree=1825184/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=14776 CPUtime=0.05
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 851 0 0 0 3 2 0 0 18 0 1 0 75142404 15130624 819 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 0 0 0 0 17 0 0 0
/proc/29488/statm: 3694 820 378 3 0 533 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14776

[startup+1.50141 s]
/proc/loadavg: 2.85 3.10 3.14 4/91 29500
/proc/meminfo: memFree=1817864/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=16740 CPUtime=0.08
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1219 128 0 0 5 3 0 0 17 0 1 0 75142404 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29488/statm: 4185 1104 409 3 0 764 0
[pid=29491] ppid=29488 vsize=5356 CPUtime=0
/proc/29491/stat : 29491 (sh) S 29488 29488 29321 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75142489 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29491/statm: 1339 233 193 169 0 50 0
[pid=29492] ppid=29491 vsize=864656 CPUtime=0.44
/proc/29492/stat : 29492 (java) S 29491 29488 29321 0 -1 0 6246 0 1 0 40 4 0 0 18 0 9 0 75142497 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29492/statm: 216164 5509 2529 9 0 210746 0
[pid=29492/tid=29493] ppid=29491 vsize=864656 CPUtime=0.24
/proc/29492/task/29493/stat : 29493 (java) R 29491 29488 29321 0 -1 64 2734 0 1 0 22 2 0 0 25 0 9 0 75142499 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4125958813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29492/tid=29494] ppid=29491 vsize=864656 CPUtime=0.05
/proc/29492/task/29494/stat : 29494 (java) S 29491 29488 29321 0 -1 64 2308 0 0 0 5 0 0 0 16 0 9 0 75142500 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29492/tid=29495] ppid=29491 vsize=864656 CPUtime=0
/proc/29492/task/29495/stat : 29495 (java) S 29491 29488 29321 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 75142500 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29492/tid=29496] ppid=29491 vsize=864656 CPUtime=0
/proc/29492/task/29496/stat : 29496 (java) S 29491 29488 29321 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 75142500 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29492/tid=29497] ppid=29491 vsize=864656 CPUtime=0
/proc/29492/task/29497/stat : 29497 (java) S 29491 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 75142502 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29492/tid=29498] ppid=29491 vsize=864656 CPUtime=0.11
/proc/29492/task/29498/stat : 29498 (java) S 29491 29488 29321 0 -1 64 504 0 0 0 11 0 0 0 16 0 9 0 75142502 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29492/tid=29499] ppid=29491 vsize=864656 CPUtime=0
/proc/29492/task/29499/stat : 29499 (java) S 29491 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 75142502 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29492/tid=29500] ppid=29491 vsize=864656 CPUtime=0
/proc/29492/task/29500/stat : 29500 (java) S 29491 29488 29321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75142502 885407744 5509 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 886752

[startup+3.10258 s]
/proc/loadavg: 2.86 3.10 3.14 3/91 29510
/proc/meminfo: memFree=1807112/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=16740 CPUtime=0.61
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1297 6720 0 1 5 3 48 5 15 0 1 0 75142404 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29488/statm: 4185 1104 409 3 0 764 0
[pid=29501] ppid=29488 vsize=5356 CPUtime=0
/proc/29501/stat : 29501 (sh) S 29488 29488 29321 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75142567 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29501/statm: 1339 233 193 169 0 50 0
[pid=29502] ppid=29501 vsize=868656 CPUtime=1.44
/proc/29502/stat : 29502 (java) S 29501 29488 29321 0 -1 0 9896 0 1 0 138 6 0 0 20 0 9 0 75142568 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29502/statm: 217164 9055 2540 9 0 211739 0
[pid=29502/tid=29503] ppid=29501 vsize=868656 CPUtime=0.87
/proc/29502/task/29503/stat : 29503 (java) R 29501 29488 29321 0 -1 64 2815 0 1 0 85 2 0 0 25 0 9 0 75142569 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29504] ppid=29501 vsize=868656 CPUtime=0.33
/proc/29502/task/29504/stat : 29504 (java) R 29501 29488 29321 0 -1 64 4901 0 0 0 31 2 0 0 16 0 9 0 75142570 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 104181584 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29505] ppid=29501 vsize=868656 CPUtime=0
/proc/29502/task/29505/stat : 29505 (java) S 29501 29488 29321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75142570 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29506] ppid=29501 vsize=868656 CPUtime=0
/proc/29502/task/29506/stat : 29506 (java) S 29501 29488 29321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75142570 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29507] ppid=29501 vsize=868656 CPUtime=0
/proc/29502/task/29507/stat : 29507 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29508] ppid=29501 vsize=868656 CPUtime=0.21
/proc/29502/task/29508/stat : 29508 (java) S 29501 29488 29321 0 -1 64 1488 0 0 0 21 0 0 0 16 0 9 0 75142572 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29509] ppid=29501 vsize=868656 CPUtime=0
/proc/29502/task/29509/stat : 29509 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29510] ppid=29501 vsize=868656 CPUtime=0
/proc/29502/task/29510/stat : 29510 (java) S 29501 29488 29321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75142572 889503744 9055 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 890752

[startup+6.30274 s]
/proc/loadavg: 2.86 3.10 3.14 4/91 29510
/proc/meminfo: memFree=1772744/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=16740 CPUtime=0.61
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1297 6720 0 1 5 3 48 5 15 0 1 0 75142404 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29488/statm: 4185 1104 409 3 0 764 0
[pid=29501] ppid=29488 vsize=5356 CPUtime=0
/proc/29501/stat : 29501 (sh) S 29488 29488 29321 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75142567 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29501/statm: 1339 233 193 169 0 50 0
[pid=29502] ppid=29501 vsize=868516 CPUtime=4.44
/proc/29502/stat : 29502 (java) S 29501 29488 29321 0 -1 0 10572 0 1 0 416 28 0 0 20 0 9 0 75142568 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29502/statm: 217129 9090 2567 9 0 211676 0
[pid=29502/tid=29503] ppid=29501 vsize=868516 CPUtime=3.55
/proc/29502/task/29503/stat : 29503 (java) R 29501 29488 29321 0 -1 64 3443 0 1 0 334 21 0 0 25 0 9 0 75142569 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29504] ppid=29501 vsize=868516 CPUtime=0.58
/proc/29502/task/29504/stat : 29504 (java) S 29501 29488 29321 0 -1 64 4902 0 0 0 53 5 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29505] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29505/stat : 29505 (java) S 29501 29488 29321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29506] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29506/stat : 29506 (java) S 29501 29488 29321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29507] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29507/stat : 29507 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29508] ppid=29501 vsize=868516 CPUtime=0.29
/proc/29502/task/29508/stat : 29508 (java) S 29501 29488 29321 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29509] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29509/stat : 29509 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29510] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29510/stat : 29510 (java) S 29501 29488 29321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 890612

[startup+12.7015 s]
/proc/loadavg: 2.88 3.10 3.14 3/91 29510
/proc/meminfo: memFree=1747216/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=16740 CPUtime=0.61
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1297 6720 0 1 5 3 48 5 16 0 1 0 75142404 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29488/statm: 4185 1104 409 3 0 764 0
[pid=29501] ppid=29488 vsize=5356 CPUtime=0
/proc/29501/stat : 29501 (sh) S 29488 29488 29321 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75142567 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29501/statm: 1339 233 193 169 0 50 0
[pid=29502] ppid=29501 vsize=868516 CPUtime=10.79
/proc/29502/stat : 29502 (java) S 29501 29488 29321 0 -1 0 11275 0 1 0 1032 47 0 0 20 0 9 0 75142568 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29502/statm: 217129 9090 2567 9 0 211676 0
[pid=29502/tid=29503] ppid=29501 vsize=868516 CPUtime=9.71
/proc/29502/task/29503/stat : 29503 (java) R 29501 29488 29321 0 -1 64 4146 0 1 0 935 36 0 0 25 0 9 0 75142569 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29504] ppid=29501 vsize=868516 CPUtime=0.78
/proc/29502/task/29504/stat : 29504 (java) S 29501 29488 29321 0 -1 64 4902 0 0 0 69 9 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29505] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29505/stat : 29505 (java) S 29501 29488 29321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29506] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29506/stat : 29506 (java) S 29501 29488 29321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29507] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29507/stat : 29507 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29508] ppid=29501 vsize=868516 CPUtime=0.29
/proc/29502/task/29508/stat : 29508 (java) S 29501 29488 29321 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29509] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29509/stat : 29509 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29510] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29510/stat : 29510 (java) S 29501 29488 29321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (KiB) 890612

[startup+25.5029 s]
/proc/loadavg: 2.91 3.09 3.14 3/91 29510
/proc/meminfo: memFree=1597776/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=16740 CPUtime=0.61
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1297 6720 0 1 5 3 48 5 16 0 1 0 75142404 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29488/statm: 4185 1104 409 3 0 764 0
[pid=29501] ppid=29488 vsize=5356 CPUtime=0
/proc/29501/stat : 29501 (sh) S 29488 29488 29321 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75142567 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29501/statm: 1339 233 193 169 0 50 0
[pid=29502] ppid=29501 vsize=868516 CPUtime=23.23
/proc/29502/stat : 29502 (java) S 29501 29488 29321 0 -1 0 13720 0 1 0 2177 146 0 0 20 0 9 0 75142568 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29502/statm: 217129 9090 2567 9 0 211676 0
[pid=29502/tid=29503] ppid=29501 vsize=868516 CPUtime=21.44
/proc/29502/task/29503/stat : 29503 (java) R 29501 29488 29321 0 -1 64 6591 0 1 0 2024 120 0 0 25 0 9 0 75142569 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4127027660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29504] ppid=29501 vsize=868516 CPUtime=1.48
/proc/29502/task/29504/stat : 29504 (java) S 29501 29488 29321 0 -1 64 4902 0 0 0 124 24 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29505] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29505/stat : 29505 (java) S 29501 29488 29321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29506] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29506/stat : 29506 (java) S 29501 29488 29321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29507] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29507/stat : 29507 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29508] ppid=29501 vsize=868516 CPUtime=0.29
/proc/29502/task/29508/stat : 29508 (java) S 29501 29488 29321 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29509] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29509/stat : 29509 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29510] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29510/stat : 29510 (java) S 29501 29488 29321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.84
Current children cumulated vsize (KiB) 890612

[startup+51.1027 s]
/proc/loadavg: 3.35 3.18 3.17 4/91 29516
/proc/meminfo: memFree=1305672/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=16740 CPUtime=0.61
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1297 6720 0 1 5 3 48 5 16 0 1 0 75142404 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29488/statm: 4185 1104 409 3 0 764 0
[pid=29501] ppid=29488 vsize=5356 CPUtime=0
/proc/29501/stat : 29501 (sh) S 29488 29488 29321 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75142567 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29501/statm: 1339 233 193 169 0 50 0
[pid=29502] ppid=29501 vsize=868516 CPUtime=48.36
/proc/29502/stat : 29502 (java) S 29501 29488 29321 0 -1 0 18756 0 1 0 4479 357 0 0 20 0 9 0 75142568 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29502/statm: 217129 9090 2567 9 0 211676 0
[pid=29502/tid=29503] ppid=29501 vsize=868516 CPUtime=45.14
/proc/29502/task/29503/stat : 29503 (java) R 29501 29488 29321 0 -1 64 11627 0 1 0 4213 301 0 0 25 0 9 0 75142569 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4126601447 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29504] ppid=29501 vsize=868516 CPUtime=2.91
/proc/29502/task/29504/stat : 29504 (java) S 29501 29488 29321 0 -1 64 4902 0 0 0 237 54 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29505] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29505/stat : 29505 (java) S 29501 29488 29321 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29506] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29506/stat : 29506 (java) S 29501 29488 29321 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75142570 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29507] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29507/stat : 29507 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29508] ppid=29501 vsize=868516 CPUtime=0.29
/proc/29502/task/29508/stat : 29508 (java) S 29501 29488 29321 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29502/tid=29509] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29509/stat : 29509 (java) S 29501 29488 29321 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29502/tid=29510] ppid=29501 vsize=868516 CPUtime=0
/proc/29502/task/29510/stat : 29510 (java) S 29501 29488 29321 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75142572 889360384 9090 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.97
Current children cumulated vsize (KiB) 890612



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+83.7063 s]
/proc/loadavg: 3.55 3.25 3.19 4/82 29517
/proc/meminfo: memFree=165592/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=17400 CPUtime=70.47
/proc/29488/stat : 29488 (sugar++) S 29486 29488 29321 0 -1 4194304 1609 30195 0 3 8 3 6492 544 16 0 1 0 75142404 17817600 1267 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29488/statm: 4350 1267 413 3 0 929 0
[pid=29517] ppid=29488 vsize=907284 CPUtime=10.12
/proc/29517/stat : 29517 (minisat-inc) R 29488 29488 29321 0 -1 4194304 223652 0 1 0 866 146 0 0 25 0 1 0 75149749 929058816 223602 996147200 134512640 135134323 4294956192 18446744073709551615 134720655 0 0 4096 3 0 0 0 17 0 0 0
/proc/29517/statm: 226821 223602 59 151 0 226667 0
Current children cumulated CPU time (s) 80.59
Current children cumulated vsize (KiB) 924684

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

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

[startup+83.9024 s]
/proc/loadavg: 3.55 3.25 3.19 4/82 29517
/proc/meminfo: memFree=165592/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=17400 CPUtime=80.79
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 1640 253847 0 4 8 9 7358 704 18 0 1 0 75142404 17817600 1268 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29488/statm: 4350 1268 414 3 0 929 0
Current children cumulated CPU time (s) 80.79
Current children cumulated vsize (KiB) 17400

[startup+84.1014 s]
/proc/loadavg: 3.55 3.25 3.19 4/82 29517
/proc/meminfo: memFree=165592/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=17400 CPUtime=80.98
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 1640 253847 0 4 8 28 7358 704 18 0 1 0 75142404 17817600 1268 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29488/statm: 4350 1268 414 3 0 929 0
Current children cumulated CPU time (s) 80.98
Current children cumulated vsize (KiB) 17400

[startup+84.223 s]
/proc/loadavg: 3.55 3.25 3.19 4/82 29517
/proc/meminfo: memFree=165592/2055920 swapFree=4192812/4192956
[pid=29488] ppid=29486 vsize=17400 CPUtime=81.1
/proc/29488/stat : 29488 (sugar++) R 29486 29488 29321 0 -1 4194304 1640 253847 0 4 8 40 7358 704 18 0 1 0 75142404 17817600 1268 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29488/statm: 4350 1268 414 3 0 929 0
Current children cumulated CPU time (s) 81.1
Current children cumulated vsize (KiB) 17400

Child status: 0
Real time (s): 84.2243
CPU time (s): 81.1167
CPU user time (s): 73.6648
CPU system time (s): 7.45187
CPU usage (%): 96.3103
Max. virtual memory (cumulated for all children) (KiB): 924684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.6648
system time used= 7.45187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255533
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96126
involuntary context switches= 99677

runsolver used 0.106983 second user time and 0.287956 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-16 07:00:12
IDJOB=1126555
IDBENCH=64259
IDSOLVER=367
FILE ID=node35/1126555-1216184411
PBS_JOBID= 7905910
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-28_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126555-1216184411/watcher-1126555-1216184411 -o /tmp/evaluation-result-1126555-1216184411/solver-1126555-1216184411 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1126555-1216184411.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 781205458a54a1f63591e8787fd4edd0
RANDOM SEED=1081679244

node35.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.229
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.229
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:       1825664 kB
Buffers:          6236 kB
Cached:          45036 kB
SwapCached:          0 kB
Active:         151816 kB
Inactive:        14824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:         135708 kB
Slab:            48728 kB
Committed_AS:  1115756 kB
PageTables:       2060 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= 66556 MiB
End job on node35 at 2008-07-16 07:01:37