Trace number 2071060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 68.83 107.648

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-12-a4.xml
MD5SUM392a4a957087c54a1fc308e1f7b31eeb
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 benchmark1335.87
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 00:49:50 2009
0.01/0.07	c 0	PID 15948
0.01/0.07	c 0	HOST node77.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2071060-1247352589.xml TO HOME/temp.csp
0.01/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-2071060-1247352589.xml' 'HOME/temp.csp'
0.06/0.51	c 0	1 domains, 12 variables, 2 predicates, 0 relations, 1991 constraints
0.06/0.54	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	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.49/0.62	c 0	Parsing HOME/temp.csp
0.49/0.69	c 0	parsed 2006 expressions
0.49/0.70	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.70	c 0	Converting to clausal form CSP
0.49/0.80	c 0	converted 201 (10%) expressions
0.49/0.89	c 0	converted 402 (20%) expressions
0.49/0.95	c 0	converted 602 (30%) expressions
0.94/1.02	c 1	converted 803 (40%) expressions
0.94/1.07	c 1	converted 1003 (50%) expressions
1.03/1.11	c 1	converted 1204 (60%) expressions
1.03/1.15	c 1	converted 1405 (70%) expressions
1.03/1.19	c 1	converted 1605 (80%) expressions
1.13/1.26	c 1	converted 1806 (90%) expressions
1.23/1.30	c 1	converted 2006 (100%) expressions
1.23/1.30	c 1	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 130
1.23/1.30	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.30	c 1	Propagation in CSP
1.53/1.62	c 1	27775 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.63	c 1	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 113
1.53/1.63	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.63	c 1	Simplifing CSP by introducing new Boolean variables
1.63/1.71	c 1	CSP : 2982 integers, 3850 booleans, 11781 clauses, largest domain size 113
1.63/1.71	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.76	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.72/1.82	c 1	299 (10%) CSP integer variables are encoded (32517 clauses, 465831 bytes)
1.72/1.87	c 1	597 (20%) CSP integer variables are encoded (65595 clauses, 962001 bytes)
1.82/1.91	c 1	895 (30%) CSP integer variables are encoded (98673 clauses, 1458171 bytes)
1.82/1.95	c 1	1193 (40%) CSP integer variables are encoded (131751 clauses, 2019642 bytes)
1.93/2.00	c 2	1491 (50%) CSP integer variables are encoded (164829 clauses, 2581968 bytes)
1.93/2.05	c 2	1790 (60%) CSP integer variables are encoded (198018 clauses, 3146181 bytes)
1.93/2.09	c 2	2088 (70%) CSP integer variables are encoded (231096 clauses, 3708507 bytes)
2.03/2.14	c 2	2386 (80%) CSP integer variables are encoded (264174 clauses, 4270833 bytes)
2.03/2.18	c 2	2684 (90%) CSP integer variables are encoded (297252 clauses, 4833159 bytes)
2.13/2.23	c 2	2982 (100%) CSP integer variables are encoded (330330 clauses, 5395485 bytes)
3.53/3.69	c 3	1179 (10%) CSP clauses are encoded (957199 clauses, 19539615 bytes)
8.75/15.09	c 15	2357 (20%) CSP clauses are encoded (3774807 clauses, 72242860 bytes)
14.85/21.12	c 21	3535 (30%) CSP clauses are encoded (7049425 clauses, 134739013 bytes)
20.86/35.89	c 35	4713 (40%) CSP clauses are encoded (10325857 clauses, 197840884 bytes)
27.20/46.43	c 46	5891 (50%) CSP clauses are encoded (13602973 clauses, 264363474 bytes)
33.47/60.37	c 60	7069 (60%) CSP clauses are encoded (16881169 clauses, 331065552 bytes)
39.74/66.68	c 66	8247 (70%) CSP clauses are encoded (20155464 clauses, 398866292 bytes)
46.08/77.54	c 77	9425 (80%) CSP clauses are encoded (23433526 clauses, 467163331 bytes)
52.35/83.85	c 83	10603 (90%) CSP clauses are encoded (26712473 clauses, 535508997 bytes)
58.68/97.43	c 97	11781 (100%) CSP clauses are encoded (29988823 clauses, 603810215 bytes)
58.68/97.43	c 97	11781 CSP clauses encoded
58.68/97.43	c 97	Writing map file : HOME/temp.map
58.68/97.43	c 97	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
58.68/97.43	c 97	SAT : 337162 SAT variables, 29988823 SAT clauses, 603810215 bytes
58.68/97.43	c 97	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
58.68/97.44	c 97	SOLVING HOME/temp.cnf
58.68/97.44	c 97	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.68/97.45	c 97	This is MiniSat 2.0 beta
58.68/97.45	c 97	WARNING: for repeatability, setting FPU to use double precision
58.68/97.45	c 97	============================[ Problem Statistics ]=============================
58.68/97.45	c 97	|                                                                             |
58.68/97.45	c 97	|  Number of variables:  337162                                               |
58.68/97.45	c 97	|  Number of clauses:    29988823                                             |
68.72/107.52	c ERROR INTERRUPTED
68.83/107.64	s UNKNOWN
68.83/107.64	c 107	CPU 58.74 (0.05 0.02 53.95 4.72)
68.83/107.64	c 107	END Sun Jul 12 00:51:37 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-2071060-1247352589/watcher-2071060-1247352589 -o /tmp/evaluation-result-2071060-1247352589/solver-2071060-1247352589 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2071060-1247352589.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.30 4.35 5.76 4/83 15948
/proc/meminfo: memFree=1846400/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=12272 CPUtime=0
/proc/15948/stat : 15948 (sugar) R 15946 15948 15421 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22324163 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 1 0 0
/proc/15948/statm: 3068 327 246 3 0 168 0

