Trace number 1107478

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.13+minisatUNSAT 102.584 102.898

General information on the benchmark

Namecsp/fischer/
normalized-fischer-6-4-fair.xml
MD5SUM262300a090489f571ae755f66df26c2c
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 benchmark0.898863
Satisfiable
(Un)Satisfiability was proved
Number of variables6523
Number of constraints6162
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6162
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Mon Jul  7 20:55:20 2008
0.02/0.04	c 0	PID 3089
0.02/0.04	c 0	HOST node22.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1107478-1215456920.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107478-1215456920.xml' 'HOME/temp.csp'
0.04/0.71	c 1	3 domains, 6523 variables, 9 predicates, 0 relations, 6162 constraints
0.04/0.74	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.74	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.84/0.81	c 1	Parsing HOME/temp.csp
1.15/1.09	c 1	parsed 10000 expressions
1.25/1.15	c 1	parsed 12697 expressions
1.25/1.15	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.15	c 1	Converting to clausal form CSP
1.25/1.18	c 1	converted 1270 (10%) expressions
1.25/1.19	c 1	converted 2540 (20%) expressions
1.25/1.19	c 1	converted 3810 (30%) expressions
1.25/1.19	c 1	converted 5079 (40%) expressions
1.25/1.19	c 1	converted 6349 (50%) expressions
1.49/1.37	c 2	converted 7619 (60%) expressions
1.76/1.56	c 2	converted 8888 (70%) expressions
1.87/1.68	c 2	converted 10158 (80%) expressions
2.07/1.89	c 2	converted 11428 (90%) expressions
2.27/2.01	c 2	converted 12697 (100%) expressions
2.27/2.01	c 2	CSP : 11369 integers, 412 booleans, 27956 clauses, largest domain size 20001
2.27/2.01	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.27/2.01	c 2	Propagation in CSP
51.08/51.06	c 51	158963672 values, 0 unsatisfiable literals, and 0 valid clauses are removed
51.08/51.06	c 51	CSP : 11369 integers, 412 booleans, 27956 clauses, largest domain size 20001
51.08/51.06	c 51	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.08/51.07	c 51	Simplifing CSP by introducing new Boolean variables
51.19/51.13	c 51	CSP : 11369 integers, 10232 booleans, 37776 clauses, largest domain size 20001
51.19/51.13	c 51	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.29/51.28	c 52	Encoding CSP to SAT : HOME/temp.cnf
51.40/51.33	c 52	1137 (10%) CSP integer variables are encoded (16541 clauses, 226453 bytes)
52.21/52.14	c 52	2274 (20%) CSP integer variables are encoded (685253 clauses, 11428932 bytes)
52.52/52.43	c 53	3411 (30%) CSP integer variables are encoded (928421 clauses, 15562788 bytes)
53.02/52.90	c 53	4548 (40%) CSP integer variables are encoded (1298380 clauses, 22451400 bytes)
53.33/53.28	c 54	5685 (50%) CSP integer variables are encoded (1593131 clauses, 28051669 bytes)
53.33/53.28	c 54	6822 (60%) CSP integer variables are encoded (1593131 clauses, 28051669 bytes)
53.62/53.53	c 54	7959 (70%) CSP integer variables are encoded (1783093 clauses, 31660947 bytes)
53.72/53.67	c 54	9096 (80%) CSP integer variables are encoded (1893071 clauses, 33750529 bytes)
53.82/53.77	c 54	10233 (90%) CSP integer variables are encoded (1973059 clauses, 35270301 bytes)
54.02/53.98	c 54	11369 (100%) CSP integer variables are encoded (2133035 clauses, 38309845 bytes)
63.01/63.13	c 63	3778 (10%) CSP clauses are encoded (7628047 clauses, 147659016 bytes)
63.42/63.58	c 64	7556 (20%) CSP clauses are encoded (7911624 clauses, 153248868 bytes)
64.00/64.18	c 64	11333 (30%) CSP clauses are encoded (8313282 clauses, 161381819 bytes)
64.60/64.71	c 65	15111 (40%) CSP clauses are encoded (8674341 clauses, 168691874 bytes)
64.99/65.19	c 65	18888 (50%) CSP clauses are encoded (8995533 clauses, 175194781 bytes)
65.10/65.22	c 65	22666 (60%) CSP clauses are encoded (8997300 clauses, 175230259 bytes)
65.10/65.24	c 65	26444 (70%) CSP clauses are encoded (8999052 clauses, 175265402 bytes)
65.80/65.91	c 66	30221 (80%) CSP clauses are encoded (9440805 clauses, 184530702 bytes)
66.58/66.71	c 67	33999 (90%) CSP clauses are encoded (9962390 clauses, 195612503 bytes)
66.58/66.75	c 67	37776 (100%) CSP clauses are encoded (9973212 clauses, 195904835 bytes)
66.58/66.75	c 67	37776 CSP clauses encoded
66.58/66.75	c 67	Writing map file : HOME/temp.map
66.58/66.80	c 67	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.58/66.80	c 67	SAT : 2146438 SAT variables, 9973212 SAT clauses, 195904835 bytes
66.58/66.80	c 67	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.70/66.84	c 67	SOLVING HOME/temp.cnf
66.70/66.84	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
66.70/66.84	c 67	This is MiniSat 2.0 beta
66.70/66.84	c 67	WARNING: for repeatability, setting FPU to use double precision
66.70/66.84	c 67	============================[ Problem Statistics ]=============================
66.70/66.84	c 67	|                                                                             |
66.70/66.85	c 67	|  Number of variables:  2146438                                              |
66.70/66.85	c 67	|  Number of clauses:    9973212                                              |
71.55/71.73	c 72	|  Parsing time:         4.13         s                                       |
71.74/71.98	c 72	============================[ Search Statistics ]==============================
71.74/71.98	c 72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.74/71.98	c 72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.74/71.98	c 72	===============================================================================
71.74/71.98	c 72	|         0 | 2085858  9910736 25732539 |  3303578        0    nan |  0.000 % |
85.06/85.30	c 86	|       100 | 2085723  9910736 25732539 |  3633936       83      4 | 17.337 % |
93.40/93.71	c 94	|       251 | 1767382  9119387 24002455 |  3997330      199      3 | 30.410 % |
102.05/102.43	c 103	===============================================================================
102.05/102.43	c 103	restarts              : 3
102.05/102.43	c 103	conflicts             : 352            (10 /sec)
102.05/102.43	c 103	decisions             : 4221           (0.62 % random) (122 /sec)
102.05/102.43	c 103	propagations          : 62885784       (1816944 /sec)
102.05/102.43	c 103	conflict literals     : 931            (3.42 % deleted)
102.05/102.43	c 103	Memory used           : 556.10 MB
102.05/102.43	c 103	CPU time              : 34.6107 s
102.05/102.43	c 103	
102.05/102.44	c 103	UNSATISFIABLE
102.15/102.53	c 103	DECODING HOME/temp.out WITH HOME/temp.map
102.15/102.53	c 103	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
102.19/102.60	c 103	Decoding HOME/temp.out
102.19/102.74	s UNSATISFIABLE
102.19/102.75	c 103	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
102.19/102.79	c 103	CPU 99.73 (0.04 0.01 99.69 2.72)
102.19/102.79	c 103	END Mon Jul  7 20:57:03 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107478-1215456920/watcher-1107478-1215456920 -o /tmp/evaluation-result-1107478-1215456920/solver-1107478-1215456920 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1107478-1215456920.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.94 0.52 3/82 3089
/proc/meminfo: memFree=1146564/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=12412 CPUtime=0
/proc/3089/stat : 3089 (sugar) R 3087 3089 2686 0 -1 4194304 426 0 0 0 0 0 0 0 18 0 1 0 2394524 12709888 394 996147200 4194304 4206940 548682068608 18446744073709551615 272467661537 0 0 4224 0 0 0 0 17 0 0 0
/proc/3089/statm: 3103 395 275 3 0 203 0

