Trace number 2083050

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) 137.42 139.353

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-4.xml
MD5SUM1196fad89b5a5a4f355ab65ef889a576
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.3597
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:29:28 2009
0.00/0.08	c 0	PID 28975
0.00/0.08	c 0	HOST node37.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083050-1247376568.xml TO HOME/temp.csp
0.00/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-2083050-1247376568.xml' 'HOME/temp.csp'
1.06/1.11	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
1.06/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.13	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.09/1.21	c 1	Parsing HOME/temp.csp
1.09/1.39	c 1	parsed 9411 expressions
1.09/1.40	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.40	c 1	Converting to clausal form CSP
2.13/2.23	c 2	converted 942 (10%) expressions
4.61/4.78	c 5	converted 1883 (20%) expressions
6.78/6.96	c 7	converted 2824 (30%) expressions
8.57/8.71	c 9	converted 3765 (40%) expressions
10.25/10.50	c 10	converted 4706 (50%) expressions
11.84/12.02	c 12	converted 5647 (60%) expressions
13.22/13.45	c 13	converted 6588 (70%) expressions
15.00/15.22	c 15	converted 7529 (80%) expressions
16.49/16.70	c 17	converted 8470 (90%) expressions
17.78/18.06	c 18	converted 9411 (100%) expressions
17.78/18.06	c 18	CSP : 1491 integers, 24479 booleans, 52151 clauses, largest domain size 3353
17.78/18.06	c 18	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.78/18.06	c 18	Propagation in CSP
18.57/18.83	c 19	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.57/18.83	c 19	CSP : 1491 integers, 24479 booleans, 52151 clauses, largest domain size 3353
18.57/18.83	c 19	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.57/18.86	c 19	Simplifing CSP by introducing new Boolean variables
18.66/18.97	c 19	CSP : 1491 integers, 41391 booleans, 69063 clauses, largest domain size 3353
18.66/18.97	c 19	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.16/19.49	c 19	Encoding CSP to SAT : HOME/temp.cnf
21.73/22.08	c 22	150 (10%) CSP integer variables are encoded (62695 clauses, 918343 bytes)
24.51/24.83	c 25	299 (20%) CSP integer variables are encoded (128420 clauses, 1961551 bytes)
27.38/27.78	c 28	448 (30%) CSP integer variables are encoded (199373 clauses, 3167752 bytes)
30.05/30.45	c 30	597 (40%) CSP integer variables are encoded (264225 clauses, 4270236 bytes)
32.63/33.07	c 33	746 (50%) CSP integer variables are encoded (327849 clauses, 5351844 bytes)
33.02/33.49	c 33	895 (60%) CSP integer variables are encoded (643870 clauses, 10724201 bytes)
33.52/33.93	c 34	1044 (70%) CSP integer variables are encoded (982887 clauses, 16487490 bytes)
33.93/34.35	c 34	1193 (80%) CSP integer variables are encoded (1294278 clauses, 22371800 bytes)
34.33/34.77	c 35	1342 (90%) CSP integer variables are encoded (1608923 clauses, 28350055 bytes)
34.82/35.21	c 35	1491 (100%) CSP integer variables are encoded (1940804 clauses, 34655794 bytes)
46.08/46.69	c 47	6907 (10%) CSP clauses are encoded (3721636 clauses, 78199820 bytes)
56.86/57.54	c 57	13813 (20%) CSP clauses are encoded (5158275 clauses, 114939042 bytes)
67.82/68.66	c 69	20719 (30%) CSP clauses are encoded (6949495 clauses, 161270729 bytes)
77.31/78.27	c 78	27626 (40%) CSP clauses are encoded (8680455 clauses, 206221574 bytes)
84.01/85.07	c 85	34532 (50%) CSP clauses are encoded (10210499 clauses, 245860368 bytes)
92.75/93.92	c 94	41438 (60%) CSP clauses are encoded (11952542 clauses, 291664603 bytes)
101.91/103.22	c 103	48345 (70%) CSP clauses are encoded (13812297 clauses, 340599868 bytes)
110.46/111.93	c 112	55251 (80%) CSP clauses are encoded (15753295 clauses, 391276832 bytes)
119.00/120.65	c 121	62157 (90%) CSP clauses are encoded (17544412 clauses, 438180096 bytes)
125.69/127.49	c 127	69063 (100%) CSP clauses are encoded (19105962 clauses, 479075232 bytes)
125.69/127.49	c 127	69063 CSP clauses encoded
125.69/127.49	c 127	Writing map file : HOME/temp.map
125.79/127.59	c 127	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
125.79/127.59	c 127	SAT : 1983686 SAT variables, 19105962 SAT clauses, 479075232 bytes
125.79/127.59	c 127	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
125.89/127.66	c 128	SOLVING HOME/temp.cnf
125.89/127.66	c 128	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
125.89/127.67	c 128	This is MiniSat 2.0 beta
125.89/127.67	c 128	WARNING: for repeatability, setting FPU to use double precision
125.89/127.67	c 128	============================[ Problem Statistics ]=============================
125.89/127.67	c 128	|                                                                             |
125.89/127.67	c 128	|  Number of variables:  1983686                                              |
125.89/127.67	c 128	|  Number of clauses:    19105962                                             |
137.31/139.21	c ERROR INTERRUPTED
137.42/139.35	s UNKNOWN
137.42/139.35	c 139	CPU 125.92 (0.06 0.02 122.65 3.19)
137.42/139.35	c 139	END Sun Jul 12 07:31:47 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083050-1247376568/watcher-2083050-1247376568 -o /tmp/evaluation-result-2083050-1247376568/solver-2083050-1247376568 -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-2083050-1247376568.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.00 2.00 2.00 4/74 28975
/proc/meminfo: memFree=1775200/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=12132 CPUtime=0
/proc/28975/stat : 28975 (sugar) R 28973 28975 22571 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 24720962 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 213136241462 0 0 4224 0 0 0 0 17 1 0 0
/proc/28975/statm: 3033 183 142 3 0 133 0

