Trace number 2071081

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+picosatSAT 228.916 230.496

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-9-a4.xml
MD5SUM723f22c4262ad9d8123ec7bfcf12958d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.641902
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size45
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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:51:50 2009
0.00/0.08	c 0	PID 19563
0.07/0.08	c 0	HOST node68.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2071081-1247352710.xml TO HOME/temp.csp
0.07/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-2071081-1247352710.xml' 'HOME/temp.csp'
0.07/0.44	c 1	1 domains, 9 variables, 2 predicates, 0 relations, 582 constraints
0.07/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.46	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'
0.42/0.54	c 1	Parsing HOME/temp.csp
0.42/0.59	c 1	parsed 594 expressions
0.42/0.60	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.60	c 1	Converting to clausal form CSP
0.42/0.65	c 1	converted 60 (10%) expressions
0.42/0.68	c 1	converted 119 (20%) expressions
0.42/0.71	c 1	converted 179 (30%) expressions
0.42/0.74	c 1	converted 238 (40%) expressions
0.42/0.86	c 1	converted 297 (50%) expressions
0.42/0.89	c 1	converted 357 (60%) expressions
0.42/0.92	c 1	converted 416 (70%) expressions
0.42/0.94	c 1	converted 476 (80%) expressions
0.42/0.95	c 1	converted 535 (90%) expressions
0.42/0.97	c 1	converted 594 (100%) expressions
0.42/0.97	c 1	CSP : 765 integers, 0 booleans, 2094 clauses, largest domain size 84
0.42/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.98	c 1	Propagation in CSP
0.94/1.06	c 1	4900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.06	c 1	CSP : 765 integers, 0 booleans, 2094 clauses, largest domain size 73
0.94/1.06	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.09	c 1	CSP : 765 integers, 1092 booleans, 3186 clauses, largest domain size 73
0.94/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.15	c 2	77 (10%) CSP integer variables are encoded (5143 clauses, 64752 bytes)
1.04/1.16	c 2	153 (20%) CSP integer variables are encoded (10539 clauses, 136267 bytes)
1.04/1.17	c 2	230 (30%) CSP integer variables are encoded (16006 clauses, 218272 bytes)
1.04/1.17	c 2	306 (40%) CSP integer variables are encoded (21402 clauses, 299212 bytes)
1.04/1.18	c 2	383 (50%) CSP integer variables are encoded (26869 clauses, 381217 bytes)
1.04/1.19	c 2	459 (60%) CSP integer variables are encoded (32265 clauses, 462157 bytes)
1.04/1.20	c 2	536 (70%) CSP integer variables are encoded (37732 clauses, 544162 bytes)
1.13/1.21	c 2	612 (80%) CSP integer variables are encoded (43128 clauses, 625102 bytes)
1.13/1.21	c 2	689 (90%) CSP integer variables are encoded (48595 clauses, 707107 bytes)
1.13/1.22	c 2	765 (100%) CSP integer variables are encoded (53991 clauses, 788047 bytes)
1.23/1.40	c 2	319 (10%) CSP clauses are encoded (123400 clauses, 2201869 bytes)
1.63/1.73	c 2	638 (20%) CSP clauses are encoded (290781 clauses, 5260104 bytes)
2.32/2.44	c 3	956 (30%) CSP clauses are encoded (663860 clauses, 11691431 bytes)
3.02/3.14	c 4	1275 (40%) CSP clauses are encoded (1037010 clauses, 18489869 bytes)
3.71/3.84	c 4	1593 (50%) CSP clauses are encoded (1409997 clauses, 25414675 bytes)
4.41/4.55	c 5	1912 (60%) CSP clauses are encoded (1782833 clauses, 32343107 bytes)
5.10/5.25	c 6	2231 (70%) CSP clauses are encoded (2157486 clauses, 39329457 bytes)
5.80/5.96	c 6	2549 (80%) CSP clauses are encoded (2529148 clauses, 46338333 bytes)
6.50/6.66	c 7	2868 (90%) CSP clauses are encoded (2903789 clauses, 53419677 bytes)
7.17/7.39	c 8	3186 (100%) CSP clauses are encoded (3275777 clauses, 60657267 bytes)
7.17/7.39	c 8	3186 CSP clauses encoded
7.17/7.39	c 8	Writing map file : HOME/temp.map
7.17/7.39	c 8	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.17/7.39	c 8	SAT : 55848 SAT variables, 3275777 SAT clauses, 60657267 bytes
7.17/7.39	c 8	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.27/7.45	c 8	SOLVING HOME/temp.cnf
7.27/7.45	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
228.45/230.08	c 230	DECODING HOME/temp.out WITH HOME/temp.map
228.45/230.08	c 230	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'
228.54/230.17	c 231	Decoding HOME/temp.out
228.54/230.40	s SATISFIABLE
228.54/230.40	v 0 3 9 17 19 32 39 43 44
228.54/230.41	c 231	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
228.54/230.47	c 231	CPU 228.87 (0.06 0.01 210.9 17.9)
228.54/230.47	c 231	END Sun Jul 12 00:55:41 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071081-1247352710/watcher-2071081-1247352710 -o /tmp/evaluation-result-2071081-1247352710/solver-2071081-1247352710 -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-2071081-1247352710.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.31 2.26 2.10 4/77 19563
/proc/meminfo: memFree=1540400/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=12268 CPUtime=0
/proc/19563/stat : 19563 (sugar) R 19561 19563 18865 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22333729 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19563/statm: 3067 316 241 3 0 167 0