[startup+0.039356 s]
/proc/loadavg: 0.98 0.94 0.52 3/82 3089
/proc/meminfo: memFree=1146564/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.02
/proc/3089/stat : 3089 (sugar) R 3087 3089 2686 0 -1 4194304 789 0 0 0 2 0 0 0 18 0 1 0 2394524 13926400 757 996147200 4194304 4206940 548682068608 18446744073709551615 272467661537 0 0 4224 0 0 0 0 17 0 0 0
/proc/3089/statm: 3400 758 338 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101366 s]
/proc/loadavg: 0.98 0.94 0.52 3/82 3089
/proc/meminfo: memFree=1146564/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.04
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2394524 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301378 s]
/proc/loadavg: 0.98 0.94 0.52 3/82 3089
/proc/meminfo: memFree=1146564/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.04
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2394524 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701408 s]
/proc/loadavg: 0.98 0.94 0.52 3/82 3089
/proc/meminfo: memFree=1146564/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.04
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2394524 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50247 s]
/proc/loadavg: 0.98 0.94 0.52 2/93 3111
/proc/meminfo: memFree=1137260/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.84
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 974 8739 0 1 3 1 74 6 15 0 1 0 2394524 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 797 370 3 0 500 0
[pid=3102] ppid=3089 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3089 3089 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2394599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 233 193 169 0 50 0
[pid=3103] ppid=3102 vsize=869280 CPUtime=0.92
/proc/3103/stat : 3103 (java) S 3102 3089 2686 0 -1 0 8032 0 1 0 88 4 0 0 18 0 9 0 2394599 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3103/statm: 217320 7200 2540 9 0 211895 0
[pid=3103/tid=3104] ppid=3102 vsize=869280 CPUtime=0.56
/proc/3103/task/3104/stat : 3104 (java) S 3102 3089 2686 0 -1 64 2667 0 1 0 55 1 0 0 17 0 9 0 2394600 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3105] ppid=3102 vsize=869280 CPUtime=0.14
/proc/3103/task/3105/stat : 3105 (java) R 3102 3089 2686 0 -1 64 3195 0 0 0 13 1 0 0 16 0 9 0 2394601 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3106] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3106/stat : 3106 (java) S 3102 3089 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2394602 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3107] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3107/stat : 3107 (java) S 3102 3089 2686 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2394602 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3108] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3108/stat : 3108 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2394603 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3109] ppid=3102 vsize=869280 CPUtime=0.18
/proc/3103/task/3109/stat : 3109 (java) S 3102 3089 2686 0 -1 64 1478 0 0 0 18 0 0 0 16 0 9 0 2394603 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3110] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3110/stat : 3110 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2394603 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3111] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3111/stat : 3111 (java) S 3102 3089 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2394603 890142720 7200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 888236

