Trace number 1069929

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+picosat? (TO) 1800.01 1807.92

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-55-50.xml
MD5SUM86f25cbb6b538256f4ac830a619e4aee
Bench CategoryGLOBAL (global constraints)
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 variables2750
Number of constraints105
Maximum constraint arity55
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(105)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:05:31 2008
0.00/0.04	c 0	PID 1428
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1069929-1215162331.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069929-1215162331.xml' 'HOME/temp.csp'
0.03/0.46	c 0	1 domains, 2750 variables, 0 predicates, 0 relations, 105 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.59	c 0	Parsing HOME/temp.csp
0.45/0.84	c 1	parsed 2856 expressions
0.45/0.85	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.85	c 1	Converting to clausal form CSP
0.45/0.87	c 1	converted 286 (10%) expressions
0.45/0.88	c 1	converted 572 (20%) expressions
0.45/0.88	c 1	converted 857 (30%) expressions
0.45/0.88	c 1	converted 1143 (40%) expressions
0.45/0.88	c 1	converted 1428 (50%) expressions
0.45/0.89	c 1	converted 1714 (60%) expressions
0.45/0.89	c 1	converted 2000 (70%) expressions
0.45/0.89	c 1	converted 2285 (80%) expressions
0.45/0.89	c 1	converted 2571 (90%) expressions
1.32/1.49	c 1	converted 2856 (100%) expressions
1.32/1.49	c 1	CSP : 8040 integers, 0 booleans, 10685 clauses, largest domain size 29
1.32/1.49	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 1	Propagation in CSP
1.52/1.62	c 1	10650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.52/1.62	c 1	CSP : 8040 integers, 0 booleans, 10685 clauses, largest domain size 26
1.52/1.62	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.63	c 1	Simplifing CSP by introducing new Boolean variables
1.52/1.64	c 1	CSP : 8040 integers, 0 booleans, 10685 clauses, largest domain size 26
1.52/1.64	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.52/1.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.71	c 1	804 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.72	c 2	1608 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.72	c 2	2412 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.62/1.73	c 2	3216 (40%) CSP integer variables are encoded (1806 clauses, 23542 bytes)
1.62/1.74	c 2	4020 (50%) CSP integer variables are encoded (4947 clauses, 64375 bytes)
1.62/1.74	c 2	4824 (60%) CSP integer variables are encoded (8104 clauses, 110080 bytes)
1.62/1.75	c 2	5628 (70%) CSP integer variables are encoded (10340 clauses, 143620 bytes)
1.62/1.75	c 2	6432 (80%) CSP integer variables are encoded (10340 clauses, 143620 bytes)
1.62/1.76	c 2	7236 (90%) CSP integer variables are encoded (10340 clauses, 143620 bytes)
1.62/1.76	c 2	8040 (100%) CSP integer variables are encoded (10340 clauses, 143620 bytes)
1.72/1.83	c 2	1069 (10%) CSP clauses are encoded (28749 clauses, 452531 bytes)
1.72/1.87	c 2	2137 (20%) CSP clauses are encoded (47155 clauses, 762360 bytes)
1.82/1.91	c 2	3206 (30%) CSP clauses are encoded (65569 clauses, 1084233 bytes)
1.82/1.95	c 2	4274 (40%) CSP clauses are encoded (83980 clauses, 1443703 bytes)
1.82/2.00	c 2	5343 (50%) CSP clauses are encoded (102371 clauses, 1802778 bytes)
1.92/2.01	c 2	6411 (60%) CSP clauses are encoded (104497 clauses, 1835507 bytes)
1.92/2.02	c 2	7480 (70%) CSP clauses are encoded (106624 clauses, 1868276 bytes)
1.92/2.03	c 2	8548 (80%) CSP clauses are encoded (108750 clauses, 1901029 bytes)
1.92/2.04	c 2	9617 (90%) CSP clauses are encoded (110879 clauses, 1933820 bytes)
1.92/2.06	c 2	10685 (100%) CSP clauses are encoded (113005 clauses, 1966576 bytes)
1.92/2.06	c 2	10685 CSP clauses encoded
1.92/2.06	c 2	Writing map file : HOME/temp.map
1.92/2.10	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.10	c 2	SAT : 18380 SAT variables, 113005 SAT clauses, 1966576 bytes
1.92/2.10	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.13	c 2	SOLVING HOME/temp.cnf
2.02/2.13	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1807.91	c ERROR INTERRUPTED
1800.01/1807.92	s UNKNOWN
1800.01/1807.92	c 1808	CPU 1.91 (0.03 0.01 1.88 0.13)
1800.01/1807.92	c 1808	END Fri Jul  4 11:35:39 2008

Verifier Data (download as text)

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

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-1069929-1215162331/watcher-1069929-1215162331 -o /tmp/evaluation-result-1069929-1215162331/solver-1069929-1215162331 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1069929-1215162331.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): 2200 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: 1.92 1.98 1.99 4/73 1428
/proc/meminfo: memFree=1640568/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=12268 CPUtime=0
/proc/1428/stat : 1428 (sugar) R 1426 1428 1127 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 639163480 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/1428/statm: 3067 318 242 3 0 167 0

