Trace number 2082301

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+picosat? (TO) 1800.11 1816.72

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-30.xml
MD5SUM684bd73868b3c19d67d9dc2b2bd45b2f
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 variables60
Number of constraints1800
Maximum constraint arity2
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1800
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 07:01:38 2009
0.04/0.07	c 0	PID 24535
0.04/0.07	c 0	HOST node91.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2082301-1247374898.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082301-1247374898.xml' 'HOME/temp.csp'
0.06/0.39	c 0	1 domains, 60 variables, 2 predicates, 0 relations, 1800 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.49/0.46	c 0	Parsing HOME/temp.csp
0.49/0.52	c 0	parsed 1863 expressions
0.49/0.53	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.53	c 0	Converting to clausal form CSP
0.49/0.58	c 0	converted 187 (10%) expressions
0.49/0.61	c 0	converted 373 (20%) expressions
0.49/0.63	c 0	converted 559 (30%) expressions
0.49/0.66	c 0	converted 746 (40%) expressions
0.49/0.67	c 0	converted 932 (50%) expressions
0.49/0.68	c 0	converted 1118 (60%) expressions
0.49/0.69	c 0	converted 1305 (70%) expressions
0.49/0.70	c 0	converted 1491 (80%) expressions
0.49/0.71	c 0	converted 1677 (90%) expressions
0.49/0.71	c 0	converted 1863 (100%) expressions
0.49/0.71	c 0	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 58
0.49/0.71	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.71	c 0	Propagation in CSP
0.49/0.72	c 0	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.49/0.72	c 0	CSP : 60 integers, 0 booleans, 1830 clauses, largest domain size 58
0.49/0.72	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.73	c 0	Simplifing CSP by introducing new Boolean variables
0.49/0.75	c 0	CSP : 60 integers, 3540 booleans, 5370 clauses, largest domain size 58
0.49/0.75	c 0	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.78	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.49/0.79	c 1	6 (10%) CSP integer variables are encoded (321 clauses, 3383 bytes)
0.49/0.79	c 1	12 (20%) CSP integer variables are encoded (606 clauses, 6518 bytes)
0.49/0.80	c 1	18 (30%) CSP integer variables are encoded (855 clauses, 9257 bytes)
0.49/0.80	c 1	24 (40%) CSP integer variables are encoded (1068 clauses, 11781 bytes)
0.49/0.80	c 1	30 (50%) CSP integer variables are encoded (1245 clauses, 14082 bytes)
0.49/0.80	c 1	36 (60%) CSP integer variables are encoded (1566 clauses, 18255 bytes)
0.49/0.80	c 1	42 (70%) CSP integer variables are encoded (1851 clauses, 21960 bytes)
0.49/0.80	c 1	48 (80%) CSP integer variables are encoded (2100 clauses, 25197 bytes)
0.49/0.80	c 1	54 (90%) CSP integer variables are encoded (2313 clauses, 27966 bytes)
0.49/0.80	c 1	60 (100%) CSP integer variables are encoded (2490 clauses, 30267 bytes)
0.49/0.84	c 1	537 (10%) CSP clauses are encoded (17753 clauses, 284561 bytes)
0.49/0.87	c 1	1074 (20%) CSP clauses are encoded (32152 clauses, 533292 bytes)
0.49/0.90	c 1	1611 (30%) CSP clauses are encoded (45602 clauses, 766711 bytes)
0.49/0.93	c 1	2148 (40%) CSP clauses are encoded (57694 clauses, 976657 bytes)
0.49/0.95	c 1	2685 (50%) CSP clauses are encoded (68661 clauses, 1167431 bytes)
0.49/0.97	c 1	3222 (60%) CSP clauses are encoded (77990 clauses, 1331097 bytes)
0.49/0.99	c 1	3759 (70%) CSP clauses are encoded (85341 clauses, 1465854 bytes)
1.26/1.01	c 1	4296 (80%) CSP clauses are encoded (95110 clauses, 1646397 bytes)
1.26/1.03	c 1	4833 (90%) CSP clauses are encoded (109569 clauses, 1916822 bytes)
1.26/1.06	c 1	5370 (100%) CSP clauses are encoded (122124 clauses, 2151071 bytes)
1.26/1.06	c 1	5370 CSP clauses encoded
1.26/1.06	c 1	Writing map file : HOME/temp.map
1.26/1.06	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.26/1.06	c 1	SAT : 6090 SAT variables, 122124 SAT clauses, 2151071 bytes
1.26/1.06	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.26/1.07	c 1	SOLVING HOME/temp.cnf
1.26/1.07	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1816.71	sh: line 1: 24559 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1816.71	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1816.71	c 1816	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'
1800.06/1816.71	c ERROR INTERRUPTED
1800.06/1816.72	s UNKNOWN
1800.06/1816.72	c 1816	CPU 1800.08 (0.05 0.01 1799.34 0.68)
1800.06/1816.72	c 1816	END Sun Jul 12 07:31:54 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-2082301-1247374898/watcher-2082301-1247374898 -o /tmp/evaluation-result-2082301-1247374898/solver-2082301-1247374898 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2082301-1247374898.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.83 2.04 1.70 3/83 24535
/proc/meminfo: memFree=1319376/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=12268 CPUtime=0
/proc/24535/stat : 24535 (sugar) R 24533 24535 23490 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 24554392 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/24535/statm: 3067 316 241 3 0 167 0