[startup+3.10138 s]
/proc/loadavg: 0.98 0.94 0.52 2/93 3111
/proc/meminfo: memFree=1114924/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.84
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 974 8739 0 1 3 1 74 6 16 0 1 0 2394524 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 797 370 3 0 500 0
[pid=3102] ppid=3089 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3089 3089 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2394599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 233 193 169 0 50 0
[pid=3103] ppid=3102 vsize=869280 CPUtime=2.54
/proc/3103/stat : 3103 (java) S 3102 3089 2686 0 -1 0 10910 0 1 0 247 7 0 0 18 0 9 0 2394599 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3103/statm: 217320 9918 2540 9 0 211895 0
[pid=3103/tid=3104] ppid=3102 vsize=869280 CPUtime=1.86
/proc/3103/task/3104/stat : 3104 (java) R 3102 3089 2686 0 -1 64 2908 0 1 0 184 2 0 0 17 0 9 0 2394600 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4126626217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3105] ppid=3102 vsize=869280 CPUtime=0.44
/proc/3103/task/3105/stat : 3105 (java) S 3102 3089 2686 0 -1 64 5808 0 0 0 41 3 0 0 16 0 9 0 2394601 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3106] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3106/stat : 3106 (java) S 3102 3089 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2394602 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3107] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3107/stat : 3107 (java) S 3102 3089 2686 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2394602 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3108] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3108/stat : 3108 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2394603 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3109] ppid=3102 vsize=869280 CPUtime=0.21
/proc/3103/task/3109/stat : 3109 (java) S 3102 3089 2686 0 -1 64 1502 0 0 0 21 0 0 0 16 0 9 0 2394603 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3110] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3110/stat : 3110 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2394603 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3111] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3111/stat : 3111 (java) S 3102 3089 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2394603 890142720 9918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 888236

[startup+6.30258 s]
/proc/loadavg: 0.98 0.94 0.52 2/93 3111
/proc/meminfo: memFree=1113964/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.84
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 974 8739 0 1 3 1 74 6 16 0 1 0 2394524 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 797 370 3 0 500 0
[pid=3102] ppid=3089 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3089 3089 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2394599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 233 193 169 0 50 0
[pid=3103] ppid=3102 vsize=869280 CPUtime=5.73
/proc/3103/stat : 3103 (java) S 3102 3089 2686 0 -1 0 11213 0 1 0 564 9 0 0 18 0 9 0 2394599 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3103/statm: 217320 9922 2540 9 0 211895 0
[pid=3103/tid=3104] ppid=3102 vsize=869280 CPUtime=4.95
/proc/3103/task/3104/stat : 3104 (java) R 3102 3089 2686 0 -1 64 3207 0 1 0 493 2 0 0 16 0 9 0 2394600 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4126581367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3105] ppid=3102 vsize=869280 CPUtime=0.52
/proc/3103/task/3105/stat : 3105 (java) S 3102 3089 2686 0 -1 64 5812 0 0 0 48 4 0 0 16 0 9 0 2394601 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3106] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3106/stat : 3106 (java) S 3102 3089 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2394602 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3107] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3107/stat : 3107 (java) S 3102 3089 2686 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2394602 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3108] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3108/stat : 3108 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2394603 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3109] ppid=3102 vsize=869280 CPUtime=0.21
/proc/3103/task/3109/stat : 3109 (java) S 3102 3089 2686 0 -1 64 1502 0 0 0 21 0 0 0 16 0 9 0 2394603 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3110] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3110/stat : 3110 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2394603 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3111] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3111/stat : 3111 (java) S 3102 3089 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2394603 890142720 9922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 888236