[startup+0.084445 s]
/proc/loadavg: 2.31 2.26 2.10 4/77 19563
/proc/meminfo: memFree=1540400/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16740 CPUtime=0.07
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22333729 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101629 s]
/proc/loadavg: 2.31 2.26 2.10 4/77 19563
/proc/meminfo: memFree=1540400/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=0.07
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301657 s]
/proc/loadavg: 2.31 2.26 2.10 4/77 19563
/proc/meminfo: memFree=1540400/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=0.07
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701722 s]
/proc/loadavg: 2.31 2.26 2.10 4/77 19563
/proc/meminfo: memFree=1540400/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=0.42
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1309 4604 0 1 6 1 32 3 15 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 2.31 2.26 2.10 3/88 19585
/proc/meminfo: memFree=1525080/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=0.42
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1310 4604 0 1 6 1 32 3 15 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19576] ppid=19563 vsize=5356 CPUtime=0
/proc/19576/stat : 19576 (sh) S 19563 19563 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22333775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19576/statm: 1339 233 193 169 0 50 0
[pid=19577] ppid=19576 vsize=868600 CPUtime=1.01
/proc/19577/stat : 19577 (java) S 19576 19563 18865 0 -1 0 6674 0 1 0 94 7 0 0 18 0 9 0 22333776 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19577/statm: 217150 5802 2589 9 0 211627 0
[pid=19577/tid=19578] ppid=19576 vsize=868600 CPUtime=0.7
/proc/19577/task/19578/stat : 19578 (java) R 19576 19563 18865 0 -1 64 2832 0 1 0 66 4 0 0 22 0 9 0 22333777 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4126918101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19579] ppid=19576 vsize=868600 CPUtime=0.09
/proc/19577/task/19579/stat : 19579 (java) S 19576 19563 18865 0 -1 64 1643 0 0 0 8 1 0 0 16 0 9 0 22333778 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19580] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19580/stat : 19580 (java) S 19576 19563 18865 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22333778 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19581] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19581/stat : 19581 (java) S 19576 19563 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22333778 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19582] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19582/stat : 19582 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22333780 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19583] ppid=19576 vsize=868600 CPUtime=0.21
/proc/19577/task/19583/stat : 19583 (java) S 19576 19563 18865 0 -1 64 1500 0 0 0 20 1 0 0 16 0 9 0 22333780 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19584] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19584/stat : 19584 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22333780 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19585] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19585/stat : 19585 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22333780 889446400 5802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890824

[startup+3.10213 s]
/proc/loadavg: 2.28 2.26 2.10 3/88 19585
/proc/meminfo: memFree=1514840/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=0.42
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1310 4604 0 1 6 1 32 3 15 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19576] ppid=19563 vsize=5356 CPUtime=0
/proc/19576/stat : 19576 (sh) S 19563 19563 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22333775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19576/statm: 1339 233 193 169 0 50 0
[pid=19577] ppid=19576 vsize=868600 CPUtime=2.6
/proc/19577/stat : 19577 (java) S 19576 19563 18865 0 -1 0 7189 0 1 0 242 18 0 0 18 0 9 0 22333776 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19577/statm: 217150 5810 2589 9 0 211627 0
[pid=19577/tid=19578] ppid=19576 vsize=868600 CPUtime=2.15
/proc/19577/task/19578/stat : 19578 (java) R 19576 19563 18865 0 -1 64 3339 0 1 0 203 12 0 0 25 0 9 0 22333777 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4126430168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19579] ppid=19576 vsize=868600 CPUtime=0.2
/proc/19577/task/19579/stat : 19579 (java) S 19576 19563 18865 0 -1 64 1643 0 0 0 17 3 0 0 16 0 9 0 22333778 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19580] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19580/stat : 19580 (java) S 19576 19563 18865 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22333778 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19581] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19581/stat : 19581 (java) S 19576 19563 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22333778 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19582] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19582/stat : 19582 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22333780 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19583] ppid=19576 vsize=868600 CPUtime=0.22
/proc/19577/task/19583/stat : 19583 (java) S 19576 19563 18865 0 -1 64 1508 0 0 0 21 1 0 0 16 0 9 0 22333780 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19584] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19584/stat : 19584 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22333780 889446400 5810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19585] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19585/stat : 19585 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22333780 889446400 5810 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) 890824