[startup+0.0177861 s]
/proc/loadavg: 2.30 4.35 5.76 4/83 15948
/proc/meminfo: memFree=1846400/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=12676 CPUtime=0.01
/proc/15948/stat : 15948 (sugar) R 15946 15948 15421 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 22324163 12980224 499 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 1 0 0
/proc/15948/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101812 s]
/proc/loadavg: 2.30 4.35 5.76 4/83 15948
/proc/meminfo: memFree=1846400/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.06
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302849 s]
/proc/loadavg: 2.30 4.35 5.76 4/83 15948
/proc/meminfo: memFree=1846400/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.06
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702921 s]
/proc/loadavg: 2.30 4.35 5.76 4/83 15948
/proc/meminfo: memFree=1846400/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1309 5159 0 1 5 2 40 2 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50108 s]
/proc/loadavg: 2.30 4.35 5.76 4/94 15970
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1310 5159 0 1 5 2 40 2 15 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22324218 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868588 CPUtime=0.94
/proc/15962/stat : 15962 (java) S 15961 15948 15421 0 -1 0 7618 0 1 0 91 3 0 0 18 0 9 0 22324218 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217147 6803 2566 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868588 CPUtime=0.62
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15421 0 -1 64 2733 0 1 0 61 1 0 0 22 0 9 0 22324219 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4126505552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868588 CPUtime=0.12
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15421 0 -1 64 2698 0 0 0 11 1 0 0 16 0 9 0 22324220 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22324220 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22324220 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22324222 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868588 CPUtime=0.17
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15421 0 -1 64 1488 0 0 0 17 0 0 0 16 0 9 0 22324222 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22324222 889434112 6803 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868588 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22324222 889434112 6803 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) 890812

[startup+3.10139 s]
/proc/loadavg: 2.30 4.35 5.76 3/94 15970
/proc/meminfo: memFree=1820456/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1310 5159 0 1 5 2 40 2 15 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22324218 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=2.54
/proc/15962/stat : 15962 (java) S 15961 15948 15421 0 -1 0 8532 0 1 0 237 17 0 0 18 0 9 0 22324218 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 7241 2590 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=1.95
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15421 0 -1 64 3221 0 1 0 184 11 0 0 25 0 9 0 22324219 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4126964802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=0.34
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15421 0 -1 64 3093 0 0 0 30 4 0 0 16 0 9 0 22324220 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22324220 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22324220 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22324222 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.21
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15421 0 -1 64 1519 0 0 0 21 0 0 0 16 0 9 0 22324222 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22324222 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22324222 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890924