[startup+12.702 s]
/proc/loadavg: 0.99 0.94 0.52 2/93 3111
/proc/meminfo: memFree=1113772/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.84
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 974 8739 0 1 3 1 74 6 16 0 1 0 2394524 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 797 370 3 0 500 0
[pid=3102] ppid=3089 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3089 3089 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2394599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 233 193 169 0 50 0
[pid=3103] ppid=3102 vsize=869280 CPUtime=12.1
/proc/3103/stat : 3103 (java) S 3102 3089 2686 0 -1 0 11820 0 1 0 1197 13 0 0 18 0 9 0 2394599 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3103/statm: 217320 9933 2540 9 0 211895 0
[pid=3103/tid=3104] ppid=3102 vsize=869280 CPUtime=11.17
/proc/3103/task/3104/stat : 3104 (java) R 3102 3089 2686 0 -1 64 3803 0 1 0 1113 4 0 0 17 0 9 0 2394600 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4126964931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3105] ppid=3102 vsize=869280 CPUtime=0.69
/proc/3103/task/3105/stat : 3105 (java) S 3102 3089 2686 0 -1 64 5823 0 0 0 62 7 0 0 16 0 9 0 2394601 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3106] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3106/stat : 3106 (java) S 3102 3089 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2394602 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3107] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3107/stat : 3107 (java) S 3102 3089 2686 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2394602 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3108] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3108/stat : 3108 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2394603 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3109] ppid=3102 vsize=869280 CPUtime=0.21
/proc/3103/task/3109/stat : 3109 (java) S 3102 3089 2686 0 -1 64 1502 0 0 0 21 0 0 0 16 0 9 0 2394603 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3110] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3110/stat : 3110 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2394603 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3111] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3111/stat : 3111 (java) S 3102 3089 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2394603 890142720 9933 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 888236

[startup+25.5029 s]
/proc/loadavg: 0.99 0.94 0.53 2/93 3111
/proc/meminfo: memFree=1113708/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.84
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 974 8739 0 1 3 1 74 6 16 0 1 0 2394524 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 797 370 3 0 500 0
[pid=3102] ppid=3089 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3089 3089 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2394599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 233 193 169 0 50 0
[pid=3103] ppid=3102 vsize=869280 CPUtime=24.8
/proc/3103/stat : 3103 (java) S 3102 3089 2686 0 -1 0 13030 0 1 0 2458 22 0 0 18 0 9 0 2394599 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3103/statm: 217320 9951 2540 9 0 211895 0
[pid=3103/tid=3104] ppid=3102 vsize=869280 CPUtime=23.56
/proc/3103/task/3104/stat : 3104 (java) R 3102 3089 2686 0 -1 64 4995 0 1 0 2349 7 0 0 17 0 9 0 2394600 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4126626246 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3105] ppid=3102 vsize=869280 CPUtime=1
/proc/3103/task/3105/stat : 3105 (java) S 3102 3089 2686 0 -1 64 5841 0 0 0 87 13 0 0 16 0 9 0 2394601 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3106] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3106/stat : 3106 (java) S 3102 3089 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2394602 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3107] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3107/stat : 3107 (java) S 3102 3089 2686 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2394602 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3108] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3108/stat : 3108 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2394603 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3109] ppid=3102 vsize=869280 CPUtime=0.21
/proc/3103/task/3109/stat : 3109 (java) S 3102 3089 2686 0 -1 64 1502 0 0 0 21 0 0 0 16 0 9 0 2394603 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3110] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3110/stat : 3110 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2394603 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3111] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3111/stat : 3111 (java) S 3102 3089 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2394603 890142720 9951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.64
Current children cumulated vsize (KiB) 888236