[startup+0.0827881 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 1428
/proc/meminfo: memFree=1640568/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=0.03
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639163480 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102792 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 1428
/proc/meminfo: memFree=1640568/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=0.03
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639163480 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301814 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 1428
/proc/meminfo: memFree=1640568/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=0.03
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 639163480 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702858 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 1428
/proc/meminfo: memFree=1640568/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=0.45
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 973 4976 0 1 3 0 37 5 15 0 1 0 639163480 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 1450
/proc/meminfo: memFree=1629520/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=0.45
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 974 4976 0 1 3 0 37 5 15 0 1 0 639163480 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 797 370 3 0 500 0
[pid=1441] ppid=1428 vsize=5356 CPUtime=0
/proc/1441/stat : 1441 (sh) S 1428 1428 1127 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639163532 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1441/statm: 1339 233 193 169 0 50 0
[pid=1442] ppid=1441 vsize=868380 CPUtime=0.97
/proc/1442/stat : 1442 (java) S 1441 1428 1127 0 -1 0 7938 0 1 0 93 4 0 0 20 0 9 0 639163532 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1442/statm: 217095 7129 2540 9 0 211670 0
[pid=1442/tid=1443] ppid=1441 vsize=868380 CPUtime=0.57
/proc/1442/task/1443/stat : 1443 (java) R 1441 1428 1127 0 -1 64 2690 0 1 0 56 1 0 0 25 0 9 0 639163533 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1444] ppid=1441 vsize=868380 CPUtime=0.18
/proc/1442/task/1444/stat : 1444 (java) S 1441 1428 1127 0 -1 64 3069 0 0 0 17 1 0 0 16 0 9 0 639163534 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1445] ppid=1441 vsize=868380 CPUtime=0
/proc/1442/task/1445/stat : 1445 (java) S 1441 1428 1127 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639163534 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1446] ppid=1441 vsize=868380 CPUtime=0
/proc/1442/task/1446/stat : 1446 (java) S 1441 1428 1127 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639163534 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1447] ppid=1441 vsize=868380 CPUtime=0
/proc/1442/task/1447/stat : 1447 (java) S 1441 1428 1127 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 639163536 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1448] ppid=1441 vsize=868380 CPUtime=0.19
/proc/1442/task/1448/stat : 1448 (java) R 1441 1428 1127 0 -1 64 1486 0 0 0 18 1 0 0 16 0 9 0 639163536 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1449] ppid=1441 vsize=868380 CPUtime=0
/proc/1442/task/1449/stat : 1449 (java) S 1441 1428 1127 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 639163536 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1442/tid=1450] ppid=1441 vsize=868380 CPUtime=0
/proc/1442/task/1450/stat : 1450 (java) S 1441 1428 1127 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 639163536 889221120 7129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887336

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 1450
/proc/meminfo: memFree=1616912/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13600

