Trace number 2083061

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 140.24 142.549

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-2.xml
MD5SUM20a8e08ca27a05d758abe6eb5654c79a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.3951
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:30:23 2009
0.00/0.08	c 0	PID 24495
0.06/0.08	c 0	HOST node21.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083061-1247376623.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083061-1247376623.xml' 'HOME/temp.csp'
1.07/1.13	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
1.07/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.18	c 1	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'
1.11/1.27	c 1	Parsing HOME/temp.csp
1.11/1.45	c 1	parsed 9411 expressions
1.11/1.46	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.46	c 1	Converting to clausal form CSP
2.19/2.30	c 2	converted 942 (10%) expressions
4.77/4.91	c 5	converted 1883 (20%) expressions
6.95/7.13	c 7	converted 2824 (30%) expressions
8.72/8.92	c 9	converted 3765 (40%) expressions
10.51/10.73	c 11	converted 4706 (50%) expressions
11.98/12.28	c 12	converted 5647 (60%) expressions
13.47/13.73	c 14	converted 6588 (70%) expressions
15.25/15.54	c 16	converted 7529 (80%) expressions
16.74/17.04	c 17	converted 8470 (90%) expressions
18.13/18.42	c 18	converted 9411 (100%) expressions
18.13/18.42	c 18	CSP : 1491 integers, 24479 booleans, 52187 clauses, largest domain size 3353
18.13/18.42	c 18	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.13/18.42	c 18	Propagation in CSP
18.91/19.21	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.91/19.21	c 19	CSP : 1491 integers, 24479 booleans, 52187 clauses, largest domain size 3353
18.91/19.21	c 19	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.91/19.24	c 19	Simplifing CSP by introducing new Boolean variables
19.01/19.36	c 19	CSP : 1491 integers, 41389 booleans, 69097 clauses, largest domain size 3353
19.01/19.36	c 19	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.59/19.91	c 20	Encoding CSP to SAT : HOME/temp.cnf
22.17/22.54	c 23	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
24.95/25.36	c 25	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
27.93/28.35	c 28	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
30.59/31.07	c 31	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
33.27/33.73	c 34	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
33.67/34.17	c 34	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
34.16/34.60	c 35	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
34.56/35.01	c 35	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
34.95/35.45	c 35	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
35.35/35.89	c 36	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
47.02/47.61	c 48	6910 (10%) CSP clauses are encoded (3720135 clauses, 78161891 bytes)
57.89/58.69	c 59	13820 (20%) CSP clauses are encoded (5155672 clauses, 114872405 bytes)
69.17/70.03	c 70	20730 (30%) CSP clauses are encoded (6945837 clauses, 161176865 bytes)
78.85/79.83	c 80	27639 (40%) CSP clauses are encoded (8676262 clauses, 206112708 bytes)
85.66/86.75	c 87	34549 (50%) CSP clauses are encoded (10205320 clauses, 245725225 bytes)
94.48/96.09	c 96	41459 (60%) CSP clauses are encoded (11943074 clauses, 291411752 bytes)
103.93/105.60	c 106	48368 (70%) CSP clauses are encoded (13804213 clauses, 340387477 bytes)
112.57/114.46	c 114	55278 (80%) CSP clauses are encoded (15741139 clauses, 390954279 bytes)
121.32/123.36	c 123	62188 (90%) CSP clauses are encoded (17534466 clauses, 437917208 bytes)
128.20/130.34	c 130	69097 (100%) CSP clauses are encoded (19094956 clauses, 478783789 bytes)
128.20/130.34	c 130	69097 CSP clauses encoded
128.20/130.34	c 130	Writing map file : HOME/temp.map
128.31/130.45	c 130	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
128.31/130.45	c 130	SAT : 1983684 SAT variables, 19094956 SAT clauses, 478783789 bytes
128.31/130.45	c 130	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
128.37/130.50	c 131	SOLVING HOME/temp.cnf
128.37/130.50	c 131	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
128.37/130.51	c 131	This is MiniSat 2.0 beta
128.37/130.51	c 131	WARNING: for repeatability, setting FPU to use double precision
128.37/130.51	c 131	============================[ Problem Statistics ]=============================
128.37/130.51	c 131	|                                                                             |
128.37/130.51	c 131	|  Number of variables:  1983684                                              |
128.37/130.51	c 131	|  Number of clauses:    19094956                                             |
140.13/142.41	c ERROR INTERRUPTED
140.24/142.54	s UNKNOWN
140.24/142.54	c 143	CPU 128.37 (0.06 0.02 124.91 3.38)
140.24/142.54	c 143	END Sun Jul 12 07:32:46 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-2083061-1247376623/watcher-2083061-1247376623 -o /tmp/evaluation-result-2083061-1247376623/solver-2083061-1247376623 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083061-1247376623.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24495
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=12268 CPUtime=0
/proc/24495/stat : 24495 (sugar) R 24493 24495 18192 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24728774 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24495/statm: 3067 316 241 3 0 167 0