[startup+6.30268 s]
/proc/loadavg: 2.28 2.26 2.10 3/88 19585
/proc/meminfo: memFree=1482712/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=0.42
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1310 4604 0 1 6 1 32 3 15 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19576] ppid=19563 vsize=5356 CPUtime=0
/proc/19576/stat : 19576 (sh) S 19563 19563 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22333775 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19576/statm: 1339 233 193 169 0 50 0
[pid=19577] ppid=19576 vsize=868600 CPUtime=5.78
/proc/19577/stat : 19577 (java) S 19576 19563 18865 0 -1 0 8213 0 1 0 530 48 0 0 18 0 9 0 22333776 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19577/statm: 217150 5811 2589 9 0 211627 0
[pid=19577/tid=19578] ppid=19576 vsize=868600 CPUtime=5.07
/proc/19577/task/19578/stat : 19578 (java) R 19576 19563 18865 0 -1 64 4362 0 1 0 472 35 0 0 25 0 9 0 22333777 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19579] ppid=19576 vsize=868600 CPUtime=0.46
/proc/19577/task/19579/stat : 19579 (java) S 19576 19563 18865 0 -1 64 1643 0 0 0 36 10 0 0 16 0 9 0 22333778 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19580] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19580/stat : 19580 (java) S 19576 19563 18865 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22333778 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19581] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19581/stat : 19581 (java) S 19576 19563 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22333778 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19582] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19582/stat : 19582 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22333780 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19583] ppid=19576 vsize=868600 CPUtime=0.22
/proc/19577/task/19583/stat : 19583 (java) S 19576 19563 18865 0 -1 64 1509 0 0 0 21 1 0 0 16 0 9 0 22333780 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19584] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19584/stat : 19584 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22333780 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19577/tid=19585] ppid=19576 vsize=868600 CPUtime=0
/proc/19577/task/19585/stat : 19585 (java) S 19576 19563 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22333780 889446400 5811 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890824

[startup+12.7017 s]
/proc/loadavg: 2.24 2.25 2.10 3/80 19587
/proc/meminfo: memFree=1457048/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=23188 CPUtime=5.21
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 5526 0 0 0 236 285 0 0 25 0 1 0 22334475 23744512 5512 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 5797 5512 40 102 0 5692 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 45412

[startup+25.5019 s]
/proc/loadavg: 2.20 2.24 2.10 3/80 19587
/proc/meminfo: memFree=1409688/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=70252 CPUtime=17.94
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 17010 0 0 0 813 981 0 0 25 0 1 0 22334475 71938048 16996 996147200 134512640 134931368 4294956256 18446744073709551615 134514551 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 17563 16996 40 102 0 17458 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 92476

[startup+51.1013 s]
/proc/loadavg: 2.13 2.22 2.09 3/80 19587
/proc/meminfo: memFree=1358936/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=122736 CPUtime=43.41
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29321 0 0 0 2620 1721 0 0 25 0 1 0 22334475 125681664 29307 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30684 29307 42 102 0 30579 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 144960

[startup+102.307 s]
/proc/loadavg: 2.05 2.18 2.09 3/80 19587
/proc/meminfo: memFree=1357912/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=122736 CPUtime=94.37
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29325 0 0 0 7716 1721 0 0 25 0 1 0 22334475 125681664 29311 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30684 29311 42 102 0 30579 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 144960

[startup+162.302 s]
/proc/loadavg: 2.02 2.15 2.08 3/80 19587
/proc/meminfo: memFree=1356568/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=122868 CPUtime=154.07
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29338 0 0 0 13686 1721 0 0 25 0 1 0 22334475 125816832 29324 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30717 29324 42 102 0 30612 0
Current children cumulated CPU time (s) 161.35
Current children cumulated vsize (KiB) 145092

