Trace number 2071015

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+picosatUNSAT 266.622 266.827

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-34-9-a4.xml
MD5SUM947bd0bb99890d45969905fa1e7cd20f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.18136
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 00:46:54 2009
0.03/0.07	c 0	PID 17272
0.03/0.08	c 0	HOST node91.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2071015-1247352414.xml TO HOME/temp.csp
0.03/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-2071015-1247352414.xml' 'HOME/temp.csp'
0.05/0.57	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 582 constraints
0.05/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.60	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.05/0.68	c 0	Parsing HOME/temp.csp
0.55/0.73	c 0	parsed 594 expressions
0.55/0.75	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.75	c 0	Converting to clausal form CSP
0.55/0.80	c 1	converted 60 (10%) expressions
0.55/0.83	c 1	converted 119 (20%) expressions
0.55/0.86	c 1	converted 179 (30%) expressions
0.55/0.94	c 1	converted 238 (40%) expressions
0.93/1.03	c 1	converted 297 (50%) expressions
0.93/1.05	c 1	converted 357 (60%) expressions
0.93/1.08	c 1	converted 416 (70%) expressions
0.93/1.10	c 1	converted 476 (80%) expressions
1.03/1.14	c 1	converted 535 (90%) expressions
1.03/1.16	c 1	converted 594 (100%) expressions
1.03/1.16	c 1	CSP : 765 integers, 0 booleans, 2094 clauses, largest domain size 64
1.03/1.16	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.16	c 1	Propagation in CSP
1.13/1.23	c 1	4900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.23	c 1	CSP : 765 integers, 0 booleans, 2094 clauses, largest domain size 53
1.13/1.23	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.25	c 1	CSP : 765 integers, 1092 booleans, 3186 clauses, largest domain size 53
1.13/1.25	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.28	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.30	c 1	77 (10%) CSP integer variables are encoded (3693 clauses, 45914 bytes)
1.23/1.31	c 1	153 (20%) CSP integer variables are encoded (7569 clauses, 96302 bytes)
1.23/1.31	c 1	230 (30%) CSP integer variables are encoded (11496 clauses, 150740 bytes)
1.23/1.32	c 1	306 (40%) CSP integer variables are encoded (15372 clauses, 208880 bytes)
1.23/1.32	c 1	383 (50%) CSP integer variables are encoded (19299 clauses, 267785 bytes)
1.23/1.33	c 1	459 (60%) CSP integer variables are encoded (23175 clauses, 325925 bytes)
1.23/1.33	c 1	536 (70%) CSP integer variables are encoded (27102 clauses, 384830 bytes)
1.23/1.34	c 1	612 (80%) CSP integer variables are encoded (30978 clauses, 442970 bytes)
1.23/1.34	c 1	689 (90%) CSP integer variables are encoded (34905 clauses, 501875 bytes)
1.23/1.35	c 1	765 (100%) CSP integer variables are encoded (38781 clauses, 560015 bytes)
1.33/1.44	c 1	319 (10%) CSP clauses are encoded (76490 clauses, 1307797 bytes)
1.54/1.60	c 1	638 (20%) CSP clauses are encoded (166011 clauses, 2895882 bytes)
1.83/1.94	c 2	956 (30%) CSP clauses are encoded (364370 clauses, 6268795 bytes)
2.14/2.27	c 2	1275 (40%) CSP clauses are encoded (562800 clauses, 9707559 bytes)
2.53/2.60	c 2	1593 (50%) CSP clauses are encoded (761067 clauses, 13324166 bytes)
2.83/2.94	c 3	1912 (60%) CSP clauses are encoded (959183 clauses, 16957314 bytes)
3.14/3.27	c 3	2231 (70%) CSP clauses are encoded (1158476 clauses, 20619449 bytes)
3.53/3.60	c 3	2549 (80%) CSP clauses are encoded (1356058 clauses, 24300321 bytes)
3.83/3.94	c 4	2868 (90%) CSP clauses are encoded (1555339 clauses, 27999641 bytes)
4.13/4.27	c 4	3186 (100%) CSP clauses are encoded (1753247 clauses, 31764551 bytes)
4.13/4.27	c 4	3186 CSP clauses encoded
4.13/4.27	c 4	Writing map file : HOME/temp.map
4.13/4.27	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.13/4.27	c 4	SAT : 40638 SAT variables, 1753247 SAT clauses, 31764551 bytes
4.13/4.27	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.21/4.30	c 4	SOLVING HOME/temp.cnf
4.21/4.30	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
266.38/266.70	c 266	DECODING HOME/temp.out WITH HOME/temp.map
266.38/266.70	c 266	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'
266.49/266.78	c 267	Decoding HOME/temp.out
266.49/266.79	s UNSATISFIABLE
266.49/266.80	c 267	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
266.49/266.82	c 267	CPU 266.59 (0.05 0.02 257.58 8.94)
266.49/266.82	c 267	END Sun Jul 12 00:51:21 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071015-1247352414/watcher-2071015-1247352414 -o /tmp/evaluation-result-2071015-1247352414/solver-2071015-1247352414 -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-2071015-1247352414.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.26 3.78 4.26 4/82 17272
/proc/meminfo: memFree=1918640/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=18576 CPUtime=0
/proc/17272/stat : 17272 (runsolver) R 17270 17272 17060 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 22305991 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251601153319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17272/statm: 4644 284 249 26 0 2626 0