[startup+0.0826671 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24495
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16740 CPUtime=0.06
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24728774 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101771 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24495
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=0.07
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302785 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24495
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=0.07
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702834 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 24495
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=0.07
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 24507
/proc/meminfo: memFree=1459008/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.11
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1309 8854 0 1 5 2 98 6 15 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10109 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 24517
/proc/meminfo: memFree=1461376/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.11
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1309 8854 0 1 5 2 98 6 15 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
[pid=24508] ppid=24495 vsize=5356 CPUtime=0
/proc/24508/stat : 24508 (sh) S 24495 24495 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24508/statm: 1339 233 193 169 0 50 0
[pid=24509] ppid=24508 vsize=868592 CPUtime=1.88
/proc/24509/stat : 24509 (java) S 24508 24495 18192 0 -1 0 8294 0 1 0 183 5 0 0 18 0 9 0 24728893 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24509/statm: 217148 7417 2566 9 0 211653 0
[pid=24509/tid=24510] ppid=24508 vsize=868592 CPUtime=1.44
/proc/24509/task/24510/stat : 24510 (java) R 24508 24495 18192 0 -1 64 2783 0 1 0 142 2 0 0 25 0 9 0 24728894 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4126505795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24511] ppid=24508 vsize=868592 CPUtime=0.24
/proc/24509/task/24511/stat : 24511 (java) S 24508 24495 18192 0 -1 64 3373 0 0 0 23 1 0 0 16 0 9 0 24728895 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24512] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24512/stat : 24512 (java) S 24508 24495 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728896 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24513] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24513/stat : 24513 (java) S 24508 24495 18192 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24728896 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24514] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24514/stat : 24514 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24728898 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24515] ppid=24508 vsize=868592 CPUtime=0.17
/proc/24509/task/24515/stat : 24515 (java) S 24508 24495 18192 0 -1 64 1439 0 0 0 17 0 0 0 15 0 9 0 24728898 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24516] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24516/stat : 24516 (java) S 24508 24495 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24728898 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24517] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24517/stat : 24517 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728898 889438208 7417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890816