[startup+0.110463 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28975
/proc/meminfo: memFree=1775200/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=0.07
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202483 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28975
/proc/meminfo: memFree=1775200/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=0.07
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302495 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28975
/proc/meminfo: memFree=1775200/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=0.07
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702576 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 28975
/proc/meminfo: memFree=1775200/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=0.07
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50173 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 28987
/proc/meminfo: memFree=1751944/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.09
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1309 8854 0 1 5 2 96 6 15 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 16868

[startup+3.10303 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 28997
/proc/meminfo: memFree=1754184/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.09
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1309 8854 0 1 5 2 96 6 16 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
[pid=28988] ppid=28975 vsize=5356 CPUtime=0
/proc/28988/stat : 28988 (sh) S 28975 28975 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24721076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28988/statm: 1339 233 193 169 0 50 0
[pid=28989] ppid=28988 vsize=868568 CPUtime=1.93
/proc/28989/stat : 28989 (java) S 28988 28975 22571 0 -1 0 8412 0 1 0 188 5 0 0 18 0 9 0 24721076 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28989/statm: 217142 7490 2566 9 0 211647 0
[pid=28989/tid=28990] ppid=28988 vsize=868568 CPUtime=1.5
/proc/28989/task/28990/stat : 28990 (java) R 28988 28975 22571 0 -1 64 2793 0 1 0 148 2 0 0 25 0 9 0 24721077 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4126501256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28991] ppid=28988 vsize=868568 CPUtime=0.23
/proc/28989/task/28991/stat : 28991 (java) S 28988 28975 22571 0 -1 64 3443 0 0 0 21 2 0 0 16 0 9 0 24721078 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28992] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28992/stat : 28992 (java) S 28988 28975 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24721078 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28993] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28993/stat : 28993 (java) S 28988 28975 22571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24721078 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28994] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28994/stat : 28994 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24721080 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28995] ppid=28988 vsize=868568 CPUtime=0.17
/proc/28989/task/28995/stat : 28995 (java) S 28988 28975 22571 0 -1 64 1477 0 0 0 17 0 0 0 16 0 9 0 24721080 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28996] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28996/stat : 28996 (java) S 28988 28975 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24721080 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28997] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28997/stat : 28997 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24721080 889413632 7490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890792