[startup+6.30202 s]
/proc/loadavg: 2.36 4.33 5.74 3/94 15970
/proc/meminfo: memFree=1784616/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1310 5159 0 1 5 2 40 2 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22324218 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=5.37
/proc/15962/stat : 15962 (java) S 15961 15948 15421 0 -1 0 9476 0 1 0 499 38 0 0 18 0 9 0 22324218 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 7242 2590 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=4.57
/proc/15962/task/15963/stat : 15963 (java) D 15961 15948 15421 0 -1 64 4164 0 1 0 431 26 0 0 25 0 9 0 22324219 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=0.57
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15421 0 -1 64 3093 0 0 0 46 11 0 0 16 0 9 0 22324220 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22324220 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22324220 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.22
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15421 0 -1 64 1520 0 0 0 22 0 0 0 16 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 890924

[startup+12.7013 s]
/proc/loadavg: 2.49 4.32 5.73 2/94 15970
/proc/meminfo: memFree=1778856/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1310 5159 0 1 5 2 40 2 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22324218 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=5.96
/proc/15962/stat : 15962 (java) S 15961 15948 15421 0 -1 0 9665 0 1 0 553 43 0 0 18 0 9 0 22324218 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 7242 2590 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=5.09
/proc/15962/task/15963/stat : 15963 (java) R 15961 15948 15421 0 -1 64 4353 0 1 0 479 30 0 0 25 0 9 0 22324219 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=0.63
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15421 0 -1 64 3093 0 0 0 51 12 0 0 16 0 9 0 22324220 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22324220 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22324220 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.22
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15421 0 -1 64 1520 0 0 0 22 0 0 0 16 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22324222 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 890924
heavy processes:

[startup+25.5028 s]
/proc/loadavg: 2.74 4.29 5.70 2/94 15970
/proc/meminfo: memFree=1645544/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1310 5159 0 1 5 2 40 2 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22324218 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=18.17
/proc/15962/stat : 15962 (java) S 15961 15948 15421 0 -1 0 13713 0 1 0 1673 144 0 0 18 0 9 0 22324218 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 7250 2590 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=16.38
/proc/15962/task/15963/stat : 15963 (java) D 15961 15948 15421 0 -1 64 8393 0 1 0 1532 106 0 0 25 0 9 0 22324219 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=1.54
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15421 0 -1 64 3093 0 0 0 118 36 0 0 16 0 9 0 22324220 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22324220 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22324220 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15421 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 890924
heavy processes:

[startup+51.1028 s]
/proc/loadavg: 3.22 4.27 5.65 2/94 15970
/proc/meminfo: memFree=1500072/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=0.49
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1310 5159 0 1 5 2 40 2 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15961] ppid=15948 vsize=5356 CPUtime=0
/proc/15961/stat : 15961 (sh) S 15948 15948 15421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22324218 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15961/statm: 1339 233 193 169 0 50 0
[pid=15962] ppid=15961 vsize=868700 CPUtime=30.68
/proc/15962/stat : 15962 (java) S 15961 15948 15421 0 -1 0 17786 0 1 0 2822 246 0 0 18 0 9 0 22324218 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15962/statm: 217175 7250 2590 9 0 211652 0
[pid=15962/tid=15963] ppid=15961 vsize=868700 CPUtime=27.94
/proc/15962/task/15963/stat : 15963 (java) D 15961 15948 15421 0 -1 64 12466 0 1 0 2606 188 0 0 25 0 9 0 22324219 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=15962/tid=15964] ppid=15961 vsize=868700 CPUtime=2.49
/proc/15962/task/15964/stat : 15964 (java) S 15961 15948 15421 0 -1 64 3093 0 0 0 192 57 0 0 16 0 9 0 22324220 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15962/tid=15965] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15965/stat : 15965 (java) S 15961 15948 15421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22324220 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15966] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15966/stat : 15966 (java) S 15961 15948 15421 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22324220 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15967] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15967/stat : 15967 (java) S 15961 15948 15421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15968] ppid=15961 vsize=868700 CPUtime=0.23
/proc/15962/task/15968/stat : 15968 (java) S 15961 15948 15421 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15969] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15969/stat : 15969 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15962/tid=15970] ppid=15961 vsize=868700 CPUtime=0
/proc/15962/task/15970/stat : 15970 (java) S 15961 15948 15421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22324222 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.17
Current children cumulated vsize (KiB) 890924
heavy processes:

[startup+102.308 s]
/proc/loadavg: 4.91 4.55 5.67 3/86 15975
/proc/meminfo: memFree=773408/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=58.73
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1373 32267 0 2 5 2 5395 471 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15974] ppid=15948 vsize=5356 CPUtime=0
/proc/15974/stat : 15974 (sh) S 15948 15948 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22333908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15974/statm: 1339 232 193 169 0 50 0
[pid=15975] ppid=15974 vsize=449492 CPUtime=4.82
/proc/15975/stat : 15975 (minisat) R 15974 15948 15421 0 -1 4194304 107719 0 0 0 413 69 0 0 25 0 1 0 22333908 460279808 107705 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/15975/statm: 112373 107706 62 150 0 112220 0
Current children cumulated CPU time (s) 63.55
Current children cumulated vsize (KiB) 471716
heavy processes:



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+107.503 s]
/proc/loadavg: 4.99 4.57 5.67 3/86 15975
/proc/meminfo: memFree=341280/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=58.73
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1373 32267 0 2 5 2 5395 471 16 0 1 0 22324163 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1111 409 3 0 796 0
[pid=15974] ppid=15948 vsize=5356 CPUtime=0
/proc/15974/stat : 15974 (sh) S 15948 15948 15421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22333908 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15974/statm: 1339 232 193 169 0 50 0
[pid=15975] ppid=15974 vsize=903672 CPUtime=9.99
/proc/15975/stat : 15975 (minisat) R 15974 15948 15421 0 -1 4194304 213546 0 0 0 859 140 0 0 25 0 1 0 22333908 925360128 213532 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/15975/statm: 225918 213533 62 150 0 225765 0
Current children cumulated CPU time (s) 68.72
Current children cumulated vsize (KiB) 925896
heavy processes:

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

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

[startup+107.621 s]
/proc/loadavg: 4.99 4.57 5.67 3/86 15975
/proc/meminfo: memFree=341280/2055920 swapFree=4192812/4192956
[pid=15948] ppid=15946 vsize=16868 CPUtime=58.73
/proc/15948/stat : 15948 (sugar) S 15946 15948 15421 0 -1 4194304 1396 32267 0 2 5 2 5395 471 16 0 1 0 22324163 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15948/statm: 4217 1112 409 3 0 796 0
[pid=15974] ppid=15948 vsize=0 CPUtime=0
/proc/15974/stat : 15974 (sh) Z 15948 15948 15421 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22333908 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15974/statm: 0 0 0 0 0 0 0
[pid=15975] ppid=1 vsize=0 CPUtime=10.1
/proc/15975/stat : 15975 (minisat) R 1 15948 15421 0 -1 4195332 213552 0 0 0 859 151 0 0 25 0 1 0 22333908 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15975/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 68.83
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15948 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=9789
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=743278
# CPU time returned by wait4() is 58.7531
# while last known CPU time is 68.83
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 107.648
CPU time (s): 68.83
CPU user time (s): 62.59
CPU system time (s): 6.24
CPU usage (%): 63.94
Max. virtual memory (cumulated for all children) (KiB): 925896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0098
system time used= 4.74328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34024
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= 172623
involuntary context switches= 172342

runsolver used 0.147977 second user time and 0.380942 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 00:49:49
IDJOB=2071060
IDBENCH=55431
IDSOLVER=739
FILE ID=node77/2071060-1247352589
PBS_JOBID= 9506894
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= 392a4a957087c54a1fc308e1f7b31eeb
RANDOM SEED=111846575

node77.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.256
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.256
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:       1846944 kB
Buffers:          3668 kB
Cached:          47332 kB
SwapCached:        136 kB
Active:         154656 kB
Inactive:         8076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1846944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         132040 kB
Slab:            31312 kB
Committed_AS:   303576 kB
PageTables:       2012 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= 65580 MiB
End job on node77 at 2009-07-12 00:51:39