[startup+6.30244 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 24517
/proc/meminfo: memFree=1450368/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.11
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1309 8854 0 1 5 2 98 6 16 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
[pid=24508] ppid=24495 vsize=5356 CPUtime=0
/proc/24508/stat : 24508 (sh) S 24495 24495 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24508/statm: 1339 233 193 169 0 50 0
[pid=24509] ppid=24508 vsize=868592 CPUtime=5.05
/proc/24509/stat : 24509 (java) S 24508 24495 18192 0 -1 0 11418 0 1 0 495 10 0 0 18 0 9 0 24728893 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24509/statm: 217148 10284 2566 9 0 211653 0
[pid=24509/tid=24510] ppid=24508 vsize=868592 CPUtime=4.26
/proc/24509/task/24510/stat : 24510 (java) R 24508 24495 18192 0 -1 64 3121 0 1 0 423 3 0 0 25 0 9 0 24728894 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4126503104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24511] ppid=24508 vsize=868592 CPUtime=0.58
/proc/24509/task/24511/stat : 24511 (java) S 24508 24495 18192 0 -1 64 6152 0 0 0 53 5 0 0 16 0 9 0 24728895 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24512] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24512/stat : 24512 (java) S 24508 24495 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728896 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24513] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24513/stat : 24513 (java) S 24508 24495 18192 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24728896 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24514] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24514/stat : 24514 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24728898 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24515] ppid=24508 vsize=868592 CPUtime=0.18
/proc/24509/task/24515/stat : 24515 (java) S 24508 24495 18192 0 -1 64 1446 0 0 0 18 0 0 0 15 0 9 0 24728898 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24516] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24516/stat : 24516 (java) S 24508 24495 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24728898 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24517] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24517/stat : 24517 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728898 889438208 10284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890816

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 24517
/proc/meminfo: memFree=1420480/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.11
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1309 8854 0 1 5 2 98 6 16 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
[pid=24508] ppid=24495 vsize=5356 CPUtime=0
/proc/24508/stat : 24508 (sh) S 24495 24495 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24508/statm: 1339 233 193 169 0 50 0
[pid=24509] ppid=24508 vsize=868592 CPUtime=11.37
/proc/24509/stat : 24509 (java) S 24508 24495 18192 0 -1 0 21129 0 1 0 1120 17 0 0 18 0 9 0 24728893 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24509/statm: 217148 17540 2567 9 0 211653 0
[pid=24509/tid=24510] ppid=24508 vsize=868592 CPUtime=9.57
/proc/24509/task/24510/stat : 24510 (java) R 24508 24495 18192 0 -1 64 3684 0 1 0 953 4 0 0 25 0 9 0 24728894 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4126505089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24511] ppid=24508 vsize=868592 CPUtime=1.58
/proc/24509/task/24511/stat : 24511 (java) S 24508 24495 18192 0 -1 64 15300 0 0 0 147 11 0 0 16 0 9 0 24728895 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24512] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24512/stat : 24512 (java) S 24508 24495 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728896 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24513] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24513/stat : 24513 (java) S 24508 24495 18192 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24728896 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24514] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24514/stat : 24514 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24728898 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24515] ppid=24508 vsize=868592 CPUtime=0.18
/proc/24509/task/24515/stat : 24515 (java) S 24508 24495 18192 0 -1 64 1446 0 0 0 18 0 0 0 16 0 9 0 24728898 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24516] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24516/stat : 24516 (java) S 24508 24495 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24728898 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24517] ppid=24508 vsize=868592 CPUtime=0
/proc/24509/task/24517/stat : 24517 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728898 889438208 17540 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890816

[startup+25.5025 s]
/proc/loadavg: 2.15 2.03 2.01 3/93 24517
/proc/meminfo: memFree=1381248/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.12
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1310 8854 0 1 6 2 98 6 16 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
[pid=24508] ppid=24495 vsize=5356 CPUtime=0
/proc/24508/stat : 24508 (sh) S 24495 24495 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24508/statm: 1339 233 193 169 0 50 0
[pid=24509] ppid=24508 vsize=868704 CPUtime=24.03
/proc/24509/stat : 24509 (java) S 24508 24495 18192 0 -1 0 31130 0 1 0 2380 23 0 0 18 0 9 0 24728893 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24509/statm: 217176 26108 2592 9 0 211653 0
[pid=24509/tid=24510] ppid=24508 vsize=868704 CPUtime=20.69
/proc/24509/task/24510/stat : 24510 (java) R 24508 24495 18192 0 -1 64 4455 0 1 0 2062 7 0 0 25 0 9 0 24728894 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4126540320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24511] ppid=24508 vsize=868704 CPUtime=3.08
/proc/24509/task/24511/stat : 24511 (java) S 24508 24495 18192 0 -1 64 24498 0 0 0 294 14 0 0 16 0 9 0 24728895 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24512] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24512/stat : 24512 (java) S 24508 24495 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728896 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24513] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24513/stat : 24513 (java) S 24508 24495 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24728896 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24514] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24514/stat : 24514 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24728898 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24515] ppid=24508 vsize=868704 CPUtime=0.23
/proc/24509/task/24515/stat : 24515 (java) S 24508 24495 18192 0 -1 64 1478 0 0 0 23 0 0 0 15 0 9 0 24728898 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24516] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24516/stat : 24516 (java) S 24508 24495 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24728898 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24517] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24517/stat : 24517 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728898 889552896 26108 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890928

