Trace number 2062853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.08 1800.73

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-6.xml
MD5SUM63de7b9f1d819e7299a55d3ddca29f01
Bench CategoryAlldiff (alldiff)
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 variables108
Number of constraints61
Maximum constraint arity36
Maximum domain size36
Number of constraints which are defined in extension36
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(25)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:28:49 2009
0.00/0.07	c 0	PID 11775
0.00/0.07	c 0	HOST node48.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2062853-1247329729.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062853-1247329729.xml' 'HOME/temp.csp'
0.06/0.23	c 0	2 domains, 108 variables, 0 predicates, 1 relations, 61 constraints
0.06/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/0.35	c 0	Parsing HOME/temp.csp
0.25/0.37	c 0	parsed 172 expressions
0.25/0.38	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.38	c 0	Converting to clausal form CSP
0.25/0.40	c 0	converted 18 (10%) expressions
0.25/0.40	c 0	converted 35 (20%) expressions
0.25/0.40	c 0	converted 52 (30%) expressions
0.25/0.40	c 0	converted 69 (40%) expressions
0.25/0.40	c 0	converted 86 (50%) expressions
0.25/0.40	c 0	converted 104 (60%) expressions
0.25/0.41	c 1	converted 121 (70%) expressions
0.25/0.42	c 1	converted 138 (80%) expressions
0.25/0.46	c 1	converted 155 (90%) expressions
0.25/0.56	c 1	converted 172 (100%) expressions
0.25/0.56	c 1	CSP : 108 integers, 0 booleans, 1076 clauses, largest domain size 36
0.25/0.56	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.56	c 1	Propagation in CSP
0.25/0.57	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.57	c 1	CSP : 108 integers, 0 booleans, 1076 clauses, largest domain size 36
0.25/0.57	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.58	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.59	c 1	CSP : 108 integers, 1980 booleans, 3056 clauses, largest domain size 36
0.25/0.59	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.62	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.63	c 1	11 (10%) CSP integer variables are encoded (44 clauses, 445 bytes)
0.25/0.63	c 1	22 (20%) CSP integer variables are encoded (88 clauses, 858 bytes)
0.25/0.63	c 1	33 (30%) CSP integer variables are encoded (132 clauses, 1342 bytes)
0.25/0.63	c 1	44 (40%) CSP integer variables are encoded (176 clauses, 1826 bytes)
0.25/0.63	c 1	54 (50%) CSP integer variables are encoded (216 clauses, 2266 bytes)
0.25/0.63	c 1	65 (60%) CSP integer variables are encoded (260 clauses, 2750 bytes)
0.25/0.63	c 1	76 (70%) CSP integer variables are encoded (424 clauses, 4554 bytes)
0.25/0.63	c 1	87 (80%) CSP integer variables are encoded (798 clauses, 8668 bytes)
0.25/0.63	c 1	98 (90%) CSP integer variables are encoded (1172 clauses, 13309 bytes)
0.25/0.64	c 1	108 (100%) CSP integer variables are encoded (1512 clauses, 17729 bytes)
0.25/0.70	c 1	306 (10%) CSP clauses are encoded (5172 clauses, 77874 bytes)
0.25/0.71	c 1	612 (20%) CSP clauses are encoded (6448 clauses, 96619 bytes)
0.25/0.71	c 1	917 (30%) CSP clauses are encoded (7733 clauses, 116359 bytes)
0.25/0.72	c 1	1223 (40%) CSP clauses are encoded (10219 clauses, 156703 bytes)
0.25/0.74	c 1	1528 (50%) CSP clauses are encoded (17629 clauses, 284237 bytes)
0.25/0.75	c 1	1834 (60%) CSP clauses are encoded (25075 clauses, 413039 bytes)
0.25/0.77	c 1	2140 (70%) CSP clauses are encoded (32521 clauses, 541963 bytes)
0.25/0.78	c 1	2445 (80%) CSP clauses are encoded (39931 clauses, 671211 bytes)
0.25/0.80	c 1	2751 (90%) CSP clauses are encoded (47377 clauses, 805815 bytes)
0.25/0.81	c 1	3056 (100%) CSP clauses are encoded (54752 clauses, 943336 bytes)
0.25/0.81	c 1	3056 CSP clauses encoded
0.25/0.81	c 1	Writing map file : HOME/temp.map
0.25/0.81	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.82	c 1	SAT : 3600 SAT variables, 54752 SAT clauses, 943336 bytes
0.25/0.82	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.86	c 1	SOLVING HOME/temp.cnf
0.25/0.86	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1800.71	sh: line 1: 11799 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1800.71	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1800.71	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1800.72	c ERROR INTERRUPTED
1800.04/1800.72	s UNKNOWN
1800.04/1800.72	c 1801	CPU 1800.06 (0.05 0.02 1799.57 0.42)
1800.04/1800.72	c 1801	END Sat Jul 11 18:58:50 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-2062853-1247329729/watcher-2062853-1247329729 -o /tmp/evaluation-result-2062853-1247329729/solver-2062853-1247329729 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2062853-1247329729.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: 0.92 1.09 1.40 3/82 11775
/proc/meminfo: memFree=733384/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=12272 CPUtime=0
/proc/11775/stat : 11775 (sugar) R 11773 11775 10639 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20037062 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 255539772005 0 0 4224 0 0 0 0 17 0 0 0
/proc/11775/statm: 3068 328 246 3 0 168 0