[startup+6.30264 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 28997
/proc/meminfo: memFree=1742856/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.09
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1309 8854 0 1 5 2 96 6 16 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
[pid=28988] ppid=28975 vsize=5356 CPUtime=0
/proc/28988/stat : 28988 (sh) S 28975 28975 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24721076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28988/statm: 1339 233 193 169 0 50 0
[pid=28989] ppid=28988 vsize=870044 CPUtime=5.1
/proc/28989/stat : 28989 (java) S 28988 28975 22571 0 -1 0 12191 0 1 0 501 9 0 0 18 0 9 0 24721076 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28989/statm: 217511 10748 2567 9 0 212016 0
[pid=28989/tid=28990] ppid=28988 vsize=870044 CPUtime=4.3
/proc/28989/task/28990/stat : 28990 (java) R 28988 28975 22571 0 -1 64 3128 0 1 0 428 2 0 0 25 0 9 0 24721077 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28991] ppid=28988 vsize=870044 CPUtime=0.58
/proc/28989/task/28991/stat : 28991 (java) R 28988 28975 22571 0 -1 64 6881 0 0 0 53 5 0 0 16 0 9 0 24721078 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28992] ppid=28988 vsize=870044 CPUtime=0
/proc/28989/task/28992/stat : 28992 (java) S 28988 28975 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24721078 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28993] ppid=28988 vsize=870044 CPUtime=0
/proc/28989/task/28993/stat : 28993 (java) S 28988 28975 22571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24721078 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28994] ppid=28988 vsize=870044 CPUtime=0
/proc/28989/task/28994/stat : 28994 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24721080 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28995] ppid=28988 vsize=870044 CPUtime=0.19
/proc/28989/task/28995/stat : 28995 (java) S 28988 28975 22571 0 -1 64 1483 0 0 0 19 0 0 0 15 0 9 0 24721080 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28996] ppid=28988 vsize=870044 CPUtime=0
/proc/28989/task/28996/stat : 28996 (java) S 28988 28975 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24721080 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28997] ppid=28988 vsize=870044 CPUtime=0
/proc/28989/task/28997/stat : 28997 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24721080 890925056 10748 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 892268

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 28997
/proc/meminfo: memFree=1712456/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.09
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1309 8854 0 1 5 2 96 6 16 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
[pid=28988] ppid=28975 vsize=5356 CPUtime=0
/proc/28988/stat : 28988 (sh) S 28975 28975 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24721076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28988/statm: 1339 233 193 169 0 50 0
[pid=28989] ppid=28988 vsize=868568 CPUtime=11.44
/proc/28989/stat : 28989 (java) S 28988 28975 22571 0 -1 0 23068 0 1 0 1129 15 0 0 18 0 9 0 24721076 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28989/statm: 217142 17872 2567 9 0 211647 0
[pid=28989/tid=28990] ppid=28988 vsize=868568 CPUtime=9.69
/proc/28989/task/28990/stat : 28990 (java) R 28988 28975 22571 0 -1 64 3705 0 1 0 966 3 0 0 25 0 9 0 24721077 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4126501315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28991] ppid=28988 vsize=868568 CPUtime=1.53
/proc/28989/task/28991/stat : 28991 (java) S 28988 28975 22571 0 -1 64 17181 0 0 0 142 11 0 0 16 0 9 0 24721078 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28992] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28992/stat : 28992 (java) S 28988 28975 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24721078 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28993] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28993/stat : 28993 (java) S 28988 28975 22571 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24721078 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28994] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28994/stat : 28994 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24721080 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28995] ppid=28988 vsize=868568 CPUtime=0.19
/proc/28989/task/28995/stat : 28995 (java) S 28988 28975 22571 0 -1 64 1483 0 0 0 19 0 0 0 16 0 9 0 24721080 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28996] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28996/stat : 28996 (java) S 28988 28975 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24721080 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28997] ppid=28988 vsize=868568 CPUtime=0
/proc/28989/task/28997/stat : 28997 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24721080 889413632 17872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890792

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 28997
/proc/meminfo: memFree=1675592/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.09
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1310 8854 0 1 5 2 96 6 16 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
[pid=28988] ppid=28975 vsize=5356 CPUtime=0
/proc/28988/stat : 28988 (sh) S 28975 28975 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24721076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28988/statm: 1339 233 193 169 0 50 0
[pid=28989] ppid=28988 vsize=868680 CPUtime=24.11
/proc/28989/stat : 28989 (java) S 28988 28975 22571 0 -1 0 33102 0 1 0 2387 24 0 0 18 0 9 0 24721076 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28989/statm: 217170 25838 2592 9 0 211647 0
[pid=28989/tid=28990] ppid=28988 vsize=868680 CPUtime=20.9
/proc/28989/task/28990/stat : 28990 (java) R 28988 28975 22571 0 -1 64 4485 0 1 0 2084 6 0 0 25 0 9 0 24721077 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4126540336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28991] ppid=28988 vsize=868680 CPUtime=2.94
/proc/28989/task/28991/stat : 28991 (java) S 28988 28975 22571 0 -1 64 26403 0 0 0 278 16 0 0 16 0 9 0 24721078 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28992] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28992/stat : 28992 (java) S 28988 28975 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24721078 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28993] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28993/stat : 28993 (java) S 28988 28975 22571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24721078 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28994] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28994/stat : 28994 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24721080 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28995] ppid=28988 vsize=868680 CPUtime=0.24
/proc/28989/task/28995/stat : 28995 (java) S 28988 28975 22571 0 -1 64 1515 0 0 0 24 0 0 0 15 0 9 0 24721080 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28996] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28996/stat : 28996 (java) S 28988 28975 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24721080 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28997] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28997/stat : 28997 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24721080 889528320 25838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890904