[startup+51.1026 s]
/proc/loadavg: 1.06 0.96 0.55 2/93 3111
/proc/meminfo: memFree=1113644/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=0.84
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 974 8739 0 1 3 1 74 6 16 0 1 0 2394524 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3089/statm: 3400 797 370 3 0 500 0
[pid=3102] ppid=3089 vsize=5356 CPUtime=0
/proc/3102/stat : 3102 (sh) S 3089 3089 2686 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2394599 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3102/statm: 1339 233 193 169 0 50 0
[pid=3103] ppid=3102 vsize=869280 CPUtime=50.35
/proc/3103/stat : 3103 (java) S 3102 3089 2686 0 -1 0 15630 0 1 0 4993 42 0 0 18 0 9 0 2394599 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3103/statm: 217320 10205 2540 9 0 211895 0
[pid=3103/tid=3104] ppid=3102 vsize=869280 CPUtime=48.41
/proc/3103/task/3104/stat : 3104 (java) R 3102 3089 2686 0 -1 64 7341 0 1 0 4827 14 0 0 16 0 9 0 2394600 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3105] ppid=3102 vsize=869280 CPUtime=1.69
/proc/3103/task/3105/stat : 3105 (java) S 3102 3089 2686 0 -1 64 6088 0 0 0 143 26 0 0 16 0 9 0 2394601 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3106] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3106/stat : 3106 (java) S 3102 3089 2686 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2394602 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3107] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3107/stat : 3107 (java) S 3102 3089 2686 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2394602 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3108] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3108/stat : 3108 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2394603 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3109] ppid=3102 vsize=869280 CPUtime=0.22
/proc/3103/task/3109/stat : 3109 (java) S 3102 3089 2686 0 -1 64 1509 0 0 0 22 0 0 0 16 0 9 0 2394603 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3103/tid=3110] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3110/stat : 3110 (java) S 3102 3089 2686 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2394603 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3103/tid=3111] ppid=3102 vsize=869280 CPUtime=0
/proc/3103/task/3111/stat : 3111 (java) S 3102 3089 2686 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2394603 890142720 10205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 888236

[startup+102.307 s]
/proc/loadavg: 1.11 1.00 0.58 2/85 3113
/proc/meminfo: memFree=405868/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=66.73
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 1033 28372 0 2 4 1 6483 185 16 0 1 0 2394524 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3089/statm: 3400 799 370 3 0 500 0
[pid=3112] ppid=3089 vsize=5356 CPUtime=0
/proc/3112/stat : 3112 (sh) S 3089 3089 2686 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2401209 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3112/statm: 1339 232 193 169 0 50 0
[pid=3113] ppid=3112 vsize=569444 CPUtime=35.23
/proc/3113/stat : 3113 (minisat) R 3112 3089 2686 0 -1 4194304 135345 0 0 0 3448 75 0 0 25 0 1 0 2401209 583110656 135331 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3113/statm: 142361 135331 75 150 0 142208 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 588400

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

[startup+102.702 s]
/proc/loadavg: 1.11 1.00 0.58 2/85 3113
/proc/meminfo: memFree=405868/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=102.19
/proc/3089/stat : 3089 (sugar) S 3087 3089 2686 0 -1 4194304 1090 164011 0 2 4 1 9944 270 16 0 1 0 2394524 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3089/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 13600

[startup+102.802 s]
/proc/loadavg: 1.11 1.00 0.58 2/85 3113
/proc/meminfo: memFree=405868/2055920 swapFree=4192956/4192956
[pid=3089] ppid=3087 vsize=13600 CPUtime=102.46
/proc/3089/stat : 3089 (sugar) R 3087 3089 2686 0 -1 4194304 1119 168211 0 3 4 1 9969 272 16 0 1 0 2394524 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3089/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 102.898
CPU time (s): 102.584
CPU user time (s): 99.7418
CPU system time (s): 2.84257
CPU usage (%): 99.6948
Max. virtual memory (cumulated for all children) (KiB): 889520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.7418
system time used= 2.84257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169360
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= 24999
involuntary context switches= 14045

runsolver used 0.121981 second user time and 0.32495 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-07 20:55:20
IDJOB=1107478
IDBENCH=54289
IDSOLVER=346
FILE ID=node22/1107478-1215456920
PBS_JOBID= 7888601
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-6-4-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107478-1215456920/watcher-1107478-1215456920 -o /tmp/evaluation-result-1107478-1215456920/solver-1107478-1215456920 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1107478-1215456920.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 262300a090489f571ae755f66df26c2c
RANDOM SEED=1844629989

node22.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.253
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.253
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:       1147044 kB
Buffers:         23280 kB
Cached:          91096 kB
SwapCached:          0 kB
Active:         834760 kB
Inactive:        41424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147044 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:         781960 kB
Slab:            16584 kB
Committed_AS:   855124 kB
PageTables:       3240 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= 66460 MiB
End job on node22 at 2008-07-07 20:57:03