[startup+0.0982819 s]
/proc/loadavg: 0.92 1.09 1.40 3/82 11775
/proc/meminfo: memFree=733384/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.06
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20037062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101274 s]
/proc/loadavg: 0.92 1.09 1.40 3/82 11775
/proc/meminfo: memFree=733384/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.06
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20037062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301301 s]
/proc/loadavg: 0.92 1.09 1.40 3/82 11775
/proc/meminfo: memFree=733384/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.25
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1292 4219 0 1 5 1 16 3 17 0 1 0 20037062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+0.701338 s]
/proc/loadavg: 0.92 1.09 1.40 3/82 11775
/proc/meminfo: memFree=733384/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.25
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1310 4219 0 1 5 1 16 3 16 0 1 0 20037062 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11775/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+1.50141 s]
/proc/loadavg: 0.92 1.09 1.40 2/85 11799
/proc/meminfo: memFree=728368/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=2848 CPUtime=0.63
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 626 0 0 0 39 24 0 0 24 0 1 0 20037148 2916352 612 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 712 612 42 102 0 607 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 25072

[startup+3.10156 s]
/proc/loadavg: 0.92 1.09 1.40 2/85 11799
/proc/meminfo: memFree=726448/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=3640 CPUtime=2.23
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 834 0 0 0 199 24 0 0 25 0 1 0 20037148 3727360 820 996147200 134512640 134931368 4294956256 18446744073709551615 134583827 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 910 820 42 102 0 805 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 25864

[startup+6.30286 s]
/proc/loadavg: 0.93 1.09 1.40 2/85 11799
/proc/meminfo: memFree=724720/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=4600 CPUtime=5.42
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 1085 0 0 0 518 24 0 0 25 0 1 0 20037148 4710400 1069 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 1150 1069 48 102 0 1045 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 26824

[startup+12.7015 s]
/proc/loadavg: 0.93 1.09 1.40 2/85 11799
/proc/meminfo: memFree=724400/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=4864 CPUtime=11.82
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 1165 0 0 0 1158 24 0 0 25 0 1 0 20037148 4980736 1149 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 1216 1149 48 102 0 1111 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 27088

[startup+25.5017 s]
/proc/loadavg: 0.95 1.08 1.39 2/85 11799
/proc/meminfo: memFree=723888/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=5748 CPUtime=24.62
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 1358 0 0 0 2437 25 0 0 25 0 1 0 20037148 5885952 1342 996147200 134512640 134931368 4294956256 18446744073709551615 134549518 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 1437 1342 48 102 0 1332 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 27972

[startup+51.1011 s]
/proc/loadavg: 0.96 1.07 1.38 2/85 11799
/proc/meminfo: memFree=722416/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=7192 CPUtime=50.2
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 1672 0 0 0 4995 25 0 0 25 0 1 0 20037148 7364608 1656 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 1798 1656 48 102 0 1693 0
Current children cumulated CPU time (s) 51.17
Current children cumulated vsize (KiB) 29416

[startup+102.307 s]
/proc/loadavg: 0.98 1.06 1.36 2/85 11799
/proc/meminfo: memFree=721264/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=8124 CPUtime=101.38
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 1922 0 0 0 10113 25 0 0 25 0 1 0 20037148 8318976 1906 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 2031 1906 48 102 0 1926 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 30348

[startup+162.302 s]
/proc/loadavg: 0.99 1.05 1.33 2/85 11799
/proc/meminfo: memFree=720176/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=9168 CPUtime=161.36
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 2196 0 0 0 16110 26 0 0 25 0 1 0 20037148 9388032 2180 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 2292 2180 48 102 0 2187 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 31392

[startup+222.301 s]
/proc/loadavg: 0.99 1.04 1.31 2/85 11799
/proc/meminfo: memFree=719344/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=10072 CPUtime=221.33
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 2473 0 0 0 22107 26 0 0 25 0 1 0 20037148 10313728 2354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 2518 2354 48 102 0 2413 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 32296

[startup+282.302 s]
/proc/loadavg: 0.99 1.03 1.29 2/85 11799
/proc/meminfo: memFree=718640/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=10732 CPUtime=281.3

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