[startup+0.0474359 s]
/proc/loadavg: 2.83 2.04 1.70 3/83 24535
/proc/meminfo: memFree=1319376/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=14644 CPUtime=0.04
/proc/24535/stat : 24535 (sugar) R 24533 24535 23490 0 -1 4194304 840 0 0 0 3 1 0 0 19 0 1 0 24554392 14995456 808 996147200 4194304 4206940 548682068608 18446744073709551615 251618775451 0 0 4224 0 0 0 0 17 1 0 0
/proc/24535/statm: 3661 808 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.102433 s]
/proc/loadavg: 2.83 2.04 1.70 3/83 24535
/proc/meminfo: memFree=1319376/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=0.06
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24554392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302459 s]
/proc/loadavg: 2.83 2.04 1.70 3/83 24535
/proc/meminfo: memFree=1319376/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=0.06
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24554392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702504 s]
/proc/loadavg: 2.83 2.04 1.70 3/83 24535
/proc/meminfo: memFree=1319376/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=0.49
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1309 5094 0 1 5 1 40 3 15 0 1 0 24554392 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50159 s]
/proc/loadavg: 2.83 2.04 1.70 2/94 24557
/proc/meminfo: memFree=1300792/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 16868

[startup+3.10177 s]
/proc/loadavg: 2.83 2.04 1.70 2/86 24559
/proc/meminfo: memFree=1309048/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=5584 CPUtime=2
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 1274 0 0 0 148 52 0 0 25 0 1 0 24554499 5718016 1258 996147200 134512640 134931368 4294956256 18446744073709551615 134520095 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 1396 1258 42 102 0 1291 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 27808

[startup+6.30113 s]
/proc/loadavg: 2.84 2.06 1.70 2/86 24559
/proc/meminfo: memFree=1308536/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=6112 CPUtime=5.19
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 1423 0 0 0 466 53 0 0 25 0 1 0 24554499 6258688 1407 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 1528 1407 42 102 0 1423 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 28336

[startup+12.7018 s]
/proc/loadavg: 2.69 2.04 1.70 2/86 24559
/proc/meminfo: memFree=1307512/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=7036 CPUtime=11.55
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 1654 0 0 0 1102 53 0 0 25 0 1 0 24554499 7204864 1638 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 1759 1638 42 102 0 1654 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 29260