[startup+51.1021 s]
/proc/loadavg: 2.22 2.05 2.02 3/85 28997
/proc/meminfo: memFree=1588744/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.1
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1310 8854 0 1 6 2 96 6 16 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
[pid=28988] ppid=28975 vsize=5356 CPUtime=0
/proc/28988/stat : 28988 (sh) S 28975 28975 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24721076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28988/statm: 1339 233 193 169 0 50 0
[pid=28989] ppid=28988 vsize=868680 CPUtime=49.43
/proc/28989/stat : 28989 (java) S 28988 28975 22571 0 -1 0 33384 0 1 0 4867 76 0 0 18 0 9 0 24721076 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28989/statm: 217170 25860 2593 9 0 211647 0
[pid=28989/tid=28990] ppid=28988 vsize=868680 CPUtime=46
/proc/28989/task/28990/stat : 28990 (java) R 28988 28975 22571 0 -1 64 4748 0 1 0 4544 56 0 0 25 0 9 0 24721077 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4126998753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28991] ppid=28988 vsize=868680 CPUtime=3.12
/proc/28989/task/28991/stat : 28991 (java) S 28988 28975 22571 0 -1 64 26403 0 0 0 294 18 0 0 16 0 9 0 24721078 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28992] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28992/stat : 28992 (java) S 28988 28975 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24721078 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28993] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28993/stat : 28993 (java) S 28988 28975 22571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24721078 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28994] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28994/stat : 28994 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28995] ppid=28988 vsize=868680 CPUtime=0.28
/proc/28989/task/28995/stat : 28995 (java) S 28988 28975 22571 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28996] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28996/stat : 28996 (java) S 28988 28975 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28997] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28997/stat : 28997 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 890904