[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=17324 CPUtime=1300.86
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 5969 0 0 0 130056 30 0 0 25 0 1 0 20037148 17739776 4183 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4331 4183 48 102 0 4226 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 39548

[startup+1362.3 s]
/proc/loadavg: 1.15 1.03 1.09 3/84 11845
/proc/meminfo: memFree=692400/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=18116 CPUtime=1360.83
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 6244 0 0 0 136051 32 0 0 25 0 1 0 20037148 18550784 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4529 4386 48 102 0 4424 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 40340

[startup+1422.31 s]
/proc/loadavg: 1.69 1.21 1.14 3/84 11845
/proc/meminfo: memFree=692528/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=18116 CPUtime=1420.81
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 6316 0 0 0 142049 32 0 0 25 0 1 0 20037148 18550784 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4529 4386 48 102 0 4424 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 40340

[startup+1482.3 s]
/proc/loadavg: 1.88 1.35 1.20 3/84 11845
/proc/meminfo: memFree=689072/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=18116 CPUtime=1480.78
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 6388 0 0 0 148046 32 0 0 25 0 1 0 20037148 18550784 4386 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4529 4386 48 102 0 4424 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 40340

[startup+1542.3 s]
/proc/loadavg: 1.95 1.46 1.24 3/84 11845
/proc/meminfo: memFree=687280/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=18644 CPUtime=1540.76
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 6694 0 0 0 154043 33 0 0 25 0 1 0 20037148 19091456 4542 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4661 4542 48 102 0 4556 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 40868

[startup+1602.3 s]
/proc/loadavg: 1.98 1.56 1.29 3/84 11845
/proc/meminfo: memFree=686704/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=19304 CPUtime=1600.74
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 6907 0 0 0 160041 33 0 0 25 0 1 0 20037148 19767296 4680 996147200 134512640 134931368 4294956256 18446744073709551615 134525907 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4826 4680 48 102 0 4721 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 41528

[startup+1662.3 s]
/proc/loadavg: 1.99 1.64 1.33 3/84 11845
/proc/meminfo: memFree=686064/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=19304 CPUtime=1660.71
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 6907 0 0 0 166038 33 0 0 25 0 1 0 20037148 19767296 4680 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 4826 4680 48 102 0 4721 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 41528

[startup+1722.3 s]
/proc/loadavg: 1.99 1.70 1.37 3/84 11845
/proc/meminfo: memFree=684976/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=20228 CPUtime=1720.69
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 7248 0 0 0 172036 33 0 0 25 0 1 0 20037148 20713472 4942 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 5057 4942 48 102 0 4952 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 42452

[startup+1782.3 s]
/proc/loadavg: 1.99 1.75 1.40 3/84 11845
/proc/meminfo: memFree=684848/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=20228 CPUtime=1780.67
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 7327 0 0 0 178033 34 0 0 25 0 1 0 20037148 20713472 4942 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 5057 4942 48 102 0 4952 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 42452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.99 1.77 1.42 3/84 11845
/proc/meminfo: memFree=684848/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=20228 CPUtime=1799.07
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 7327 0 0 0 179873 34 0 0 25 0 1 0 20037148 20713472 4942 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 5057 4942 48 102 0 4952 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 42452

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

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

[startup+1800.71 s]
/proc/loadavg: 1.99 1.77 1.42 3/84 11845
/proc/meminfo: memFree=684848/2055920 swapFree=4192956/4192956
[pid=11775] ppid=11773 vsize=16868 CPUtime=0.97
/proc/11775/stat : 11775 (sugar) S 11773 11775 10639 0 -1 4194304 1366 11128 0 2 5 1 83 8 16 0 1 0 20037062 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11775/statm: 4217 1113 409 3 0 796 0
[pid=11798] ppid=11775 vsize=5356 CPUtime=0
/proc/11798/stat : 11798 (sh) S 11775 11775 10639 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20037148 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11798/statm: 1339 232 193 169 0 50 0
[pid=11799] ppid=11798 vsize=20228 CPUtime=1799.07
/proc/11799/stat : 11799 (picosat) R 11798 11775 10639 0 -1 4194304 7327 0 0 0 179873 34 0 0 25 0 1 0 20037148 20713472 4942 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11799/statm: 5057 4942 48 102 0 4952 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 42452

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.08
CPU user time (s): 1799.63
CPU system time (s): 0.452931
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 42768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20602
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= 851
involuntary context switches= 32865

runsolver used 1.68274 second user time and 5.32019 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-11 18:28:49
IDJOB=2062853
IDBENCH=53937
IDSOLVER=738
FILE ID=node48/2062853-1247329729
PBS_JOBID= 9506533
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 63de7b9f1d819e7299a55d3ddca29f01
RANDOM SEED=122384301

node48.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.237
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.237
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:        733872 kB
Buffers:         57004 kB
Cached:        1180460 kB
SwapCached:          0 kB
Active:         143808 kB
Inactive:      1126852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        733872 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          51340 kB
Slab:            36592 kB
Committed_AS:   199260 kB
PageTables:       1832 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= 66456 MiB
End job on node48 at 2009-07-11 18:58:52