[startup+0.04375 s]
/proc/loadavg: 2.26 3.78 4.26 4/82 17272
/proc/meminfo: memFree=1918640/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=13468 CPUtime=0.03
/proc/17272/stat : 17272 (sugar) R 17270 17272 17060 0 -1 4194304 755 0 0 0 2 1 0 0 21 0 1 0 22305991 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 251610053630 0 0 4224 0 0 0 0 17 0 0 0
/proc/17272/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.10281 s]
/proc/loadavg: 2.26 3.78 4.26 4/82 17272
/proc/meminfo: memFree=1918640/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.05
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1227 128 0 0 4 1 0 0 23 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301907 s]
/proc/loadavg: 2.26 3.78 4.26 4/82 17272
/proc/meminfo: memFree=1918640/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.05
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1227 128 0 0 4 1 0 0 23 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701953 s]
/proc/loadavg: 2.26 3.78 4.26 4/82 17272
/proc/meminfo: memFree=1918640/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.55
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1309 4606 0 1 4 2 46 3 15 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50104 s]
/proc/loadavg: 2.26 3.78 4.26 4/93 17294
/proc/meminfo: memFree=1904856/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.56
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1310 4606 0 1 5 2 46 3 15 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22306052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868604 CPUtime=0.87
/proc/17286/stat : 17286 (java) S 17285 17272 17060 0 -1 0 6609 0 1 0 82 5 0 0 20 0 9 0 22306053 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217151 5780 2589 9 0 211628 0
[pid=17286/tid=17287] ppid=17285 vsize=868604 CPUtime=0.61
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 17060 0 -1 64 2794 0 1 0 59 2 0 0 25 0 9 0 22306054 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17288] ppid=17285 vsize=868604 CPUtime=0.06
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 17060 0 -1 64 1622 0 0 0 6 0 0 0 16 0 9 0 22306055 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17289] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22306055 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17290] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 17060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22306055 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22306057 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=868604 CPUtime=0.17
/proc/17286/task/17292/stat : 17292 (java) R 17285 17272 17060 0 -1 64 1495 0 0 0 16 1 0 0 16 0 9 0 22306057 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 102124168 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22306057 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22306057 889450496 5780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890828