[startup+222.302 s]
/proc/loadavg: 2.00 2.12 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=123000 CPUtime=213.55
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29364 0 0 0 19633 1722 0 0 25 0 1 0 22334475 125952000 29350 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30750 29350 42 102 0 30645 0
Current children cumulated CPU time (s) 220.83
Current children cumulated vsize (KiB) 145224

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

[startup+223.902 s]
/proc/loadavg: 2.00 2.12 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=123000 CPUtime=215.13
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29364 0 0 0 19791 1722 0 0 25 0 1 0 22334475 125952000 29350 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30750 29350 42 102 0 30645 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 145224

[startup+227.102 s]
/proc/loadavg: 2.00 2.11 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=123000 CPUtime=218.3
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29366 0 0 0 20108 1722 0 0 25 0 1 0 22334475 125952000 29352 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30750 29352 42 102 0 30645 0
Current children cumulated CPU time (s) 225.58
Current children cumulated vsize (KiB) 145224

[startup+228.701 s]
/proc/loadavg: 2.00 2.11 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=123000 CPUtime=219.89
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29366 0 0 0 20267 1722 0 0 25 0 1 0 22334475 125952000 29352 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30750 29352 42 102 0 30645 0
Current children cumulated CPU time (s) 227.17
Current children cumulated vsize (KiB) 145224

[startup+229.501 s]
/proc/loadavg: 2.00 2.11 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=123000 CPUtime=220.68
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29367 0 0 0 20346 1722 0 0 25 0 1 0 22334475 125952000 29353 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30750 29353 42 102 0 30645 0
Current children cumulated CPU time (s) 227.96
Current children cumulated vsize (KiB) 145224

[startup+229.907 s]
/proc/loadavg: 2.00 2.11 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=7.28
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1363 13462 0 2 6 1 660 61 16 0 1 0 22333729 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1111 409 3 0 796 0
[pid=19586] ppid=19563 vsize=5356 CPUtime=0
/proc/19586/stat : 19586 (sh) S 19563 19563 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22334475 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19586/statm: 1339 232 193 169 0 50 0
[pid=19587] ppid=19586 vsize=123004 CPUtime=221.08
/proc/19587/stat : 19587 (picosat) R 19586 19563 18865 0 -1 4194304 29373 0 0 0 20386 1722 0 0 25 0 1 0 22334475 125956096 29359 996147200 134512640 134931368 4294956256 18446744073709551615 134668110 0 0 4096 0 0 0 0 17 1 0 0
/proc/19587/statm: 30751 29359 47 102 0 30646 0
Current children cumulated CPU time (s) 228.36
Current children cumulated vsize (KiB) 145228

[startup+230.302 s]
/proc/loadavg: 2.00 2.11 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=228.54
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1443 43121 0 2 6 1 21061 1786 16 0 1 0 22333729 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 228.54
Current children cumulated vsize (KiB) 16868

[startup+230.402 s]
/proc/loadavg: 2.00 2.11 2.07 3/78 19615
/proc/meminfo: memFree=1576368/2055920 swapFree=4192952/4192956
[pid=19563] ppid=19561 vsize=16868 CPUtime=228.54
/proc/19563/stat : 19563 (sugar) S 19561 19563 18865 0 -1 4194304 1443 43121 0 2 6 1 21061 1786 16 0 1 0 22333729 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19563/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 228.54
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 230.496
CPU time (s): 228.916
CPU user time (s): 210.967
CPU system time (s): 17.9493
CPU usage (%): 99.3144
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 210.967
system time used= 17.9493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48445
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= 19743
involuntary context switches= 22707

runsolver used 0.269958 second user time and 0.802877 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 00:51:50
IDJOB=2071081
IDBENCH=55433
IDSOLVER=738
FILE ID=node68/2071081-1247352710
PBS_JOBID= 9506890
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-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-2071081-1247352710/watcher-2071081-1247352710 -o /tmp/evaluation-result-2071081-1247352710/solver-2071081-1247352710 -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-2071081-1247352710.xml

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

MD5SUM BENCH= 723f22c4262ad9d8123ec7bfcf12958d
RANDOM SEED=1901380630

node68.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.258
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.258
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:       1540880 kB
Buffers:         56392 kB
Cached:         225464 kB
SwapCached:          4 kB
Active:         192200 kB
Inactive:       254840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1540880 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1372 kB
Writeback:           0 kB
Mapped:         176720 kB
Slab:            52652 kB
Committed_AS:   328756 kB
PageTables:       2296 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= 66444 MiB
End job on node68 at 2009-07-12 00:55:41