[startup+51.1023 s]
/proc/loadavg: 2.17 2.04 2.01 3/93 24517
/proc/meminfo: memFree=1297536/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.12
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1310 8854 0 1 6 2 98 6 16 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
[pid=24508] ppid=24495 vsize=5356 CPUtime=0
/proc/24508/stat : 24508 (sh) S 24495 24495 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24508/statm: 1339 233 193 169 0 50 0
[pid=24509] ppid=24508 vsize=868704 CPUtime=49.36
/proc/24509/stat : 24509 (java) S 24508 24495 18192 0 -1 0 31405 0 1 0 4862 74 0 0 18 0 9 0 24728893 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24509/statm: 217176 26130 2593 9 0 211653 0
[pid=24509/tid=24510] ppid=24508 vsize=868704 CPUtime=45.81
/proc/24509/task/24510/stat : 24510 (java) R 24508 24495 18192 0 -1 64 4712 0 1 0 4525 56 0 0 25 0 9 0 24728894 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4126540380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24511] ppid=24508 vsize=868704 CPUtime=3.23
/proc/24509/task/24511/stat : 24511 (java) S 24508 24495 18192 0 -1 64 24498 0 0 0 308 15 0 0 16 0 9 0 24728895 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24512] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24512/stat : 24512 (java) S 24508 24495 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728896 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24513] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24513/stat : 24513 (java) S 24508 24495 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24728896 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24514] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24514/stat : 24514 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24515] ppid=24508 vsize=868704 CPUtime=0.27
/proc/24509/task/24515/stat : 24515 (java) S 24508 24495 18192 0 -1 64 1496 0 0 0 27 0 0 0 16 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24516] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24516/stat : 24516 (java) S 24508 24495 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24517] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24517/stat : 24517 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 890928