[startup+3.10122 s]
/proc/loadavg: 2.26 3.78 4.26 3/93 17294
/proc/meminfo: memFree=1894360/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=0.56
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1310 4606 0 1 5 2 46 3 15 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17285] ppid=17272 vsize=5356 CPUtime=0
/proc/17285/stat : 17285 (sh) S 17272 17272 17060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22306052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17285/statm: 1339 233 193 169 0 50 0
[pid=17286] ppid=17285 vsize=868604 CPUtime=2.47
/proc/17286/stat : 17286 (java) S 17285 17272 17060 0 -1 0 7186 0 1 0 229 18 0 0 20 0 9 0 22306053 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17286/statm: 217151 5791 2589 9 0 211628 0
[pid=17286/tid=17287] ppid=17285 vsize=868604 CPUtime=2.06
/proc/17286/task/17287/stat : 17287 (java) R 17285 17272 17060 0 -1 64 3361 0 1 0 194 12 0 0 25 0 9 0 22306054 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17288] ppid=17285 vsize=868604 CPUtime=0.19
/proc/17286/task/17288/stat : 17288 (java) S 17285 17272 17060 0 -1 64 1622 0 0 0 16 3 0 0 16 0 9 0 22306055 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17289] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17289/stat : 17289 (java) S 17285 17272 17060 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22306055 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17290] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17290/stat : 17290 (java) S 17285 17272 17060 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22306055 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17291] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17291/stat : 17291 (java) S 17285 17272 17060 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22306057 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17292] ppid=17285 vsize=868604 CPUtime=0.19
/proc/17286/task/17292/stat : 17292 (java) S 17285 17272 17060 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 22306057 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17293] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17293/stat : 17293 (java) S 17285 17272 17060 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22306057 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17286/tid=17294] ppid=17285 vsize=868604 CPUtime=0
/proc/17286/task/17294/stat : 17294 (java) S 17285 17272 17060 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22306057 889450496 5791 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890828

[startup+6.30157 s]
/proc/loadavg: 2.24 3.75 4.25 3/85 17296
/proc/meminfo: memFree=1876568/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=12588 CPUtime=1.97
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 2600 0 0 0 86 111 0 0 25 0 1 0 22306422 12890112 2586 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 3147 2586 40 102 0 3042 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 34812

[startup+12.7013 s]
/proc/loadavg: 2.30 3.73 4.24 3/85 17296
/proc/meminfo: memFree=1849944/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=37704 CPUtime=8.37
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 8800 0 0 0 370 467 0 0 25 0 1 0 22306422 38608896 8786 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 9426 8786 40 102 0 9321 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 59928

[startup+25.5017 s]
/proc/loadavg: 2.53 3.71 4.22 3/85 17296
/proc/meminfo: memFree=1819800/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=67392 CPUtime=21.17
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 15786 0 0 0 1260 857 0 0 25 0 1 0 22306422 69009408 15772 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 16848 15772 42 102 0 16743 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 89616

[startup+51.1016 s]
/proc/loadavg: 2.35 3.57 4.16 3/85 17296
/proc/meminfo: memFree=1820312/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=67524 CPUtime=46.75
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 15802 0 0 0 3818 857 0 0 25 0 1 0 22306422 69144576 15788 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 16881 15788 42 102 0 16776 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 89748

[startup+102.305 s]
/proc/loadavg: 2.15 3.33 4.05 3/85 17296
/proc/meminfo: memFree=1820504/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=67656 CPUtime=97.94
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 15865 0 0 0 8936 858 0 0 25 0 1 0 22306422 69279744 15851 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 16914 15851 42 102 0 16809 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 89880

[startup+162.302 s]
/proc/loadavg: 2.05 3.08 3.92 3/85 17296
/proc/meminfo: memFree=1820184/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=67920 CPUtime=157.91
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 15925 0 0 0 14933 858 0 0 25 0 1 0 22306422 69550080 15911 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 16980 15911 42 102 0 16875 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 90144

[startup+222.302 s]
/proc/loadavg: 2.02 2.88 3.79 3/85 17296
/proc/meminfo: memFree=1819928/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68052 CPUtime=217.89
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 15982 0 0 0 20931 858 0 0 25 0 1 0 22306422 69685248 15968 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17013 15968 42 102 0 16908 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 90276

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

[startup+230.302 s]
/proc/loadavg: 2.01 2.85 3.78 3/85 17296
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=225.88
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 15991 0 0 0 21730 858 0 0 25 0 1 0 22306422 69820416 15977 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15977 42 102 0 16941 0
Current children cumulated CPU time (s) 230.09
Current children cumulated vsize (KiB) 90408

[startup+243.107 s]
/proc/loadavg: 2.01 2.83 3.76 3/85 17296
/proc/meminfo: memFree=1819864/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=238.68
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 16003 0 0 0 23010 858 0 0 25 0 1 0 22306422 69820416 15989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15989 42 102 0 16941 0
Current children cumulated CPU time (s) 242.89
Current children cumulated vsize (KiB) 90408