[startup+102.303 s]
/proc/loadavg: 2.13 2.05 2.02 3/85 28997
/proc/meminfo: memFree=1341448/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=1.1
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1310 8854 0 1 6 2 96 6 16 0 1 0 24720962 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1111 409 3 0 796 0
[pid=28988] ppid=28975 vsize=5356 CPUtime=0
/proc/28988/stat : 28988 (sh) S 28975 28975 22571 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24721076 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28988/statm: 1339 233 193 169 0 50 0
[pid=28989] ppid=28988 vsize=868680 CPUtime=99.93
/proc/28989/stat : 28989 (java) S 28988 28975 22571 0 -1 0 34056 0 1 0 9771 222 0 0 18 0 9 0 24721076 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28989/statm: 217170 25860 2593 9 0 211647 0
[pid=28989/tid=28990] ppid=28988 vsize=868680 CPUtime=96.07
/proc/28989/task/28990/stat : 28990 (java) R 28988 28975 22571 0 -1 64 5420 0 1 0 9410 197 0 0 25 0 9 0 24721077 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4126998869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28991] ppid=28988 vsize=868680 CPUtime=3.55
/proc/28989/task/28991/stat : 28991 (java) S 28988 28975 22571 0 -1 64 26403 0 0 0 332 23 0 0 16 0 9 0 24721078 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28992] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28992/stat : 28992 (java) S 28988 28975 22571 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24721078 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28993] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28993/stat : 28993 (java) S 28988 28975 22571 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24721078 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28994] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28994/stat : 28994 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28995] ppid=28988 vsize=868680 CPUtime=0.28
/proc/28989/task/28995/stat : 28995 (java) S 28988 28975 22571 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28996] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28996/stat : 28996 (java) S 28988 28975 22571 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28989/tid=28997] ppid=28988 vsize=868680 CPUtime=0
/proc/28989/task/28997/stat : 28997 (java) S 28988 28975 22571 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24721080 889528320 25860 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 890904



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+139.202 s]
/proc/loadavg: 2.07 2.05 2.01 3/77 28999
/proc/meminfo: memFree=444296/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=125.91
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1378 43621 0 2 6 2 12265 318 16 0 1 0 24720962 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1115 409 3 0 796 0
[pid=28998] ppid=28975 vsize=5356 CPUtime=0
/proc/28998/stat : 28998 (sh) S 28975 28975 22571 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24733729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28998/statm: 1339 232 193 169 0 50 0
[pid=28999] ppid=28998 vsize=903124 CPUtime=11.4
/proc/28999/stat : 28999 (minisat) R 28998 28975 22571 0 -1 4194304 211189 0 0 0 1005 135 0 0 25 0 1 0 24733729 924798976 211175 996147200 134512640 135127466 4294956256 18446744073709551615 134513809 0 0 4096 3 0 0 0 17 1 0 0
/proc/28999/statm: 225781 211175 62 150 0 225628 0
Current children cumulated CPU time (s) 137.31
Current children cumulated vsize (KiB) 925348

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

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

[startup+139.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/77 28999
/proc/meminfo: memFree=444296/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=16868 CPUtime=125.91
/proc/28975/stat : 28975 (sugar) S 28973 28975 22571 0 -1 4194304 1400 43621 0 2 6 2 12265 318 16 0 1 0 24720962 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 4217 1115 409 3 0 796 0
[pid=28998] ppid=28975 vsize=0 CPUtime=0
/proc/28998/stat : 28998 (sh) Z 28975 28975 22571 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24733729 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28998/statm: 0 0 0 0 0 0 0
[pid=28999] ppid=1 vsize=0 CPUtime=11.51
/proc/28999/stat : 28999 (minisat) R 1 28975 22571 0 -1 4195332 211189 0 0 0 1005 146 0 0 25 0 1 0 24733729 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 137.42
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28975 and gives
#  childrusage.ru_utime.tv_sec=122
#  childrusage.ru_utime.tv_usec=725342
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=216511
# CPU time returned by wait4() is 125.942
# while last known CPU time is 137.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 139.353
CPU time (s): 137.42
CPU user time (s): 132.76
CPU system time (s): 4.66
CPU usage (%): 98.6129
Max. virtual memory (cumulated for all children) (KiB): 925348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.725
system time used= 3.21651
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45382
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= 22664
involuntary context switches= 25235

runsolver used 0.19397 second user time and 0.469928 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 07:29:28
IDJOB=2083050
IDBENCH=57690
IDSOLVER=739
FILE ID=node37/2083050-1247376568
PBS_JOBID= 9507089
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-4.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-2083050-1247376568/watcher-2083050-1247376568 -o /tmp/evaluation-result-2083050-1247376568/solver-2083050-1247376568 -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-2083050-1247376568.xml

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

MD5SUM BENCH= 1196fad89b5a5a4f355ab65ef889a576
RANDOM SEED=857472233

node37.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.260
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.260
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:       1775680 kB
Buffers:         33372 kB
Cached:         171852 kB
SwapCached:          0 kB
Active:         147500 kB
Inactive:        78364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2616 kB
Writeback:           0 kB
Mapped:          31368 kB
Slab:            39780 kB
Committed_AS:   274124 kB
PageTables:       1728 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= 66428 MiB
End job on node37 at 2009-07-12 07:31:49