[startup+102.308 s]
/proc/loadavg: 2.48 2.13 2.04 3/93 24517
/proc/meminfo: memFree=1061056/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=1.12
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1310 8854 0 1 6 2 98 6 16 0 1 0 24728774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1111 409 3 0 796 0
[pid=24508] ppid=24495 vsize=5356 CPUtime=0
/proc/24508/stat : 24508 (sh) S 24495 24495 18192 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24728893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24508/statm: 1339 233 193 169 0 50 0
[pid=24509] ppid=24508 vsize=868704 CPUtime=99.56
/proc/24509/stat : 24509 (java) S 24508 24495 18192 0 -1 0 32050 0 1 0 9727 229 0 0 18 0 9 0 24728893 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24509/statm: 217176 26130 2593 9 0 211653 0
[pid=24509/tid=24510] ppid=24508 vsize=868704 CPUtime=95.59
/proc/24509/task/24510/stat : 24510 (java) R 24508 24495 18192 0 -1 64 5357 0 1 0 9352 207 0 0 25 0 9 0 24728894 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4126540406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24511] ppid=24508 vsize=868704 CPUtime=3.67
/proc/24509/task/24511/stat : 24511 (java) S 24508 24495 18192 0 -1 64 24498 0 0 0 347 20 0 0 16 0 9 0 24728895 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24512] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24512/stat : 24512 (java) S 24508 24495 18192 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24728896 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24513] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24513/stat : 24513 (java) S 24508 24495 18192 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24728896 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24514] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24514/stat : 24514 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24515] ppid=24508 vsize=868704 CPUtime=0.27
/proc/24509/task/24515/stat : 24515 (java) S 24508 24495 18192 0 -1 64 1496 0 0 0 27 0 0 0 16 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24516] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24516/stat : 24516 (java) S 24508 24495 18192 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24509/tid=24517] ppid=24508 vsize=868704 CPUtime=0
/proc/24509/task/24517/stat : 24517 (java) S 24508 24495 18192 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24728898 889552896 26130 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 890928



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+142.401 s]
/proc/loadavg: 2.58 2.20 2.07 3/85 24519
/proc/meminfo: memFree=152320/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=128.37
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1378 41650 0 2 6 2 12491 338 16 0 1 0 24728774 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1115 409 3 0 796 0
[pid=24518] ppid=24495 vsize=5356 CPUtime=0
/proc/24518/stat : 24518 (sh) S 24495 24495 18192 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24741825 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24518/statm: 1339 232 193 169 0 50 0
[pid=24519] ppid=24518 vsize=902072 CPUtime=11.76
/proc/24519/stat : 24519 (minisat) R 24518 24495 18192 0 -1 4194304 210904 0 0 0 1014 162 0 0 25 0 1 0 24741825 923721728 210890 996147200 134512640 135127466 4294956256 18446744073709551615 134514074 0 0 4096 3 0 0 0 17 1 0 0
/proc/24519/statm: 225518 210890 62 150 0 225365 0
Current children cumulated CPU time (s) 140.13
Current children cumulated vsize (KiB) 924296

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

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

[startup+142.52 s]
/proc/loadavg: 2.58 2.20 2.07 3/85 24519
/proc/meminfo: memFree=152320/2055920 swapFree=4192812/4192956
[pid=24495] ppid=24493 vsize=16868 CPUtime=128.37
/proc/24495/stat : 24495 (sugar) S 24493 24495 18192 0 -1 4194304 1400 41650 0 2 6 2 12491 338 16 0 1 0 24728774 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24495/statm: 4217 1115 409 3 0 796 0
[pid=24518] ppid=24495 vsize=0 CPUtime=0
/proc/24518/stat : 24518 (sh) Z 24495 24495 18192 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24741825 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24518/statm: 0 0 0 0 0 0 0
[pid=24519] ppid=1 vsize=0 CPUtime=11.87
/proc/24519/stat : 24519 (minisat) R 1 24495 18192 0 -1 4195332 210904 0 0 0 1014 173 0 0 25 0 1 0 24741825 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/24519/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 140.24
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24495 and gives
#  childrusage.ru_utime.tv_sec=124
#  childrusage.ru_utime.tv_usec=985999
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=414480
# CPU time returned by wait4() is 128.4
# while last known CPU time is 140.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 142.549
CPU time (s): 140.24
CPU user time (s): 135.11
CPU system time (s): 5.13
CPU usage (%): 98.3801
Max. virtual memory (cumulated for all children) (KiB): 924296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.986
system time used= 3.41448
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43411
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= 22744
involuntary context switches= 26356

runsolver used 0.162975 second user time and 0.52492 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 07:30:23
IDJOB=2083061
IDBENCH=57691
IDSOLVER=739
FILE ID=node21/2083061-1247376623
PBS_JOBID= 9507035
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= 20a8e08ca27a05d758abe6eb5654c79a
RANDOM SEED=1545148244

node21.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.240
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.240
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:       1482232 kB
Buffers:         48924 kB
Cached:         293116 kB
SwapCached:          0 kB
Active:         302988 kB
Inactive:       193636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         175020 kB
Slab:            62016 kB
Committed_AS:   382936 kB
PageTables:       2088 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= 66404 MiB
End job on node21 at 2009-07-12 07:32:47