[startup+6.30145 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1629584/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=8588 CPUtime=4.15
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 1781 0 0 0 366 49 0 0 25 0 1 0 639163694 8794112 1765 996147200 134512640 134931368 4294956256 18446744073709551615 134524009 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 2147 1765 48 102 0 2042 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 27544

[startup+12.7011 s]
/proc/loadavg: 1.93 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1626704/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=11184 CPUtime=10.54
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 2431 0 0 0 1005 49 0 0 25 0 1 0 639163694 11452416 2415 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 2796 2415 48 102 0 2691 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 30140

[startup+25.5025 s]
/proc/loadavg: 1.95 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1623632/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=13840 CPUtime=23.34
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 3113 0 0 0 2284 50 0 0 25 0 1 0 639163694 14172160 3097 996147200 134512640 134931368 4294956256 18446744073709551615 134529802 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 3460 3097 48 102 0 3355 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 32796

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1618640/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=18552 CPUtime=48.93
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 4305 0 0 0 4842 51 0 0 25 0 1 0 639163694 18997248 4289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 4638 4289 48 102 0 4533 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 37508

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1609744/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=26996 CPUtime=100.12
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 6495 0 0 0 9959 53 0 0 25 0 1 0 639163694 27643904 6373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 6749 6373 48 102 0 6644 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 45952

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1602384/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=33596 CPUtime=160.09
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 8729 0 0 0 15954 55 0 0 25 0 1 0 639163694 34402304 8049 996147200 134512640 134931368 4294956256 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 8399 8049 48 102 0 8294 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 52552

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 1452
/proc/meminfo: memFree=1595280/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=40096 CPUtime=220.07
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 10518 0 0 0 21951 56 0 0 25 0 1 0 639163694 41058304 9683 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/1452/statm: 10024 9683 48 102 0 9919 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 59052

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

/proc/meminfo: memFree=1639168/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=92236 CPUtime=1355.98
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 29750 0 0 0 135520 78 0 0 25 0 1 0 639163694 94449664 22604 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 23059 22604 48 102 0 22954 0
Current children cumulated CPU time (s) 1358.02
Current children cumulated vsize (KiB) 111192

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1639296/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=92236 CPUtime=1415.5
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 29750 0 0 0 141471 79 0 0 25 0 1 0 639163694 94449664 22604 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 23059 22604 48 102 0 22954 0
Current children cumulated CPU time (s) 1417.54
Current children cumulated vsize (KiB) 111192

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1627520/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=92236 CPUtime=1475.02
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 29759 0 0 0 147423 79 0 0 25 0 1 0 639163694 94449664 22613 996147200 134512640 134931368 4294956256 18446744073709551615 134529903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 23059 22613 48 102 0 22954 0
Current children cumulated CPU time (s) 1477.06
Current children cumulated vsize (KiB) 111192

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1631744/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=92236 CPUtime=1534.52
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 29759 0 0 0 153373 79 0 0 25 0 1 0 639163694 94449664 22613 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 23059 22613 48 102 0 22954 0
Current children cumulated CPU time (s) 1536.56
Current children cumulated vsize (KiB) 111192

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1631680/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=92236 CPUtime=1594.04
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 29759 0 0 0 159324 80 0 0 25 0 1 0 639163694 94449664 22613 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 23059 22613 48 102 0 22954 0
Current children cumulated CPU time (s) 1596.08
Current children cumulated vsize (KiB) 111192

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1627264/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=96776 CPUtime=1653.56
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 30914 0 0 0 165275 81 0 0 25 0 1 0 639163694 99098624 23768 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 24194 23768 48 102 0 24089 0
Current children cumulated CPU time (s) 1655.6
Current children cumulated vsize (KiB) 115732

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1624320/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=99488 CPUtime=1713.06
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 31672 0 0 0 171224 82 0 0 25 0 1 0 639163694 101875712 24424 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 24872 24424 48 102 0 24767 0
Current children cumulated CPU time (s) 1715.1
Current children cumulated vsize (KiB) 118444

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1612032/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=99484 CPUtime=1772.58
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 31682 0 0 0 177175 83 0 0 25 0 1 0 639163694 101871616 24434 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 24871 24434 48 102 0 24766 0
Current children cumulated CPU time (s) 1774.62
Current children cumulated vsize (KiB) 118440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1610816/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=99484 CPUtime=1797.97
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 31682 0 0 0 179714 83 0 0 25 0 1 0 639163694 101871616 24434 996147200 134512640 134931368 4294956256 18446744073709551615 134520028 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 24871 24434 48 102 0 24766 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 118440

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

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

[startup+1807.9 s]
/proc/loadavg: 1.99 1.98 1.99 3/78 1542
/proc/meminfo: memFree=1610816/2055920 swapFree=4180580/4192956
[pid=1428] ppid=1426 vsize=13600 CPUtime=2.04
/proc/1428/stat : 1428 (sugar) S 1426 1428 1127 0 -1 4194304 1024 13493 0 2 3 1 188 12 16 0 1 0 639163480 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1428/statm: 3400 799 370 3 0 500 0
[pid=1451] ppid=1428 vsize=5356 CPUtime=0
/proc/1451/stat : 1451 (sh) S 1428 1428 1127 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639163694 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1451/statm: 1339 232 193 169 0 50 0
[pid=1452] ppid=1451 vsize=99484 CPUtime=1797.97
/proc/1452/stat : 1452 (picosat) R 1451 1428 1127 0 -1 4194304 31682 0 0 0 179714 83 0 0 25 0 1 0 639163694 101871616 24434 996147200 134512640 134931368 4294956256 18446744073709551615 134520028 0 0 4096 0 0 0 0 17 1 0 0
/proc/1452/statm: 24871 24434 48 102 0 24766 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 118440

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1428 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=924707
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 2.06869
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.92
CPU time (s): 1800.01
CPU user time (s): 1799.05
CPU system time (s): 0.96
CPU usage (%): 99.5623
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.92471
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14871
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= 2971
involuntary context switches= 2862

runsolver used 1.72074 second user time and 5.06323 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-04 11:05:31
IDJOB=1069929
IDBENCH=55752
IDSOLVER=345
FILE ID=node79/1069929-1215162331
PBS_JOBID= 7881453
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-55-50.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069929-1215162331/watcher-1069929-1215162331 -o /tmp/evaluation-result-1069929-1215162331/solver-1069929-1215162331 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1069929-1215162331.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86f25cbb6b538256f4ac830a619e4aee
RANDOM SEED=1949011907

node79.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.218
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.218
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:       1641048 kB
Buffers:         47620 kB
Cached:         155348 kB
SwapCached:       6948 kB
Active:         279392 kB
Inactive:        81520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641048 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         165520 kB
Slab:            39060 kB
Committed_AS:  1223928 kB
PageTables:       2100 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= 66552 MiB
End job on node79 at 2008-07-04 11:35:41