[startup+25.5023 s]
/proc/loadavg: 2.32 1.99 1.69 2/86 24559
/proc/meminfo: memFree=1305720/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=9396 CPUtime=24.27
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 2122 0 0 0 2373 54 0 0 25 0 1 0 24554499 9621504 2106 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 2349 2106 42 102 0 2244 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 31620

[startup+51.1021 s]
/proc/loadavg: 2.09 1.96 1.69 3/78 24612
/proc/meminfo: memFree=1758464/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=10460 CPUtime=49.64
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 2430 0 0 0 4910 54 0 0 25 0 1 0 24554499 10711040 2405 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 2615 2405 48 102 0 2510 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 32684

[startup+102.307 s]
/proc/loadavg: 2.04 1.96 1.70 3/78 24612
/proc/meminfo: memFree=1757440/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=10868 CPUtime=100.36
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 2537 0 0 0 9982 54 0 0 25 0 1 0 24554499 11128832 2512 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 2717 2512 48 102 0 2612 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 33092

[startup+162.302 s]
/proc/loadavg: 2.01 1.97 1.72 3/78 24612
/proc/meminfo: memFree=1756224/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=11564 CPUtime=159.8
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 2707 0 0 0 15926 54 0 0 25 0 1 0 24554499 11841536 2649 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 2891 2649 48 102 0 2786 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 33788

[startup+222.302 s]
/proc/loadavg: 2.00 1.97 1.73 3/78 24612
/proc/meminfo: memFree=1755392/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=11960 CPUtime=219.23
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 2876 0 0 0 21869 54 0 0 25 0 1 0 24554499 12247040 2746 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 2990 2746 48 102 0 2885 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 34184

[startup+282.303 s]
/proc/loadavg: 2.00 1.97 1.74 3/78 24612
/proc/meminfo: memFree=1754760/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=12356 CPUtime=278.68
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 3017 0 0 0 27813 55 0 0 25 0 1 0 24554499 12652544 2848 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 3089 2848 48 102 0 2984 0
Current children cumulated CPU time (s) 280.02
Current children cumulated vsize (KiB) 34580

[startup+342.302 s]

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