[startup+255.902 s]
/proc/loadavg: 2.01 2.78 3.73 3/85 17296
/proc/meminfo: memFree=1819800/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=251.47
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 16006 0 0 0 24289 858 0 0 25 0 1 0 22306422 69820416 15992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15992 42 102 0 16941 0
Current children cumulated CPU time (s) 255.68
Current children cumulated vsize (KiB) 90408

[startup+262.301 s]
/proc/loadavg: 2.01 2.77 3.72 3/85 17298
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=257.87
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 16006 0 0 0 24929 858 0 0 25 0 1 0 22306422 69820416 15992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15992 42 102 0 16941 0
Current children cumulated CPU time (s) 262.08
Current children cumulated vsize (KiB) 90408

[startup+263.902 s]
/proc/loadavg: 2.01 2.76 3.71 3/85 17298
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=259.47
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 16006 0 0 0 25089 858 0 0 25 0 1 0 22306422 69820416 15992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15992 42 102 0 16941 0
Current children cumulated CPU time (s) 263.68
Current children cumulated vsize (KiB) 90408

[startup+265.501 s]
/proc/loadavg: 2.01 2.76 3.71 3/85 17298
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=261.07
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 16006 0 0 0 25249 858 0 0 25 0 1 0 22306422 69820416 15992 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15992 42 102 0 16941 0
Current children cumulated CPU time (s) 265.28
Current children cumulated vsize (KiB) 90408

[startup+266.301 s]
/proc/loadavg: 2.01 2.76 3.71 3/85 17298
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=4.21
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1363 12514 0 2 5 2 382 32 16 0 1 0 22305991 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1111 409 3 0 796 0
[pid=17295] ppid=17272 vsize=5356 CPUtime=0
/proc/17295/stat : 17295 (sh) S 17272 17272 17060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22306422 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17295/statm: 1339 232 193 169 0 50 0
[pid=17296] ppid=17295 vsize=68184 CPUtime=261.87
/proc/17296/stat : 17296 (picosat) R 17295 17272 17060 0 -1 4194304 16006 0 0 0 25329 858 0 0 25 0 1 0 22306422 69820416 15992 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17296/statm: 17046 15992 42 102 0 16941 0
Current children cumulated CPU time (s) 266.08
Current children cumulated vsize (KiB) 90408

[startup+266.702 s]
/proc/loadavg: 2.01 2.76 3.71 3/85 17298
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=266.49
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1424 28809 0 2 5 2 25750 892 16 0 1 0 22305991 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 266.49
Current children cumulated vsize (KiB) 16868

[startup+266.802 s]
/proc/loadavg: 2.01 2.76 3.71 3/85 17298
/proc/meminfo: memFree=1819608/2055920 swapFree=4192812/4192956
[pid=17272] ppid=17270 vsize=16868 CPUtime=266.49
/proc/17272/stat : 17272 (sugar) S 17270 17272 17060 0 -1 4194304 1445 28809 0 2 5 2 25750 892 15 0 1 0 22305991 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17272/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 266.49
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 266.827
CPU time (s): 266.622
CPU user time (s): 257.638
CPU system time (s): 8.98463
CPU usage (%): 99.9233
Max. virtual memory (cumulated for all children) (KiB): 890828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.638
system time used= 8.98463
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34013
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10545
involuntary context switches= 16154

runsolver used 0.242963 second user time and 0.748886 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 00:46:54
IDJOB=2071015
IDBENCH=55427
IDSOLVER=738
FILE ID=node91/2071015-1247352414
PBS_JOBID= 9506970
Free space on /tmp= 66112 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-34-9-a4.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-2071015-1247352414/watcher-2071015-1247352414 -o /tmp/evaluation-result-2071015-1247352414/solver-2071015-1247352414 -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-2071015-1247352414.xml

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

MD5SUM BENCH= 947bd0bb99890d45969905fa1e7cd20f
RANDOM SEED=791769435

node91.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1919120 kB
Buffers:          4420 kB
Cached:          48076 kB
SwapCached:          0 kB
Active:          72636 kB
Inactive:        11312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          51844 kB
Slab:            37976 kB
Committed_AS:   191592 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node91 at 2009-07-12 00:51:21