[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=18288 CPUtime=1289.14
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5235 0 0 0 128856 58 0 0 25 0 1 0 24554499 18726912 4349 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4572 4349 48 102 0 4467 0
Current children cumulated CPU time (s) 1290.48
Current children cumulated vsize (KiB) 40512

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/78 24612
/proc/meminfo: memFree=1745480/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=18684 CPUtime=1348.58
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5391 0 0 0 134800 58 0 0 25 0 1 0 24554499 19132416 4433 996147200 134512640 134931368 4294956256 18446744073709551615 134529196 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4671 4433 48 102 0 4566 0
Current children cumulated CPU time (s) 1349.92
Current children cumulated vsize (KiB) 40908

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.89 3/78 24612
/proc/meminfo: memFree=1745416/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=18684 CPUtime=1408.02
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5391 0 0 0 140744 58 0 0 25 0 1 0 24554499 19132416 4433 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4671 4433 48 102 0 4566 0
Current children cumulated CPU time (s) 1409.36
Current children cumulated vsize (KiB) 40908

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/78 24612
/proc/meminfo: memFree=1745416/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=18684 CPUtime=1467.45
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5391 0 0 0 146687 58 0 0 25 0 1 0 24554499 19132416 4433 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4671 4433 48 102 0 4566 0
Current children cumulated CPU time (s) 1468.79
Current children cumulated vsize (KiB) 40908

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/78 24612
/proc/meminfo: memFree=1744648/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=19344 CPUtime=1526.89
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5634 0 0 0 152631 58 0 0 25 0 1 0 24554499 19808256 4600 996147200 134512640 134931368 4294956256 18446744073709551615 134531002 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4836 4600 48 102 0 4731 0
Current children cumulated CPU time (s) 1528.23
Current children cumulated vsize (KiB) 41568

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/78 24612
/proc/meminfo: memFree=1744712/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=19344 CPUtime=1586.32
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5634 0 0 0 158574 58 0 0 25 0 1 0 24554499 19808256 4600 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4836 4600 48 102 0 4731 0
Current children cumulated CPU time (s) 1587.66
Current children cumulated vsize (KiB) 41568

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/78 24612
/proc/meminfo: memFree=1744136/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=19608 CPUtime=1645.76
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5804 0 0 0 164518 58 0 0 25 0 1 0 24554499 20078592 4690 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4902 4690 48 102 0 4797 0
Current children cumulated CPU time (s) 1647.1
Current children cumulated vsize (KiB) 41832

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/78 24612
/proc/meminfo: memFree=1744072/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=19608 CPUtime=1705.2
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5804 0 0 0 170462 58 0 0 25 0 1 0 24554499 20078592 4690 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4902 4690 48 102 0 4797 0
Current children cumulated CPU time (s) 1706.54
Current children cumulated vsize (KiB) 41832

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/78 24612
/proc/meminfo: memFree=1743880/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=19608 CPUtime=1764.64
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 5804 0 0 0 176406 58 0 0 25 0 1 0 24554499 20078592 4690 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 4902 4690 48 102 0 4797 0
Current children cumulated CPU time (s) 1765.98
Current children cumulated vsize (KiB) 41832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/78 24612
/proc/meminfo: memFree=1742984/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=20400 CPUtime=1798.72
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 6102 0 0 0 179814 58 0 0 25 0 1 0 24554499 20889600 4904 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 5100 4904 48 102 0 4995 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 42624

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

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

[startup+1816.7 s]
/proc/loadavg: 2.00 1.97 1.91 3/78 24612
/proc/meminfo: memFree=1742984/2055920 swapFree=4192812/4192956
[pid=24535] ppid=24533 vsize=16868 CPUtime=1.34
/proc/24535/stat : 24535 (sugar) S 24533 24535 23490 0 -1 4194304 1365 12225 0 2 5 1 120 8 16 0 1 0 24554392 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24535/statm: 4217 1113 409 3 0 796 0
[pid=24558] ppid=24535 vsize=5356 CPUtime=0
/proc/24558/stat : 24558 (sh) S 24535 24535 23490 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24554499 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24558/statm: 1339 232 193 169 0 50 0
[pid=24559] ppid=24558 vsize=20400 CPUtime=1798.72
/proc/24559/stat : 24559 (picosat) R 24558 24535 23490 0 -1 4194304 6102 0 0 0 179814 58 0 0 25 0 1 0 24554499 20889600 4904 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/24559/statm: 5100 4904 48 102 0 4995 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 42624

Child status: 0
Real time (s): 1816.72
CPU time (s): 1800.11
CPU user time (s): 1799.4
CPU system time (s): 0.706892
CPU usage (%): 99.0857
Max. virtual memory (cumulated for all children) (KiB): 891716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20451
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1109
involuntary context switches= 39332

runsolver used 3.00154 second user time and 5.2622 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 07:01:38
IDJOB=2082301
IDBENCH=57565
IDSOLVER=738
FILE ID=node91/2082301-1247374898
PBS_JOBID= 9507129
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-30.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082301-1247374898/watcher-2082301-1247374898 -o /tmp/evaluation-result-2082301-1247374898/solver-2082301-1247374898 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2082301-1247374898.xml

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

MD5SUM BENCH= 684bd73868b3c19d67d9dc2b2bd45b2f
RANDOM SEED=1312394200

node91.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.241
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.241
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:       1319864 kB
Buffers:         40628 kB
Cached:         169900 kB
SwapCached:          0 kB
Active:         601332 kB
Inactive:        72824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1319864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:         483980 kB
Slab:            46184 kB
Committed_AS:   640924 kB
PageTables:       2660 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node91 at 2009-07-12 07:31:56